body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0px;
	color:#dddddd;
	font-size:16px;
	height:100%;
	background: #111111;
}
div.header{
	background: #000000  url('../site_images/header_bg.png');
	height:100px;
	border-bottom:2px solid #000000;
}
div.headerBox{
	margin:0px auto 0px auto;
	text-align:left;
	width:760px;
}

div.headerBox div.sbyt{
	margin:10px 0px 0px 0px;
	float:left;
	padding:0px 10px 0px 0px;
	
}


.clear{
	clear:both;
}
div.main{
}
div.subMain{
	margin:0px auto 0px auto;
	text-align:left;
	width:760px;
	padding:20px 0px 70px 0px;
}
div.contain{
	min-height:100%;  
	height:auto !important;
	height:100%;
	padding:0px 0px 0px 0px
}
div.footer{
	font-size:10px;
	padding:10px;
	background:#000000;
	height:12px;
	margin:-32px 0px 0px 0px;
}
div.subFooter{
	margin:0px auto 0px auto;
	text-align:left;
	width:760px;
	color:#ffffff;
	
}
div.subFooter div.footerLinks{
	float:right;	
}
div.subFooter div.footerLinks a{
	margin:0px 0px 0px 40px;
	display:block;
	float:left;
	text-decoration:none;
	color:#dddddd;
}
div.subFooter div.footerLinks a:hover{
	color:#800000;
}
div.links{
	float:right;
	margin:0px 0px 20px 0px;
	#margin:0px 0px 0px 0px;
}
div.links a{
	margin:0px 0px 0px 40px;
	display:block;
	float:left;
	text-decoration:none;
	color:#dddddd;
	background:url('../site_images/bullet.png') no-repeat center left;
	padding:0px 0px 0px 22px;
}
div.links a.current{
	background:url('../site_images/bullet_dot.png') no-repeat center left;
}
div.links a:hover{
	background:url('../site_images/bullet_dot.png') no-repeat center left;
}
h1{
	padding:0px 0px 2px 20px;
	margin:0px 0px 20px 0px;
	color:#800000;
	font-size:16px;
	height:20px;
	font-weight:normal;
}
h1.small{
	background:url('../site_images/small_head.png') no-repeat top left;
}

h1.big{
	background:url('../site_images/big_head.png') no-repeat top left;
}

div.right{
	float:right;
	width:240px;
}
div.left{
	float:left;
	width:240px;
}
div.middle{
	margin:0px 20px 0px 20px;
	float:left;
	width:240px;
}
div.fullLeft{
	margin:0px 20px 0px 0px;
	float:left;
	width:500px;
}
ul.list{
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 20px;
	
}
ul.list li{
	list-style-type:none;
	margin:0px 0px 20px 0px;	
}
h2{
	font-size:16px;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
p.small{
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#999999;
}
p.smallMarg{
	font-size:12px;
	margin:0px 0px 20px 20px;
	padding:0px;
	color:#999999;
}
p.content{
	color:#999999;
	padding:0px 0px 0px 20px;
	line-height:26px;	
}
span.title{
	color:#800000;
}
div.thumb{
	border:2px #222222 solid;
	padding:10px;
	width: 204px;
	margin:0px 0px 20px 0px;
}
div.thumb img{
	border:2px #222222 solid;
}
a.link{
	font-size:12px;
	color:#800000;
	text-decoration:none;
}
a:hover.link{
	color:#ffffff;
}