@import "reset.css";
@import "tabs.css";
@import "scrollpane.css";
@import "footer.css";
body {
	background:#000;
	color:#fff;
    font-family: Arial, "Trebuchet MS", Trebuchet, Verdana, Helvetica,  sans-serif;
    font-size: 10pt;
}
.bg1 #wrapper {
	background:url(../img/chain_link1.jpg) top center no-repeat;
}
.bg2 #wrapper {
	background:url(../img/chain_link2.jpg) top center no-repeat;
}
.bg3 #wrapper {
	background:url(../img/chain_link3.jpg) top center no-repeat;
}
.bg4 #wrapper {
	background:url(../img/chain_link4.jpg) top center no-repeat;
}
.bg5 #wrapper {
	background:url(../img/chain_link5.jpg) top center no-repeat;
}
.bg6 #wrapper {
	background:url(../img/chain_link6.jpg) top center no-repeat;
}
#wrapper {
	width:900px;
	margin: auto;
}
#multimedia #wrapper {
	text-align:center;
}
#multimedia #leftcol {
	position:absolute;
	height:162px !important;
}
#leftcol {
	float:left;
	width:319px;
	height:528px;
}
#navbg {
	position:relative;
}
#navbg {
	position:absolute;
}
#nav {
	position:absolute;
	margin-top:165px;
	margin-left:90px;
}
#nav li a {
	outline:0;
	display:block;
	height:27px;
}
#banner {
	position:relative;
	padding-top:40px;
	margin-left:319px;
	margin-bottom:0px;
}
#banner_stats {
	height:41px;
	left:302px;
	position:absolute;
	top:121px;
	width:137px;
}
#banner_stats_link {
	left:320px;
	position:absolute;
	top:183px;
}
#nav_vote_link {
	left:60px;
	position:absolute;
	text-align:center;
	top:287px;
}
.stat {
	border:1px solid #2B4359;
	display:-moz-inline-box;
	display:inline-block;
	font-size:21px;
	height:29px;
	margin-right:1px;
	padding:5px 1px;
	text-align:center;
	width:36px;
}
#content {
	margin-left:325px;
	width:485px;
}
.small {
	font-size:7pt;
	color:#a4a4a4;
}
p, form {
	margin:1em 0;
}
b, h1, h2, h3, h4, th {
	color:#fc841a; /*orange*/
}
h1 b, h2 b, h3 b, h4 b, label b {
	color:#fff; /*white*/
}
h1 b em, h2 b em, h3 b em, h4 b em, a {
	color:#6db8fd; /*light blue*/
	font-weight:bold;
}
h1, h2, h3, h4 {
	margin:16px 0;
	font-weight:bold;
}

#biglink {
	display:block;
	font-size:36px;
	font-weight:bold;
	height:162px;
	text-decoration:none;
	width:315px;
	margin-bottom:-50px;
	outline:0;
}
.still {
	display:inline-block;
	float:right;
	margin-left:-65px;
}
.bulleted {
	list-style-image:url(../img/bullet.gif);
	margin:16px;
}
.bulleted li {
	margin-bottom:1em;
}
.col {
	width:210px;
	float:left;
	padding-right:15px;
}
.tb1 {
	width:100%;
}
.tb1 td, .tb1 th {
	padding:1px 5px;
	font-size:9pt;
}

.tb1 th {
	font-weight:bold;
}
.tb1 td, .tb1 th.right {
	text-align:left;
}
.tb1 b {
	color:#fff;
}
textarea, input {
	border:1px solid #666;
	background:#000;
	width:300px;
	color:#fff;
}
textarea {
	height:90px;
	margin-bottom:10px;
	width:100%;
}
label {
	color:#FC841A;
	display:block;
	font-weight:bold;
	margin:3px 0;
}
.contact_link {
	display:block;
	float:right;
	font-size:7pt;
	width:300px;
}