@charset "utf-8";
body {
	background-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-size: 14px;
	line-height:17px;
}


#outer {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0px;
	left: 0px;
	top: 0px;
}
#holder {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clip: rect(0px,auto,auto,0px);
}
#main {
	width: 960px;
	position: relative;
}
#header {
	height: 240px;
	width: 100%;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#nav {
	padding-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 8px;
	height:30px;
}
.navlink {
	float: left;
	position: relative;
	font-weight: bold;
	padding-right: 43px;
}
#contenthead {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.navlink a {
	color:#FFF;
	text-decoration:none;
	opacity: 50%;
}

.navlink a:hover {
	color:#090;
}
#content {
	float: left;
	height: auto;
	width: 760px;
	position: relative;
	padding-left: 15px;
	min-height: 520px;
}
#content p {
	padding-right: 15px;
	line-height:18px;
}
#content img {
	border:0px;
}
a {
	color:#75902E;
}
a:hover {
	color:#090;
}
h3 a {
	text-decoration:none;
}
#leftads {
	float: left;
	height: auto;
	width: 175px;
	position: relative;
	margin-right:0px;
	padding-top:5px;
	padding-right:9px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#leftads img {
	border: 0;
	margin-top: 20px;
}
#rightads {
	float: right;
	height: 475px;
	width: 175px;
	position: relative;
	margin-left:19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-top:5px;
	padding-left:5px;
}
.sponsor {
	margin-top: 15px;
	margin-right: 15px;
}
#footer {
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 30px;
	color:#999;
	font-size:12px;
	padding-bottom: 15px;
}
h4 {
	color:#999;
	margin:0;
	font-size:12px;
	font-weight: normal;
}
.bio {
	height: auto;
	width: 100%;
	margin-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.biotext {
	margin-top:0px;
	height: auto;
	width: 500px;
	float:left;
}

.bio img {
	margin-right:20px;
	float:left;
	border:0;
}
