
* {
	border:0;
	margin:0;
	padding:0;
}


body {
	background-color: #000000;
}

#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:800px;
	height:174px;
}

#nav {
	width:160px;
	float:left;
	margin-left:-165px;
	padding:0;
	border:0;
}

#mainContent {
	min-height:360px;
	height:auto;
	background:url(Headers/BG_Content.jpg);
	background-repeat:repeat-y;
	padding-left: 165px;
	padding-right:100px;
}
#bottom {
	width:800px;
	background:url(Headers/Bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:50px;
}

.floatLeft {
	float:left;
}
.smallWhite {
	color: #FFFFFF;
	font-size: 12px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.brownBold {
	color: #CC9966;
	font-weight: bold;
}
.tanBorder {
	border: thin solid #CC9966;
}
.largeTan {
	font-size: 24px;
	font-weight: bold;
	color: #CC9966;
}
a:link {
	color: #9966FF;
}
a:visited {
	color: #9966FF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #9966FF;
}

hr {
	border-bottom:#999999 thin solid;
	width:100%;

}


.style2 {font-size: 12px}

#popitmenu{
position: absolute;
background-color: #FFFFFF;
border:2px solid black;
font: normal 12px Verdana; 
font-weight:200;
line-height: 18px;
z-index: 100;
visibility: hidden;
padding-left: 0px;
}

#popitmenu a{
text-decoration: none;
padding-left: 0px;
color: #000000;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #C5A073;
}
