@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	text-align: center;
	background-color: #010B03;
}

#wrapper {
	text-align: center;
	height: auto;
	width: 1004px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	background-color: #000;
}
#topnav {
	top: 20px;
	position: absolute;
	left: 50px;
}

#topnav ul{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.35em;
}

* html #topnav ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#topnav ul li{
display: inline;
}

#topnav ul li a{
	float: left;
	color: #999999;
	padding: 2px 12px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	background-color: transparent;
	background-position: right center;
	letter-spacing: 0.35em;
}

#topnav ul li a:visited{
color: #999999;
}

#topnav ul li a:hover{
	color: #FFF;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #396332;
	padding-top: 20px;
	padding-bottom: 10px;
	letter-spacing: .25em;
}
.bodyfont {
	font-size: 13px;
	font-family: "times new roman";
	font-style: italic;
	line-height: 2.2;
	color: #999;
	text-align: left;
}
h1 {
	font-size: 16px;
	font-family: "times new roman";
	font-style: italic;
	line-height: 2.2;
	color: #666;
	text-align: left;
	font-weight: lighter;
	letter-spacing: 1em;
}
#wrapper #leftcol {
	width: 450px;
	position: absolute;
	z-index: 10;
	padding-left: 60px;
}
.floatright {
	float: right;	
}
