
body {
  text-align:center;
 
}

table {
	margin: 0px;
	padding: 0px;
	border: none;
}
#container {
width:860px;
margin: auto;
margin-top:0px;
border:0px solid white;
}
#header {
position:relative;
border:none;
padding:10px;
margin-top:270px;
width:860px;
height:270px;
font-size: 1.4em;
}
#nav {
	position:absolute;
	height:64px;
	top:-3px;
	left:200px;
	font-size:1.3em;
	font-weight:bold;
	color:white;
	
}

#nav a{
color:white;
text-decoration:none;
padding-top:0px;
margin-right:23px;
}
#nav a:hover {
color:#841e19;
text-decoration:none;
}


#footer {
clear: both;
margin-left:0px;
font-size: 1.0em;
font-weight: normal;
padding: 5px;
background:black;
}

/*** IE Fix ***/
* html #left {
  left: 210px;           /* RC fullwidth */
}
#main {
background:transparent;
text-align:left;
color:#ededed;
padding: 0px;
padding-top:20px;
margin-top:50px;
font-size: 1.1em;
display:block;
}
#full {
text-align:left;
width:860px;
padding: 10px;
}

#full img {
	margin-right:10px;	
}

#right {
	text-align:left;
	width: 300px ;
	padding:0px;
	float:left;
	margin-left:50px;
}

#right_half {
	text-align:left;
	width:400px ;
	padding:0px;
	float:left;
	margin-left:50px;
	margin-top:70px;
}

#right h2 {
	background: #343434;
	padding:2px;
}

#left {
text-align:left;
float:left;
width:500px;
padding: 0px;
}

#left_half {
text-align:left;
float:left;
width:400px;
padding: 0px;
}
#logo {
	position:absolute;
	top:-230px;
	left:-190px;
	background:transparent;
}
.rj {
clear:both;
display:block;
font-weight:bold;
float:right;
margin-top:-20px;
margin-left:350px;
text-align:right;
}

/*for looks */

body {
	color:white;
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", arial, helvetica, sans;
	font-size: 70%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	background: black URL("../images/BG.jpg") no-repeat;
	background-position:top center;
	

}
#left a {
font-size: 1.1em;


}
#left a:link {
	}
#left a:visited {
	}
#left a:active {
	}
#left a:hover {
	text-decoration: underline;
	color: #841e19;
	
	}


a {
	text-decoration: none;
	color:#841e19;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.3em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: .5em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	color:white;
	
	
	}
h1 span {
	font-size:.7em;
	color:white;
}
h2 {
	font-size: 1.3em;
	margin: .5em 0em .5em 0em;
	font-weight: normal;
	color:#841e19;
	}
h2 span {
	font-size:.9em;
	color:white;
}
h2 span a{
	font-size:.7em;
	color:#841e19;
}
h2 span a:hover{
	color:#DDDDDD;
	text-decoration:none;
}

h3 {
	font-size: 1.1em;
	margin: .5em 0em .5em 0em;
	font-weight: normal;
	color:#841e19;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	margin-left:0.4em;
	}
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	}
.text {

}

ul{

font-family:arial;
}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong {
	font-size:1.3em;
	font-weight: normal;
	}
.alert {
	font-weight:bold;
	color:#d74200;
}