body{
margin: 25px;
background-color: #000;
text-align: center;
font-family: arial;
font-size: 9pt;
color: #fff;
}

div#siteContainer{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 965px;
	height: 700px;
}

div#logoDiv{
position: absolute;
margin: 520px 0px 0px 423px;	
}

img#logo{
	border: 0px;
	
}

div#navBar{
	position: absolute;
	z-index: 100;
	top: 67px;
	width: 965px;
	height: 20px;
	}

ul#topNav{
	list-style: none;
	height: 20px;
	margin: 0px 0px 0px 210px;
	padding: 0px;
}

ul#topNav li{
	position: relative;
	width: 75px;
	height: 20px;
	text-align: center;
	font-size: 9pt;
	color: #fff;
	float: left;
	padding: 0px;
	margin-right: 18px;
	margin-top: 3px;
}

ul#topNav li ul{
	display: none;
	position: relative;
	left: -6px;
	z-index: 100;
	list-style: none;
	background-image: url('/images/template/nav_shdw.png');
	background-repeat: repeat-y;
	margin: 3px 0px 0px 0px;
	padding: 0px 15px 0px 8px;
}

img#nav_bottom_shdw{
	position: absolute;
	bottom: -15px;
	left: -0px;
}

ul#topNav li ul li{
	margin: 0px;
	padding: 5px;
	width: 145px;
	text-align: left;
	background-image: url('/images/template/85perblack.png');
	border-width: 0px 1px 1px 1px; 
	border-color: #a9a8a8;
	border-style: solid;
}

ul#topNav li:hover ul{
	display: block;
}

a.tnav{
	display: block;
	color: #fff;
	text-decoration: none;
}

a.tnavpad{
	padding: 5px;
}

a.tnav:hover{
	color: #ad853d;
	text-decoration: none;
	
}

div#footer{
position: absolute;
width: 965px;
top: 750px;
text-align: center;
}

div#footer a{
color: #fff;
text-decoration: none;
}

div#info{
position: absolute;
width: 965px;
top: 1400px;
text-align: left;
}

#siteContent{
color: #6b6a66;
margin: 20px auto 20px auto;
width: 965px;
font-size: 8pt;
}

.spacer {clear: both;}

.left {float: left; margin: 0px 15px 10px 0px;}
