@charset "utf-8";
/* CSS Document */


body{
background:#000000;
font-family:Arial, Helvetica, sans-serif;
color:#FFF;
}

ul li{
	list-style:none;
}

#main{
	background:url(../images/mainback.jpg) repeat-y;
	width:1600px;
	height:1000px;
	display:block;
	margin:0 auto;
}

#sdleft{
	float:left;
	background:url(../images/sd_left.png);
	width:233px;
	height:667px;
	margin-left:150px;
}

#content{
	float:left;
	width:800px;
	display:block;
	margin-left:16px;
	background:url(../images/contentback.jpg) repeat-y;
	overflow:hidden;
	
}

#sdright{
	float:left;
	float:left;
	background:url(../images/sd_right.png);
	width:233px;
	height:667px;
	margin-left:21px;
}

#menu div{
	float:left;
}



#menu_home a{
	background:url(../images/btn_home.jpg);
	width:110px;
	height:37px;
	display:block
}

#menu_home a:hover{
	background:url(../images/btn_home_over.jpg);
}

#menu_updates a{
	background:url(../images/btn_updates.jpg);
	width:138px;
	height:37px;
	display:block
}

#menu_updates a:hover{
	background:url(../images/btn_updates_over.jpg);
}

#menu_dvds a{
	background:url(../images/btn_dvds.jpg);
	width:126px;
	height:37px;
	display:block
}

#menu_dvds a:hover{
	background:url(../images/btn_dvds_over.jpg);
}

#menu_links a{
	background:url(../images/btn_links.jpg);
	width:112px;
	height:37px;
	display:block
}

#menu_links a:hover{
	background:url(../images/btn_links_over.jpg);
}

#menu_contact a{
	background:url(../images/btn_contact.jpg);
	width:165px;
	height:37px;
	display:block
}

#menu_contact a:hover{
	background:url(../images/btn_contact_over.jpg);
}

#menu_members a{
	background:url(../images/btn_members.jpg);
	width:149px;
	height:37px;
	display:block
}

#menu_members a:hover{
	background:url(../images/btn_members_over.jpg);
}

#content .update{
	background:url(../images/update.png) no-repeat;
	width:778px;
	height:427px;
}

.update .bigpic{
	border:#b80000 solid 1px;
	width:400px;
	height:300px;
	margin-left:10px;
	float:left;
}

img{
	border:0;
}


.update 
{
	height:500px;
}

.update .title{
	height:50px;
}

.update .content{

}

.update .thumbs{
	width:366px;
	float:right;
}

.update .thumbs ul li{
	margin-right:10px;
	float:left;
}

.update .thumbs ul li img{
	border:#b80000 solid 1px;
}

.update .contentbottom .description{
	font-size:12px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	width:400px;
	float:left;
	font-weight:bold;
	left:-70px;
	position:relative;
}

.update .contentbottom .preview{
	float:right;
	margin-right:10px;
}

.title{
	margin-left:10px;
}

.title h2{
	font-size:30px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	
}

.imagethumbs{
	width:auto;
}


.imagethumbs ul li{
	float:left;
	margin-right:10px;
}

.update.images{
	padding:15px;
}

#introcontent{
	margin-left:400px;
}

#disclaimer{
	width:500px;
	color:#990000;
	font-weight:bold;
	height:180px;
	overflow-y:scroll;
	margin-top:50px;
	margin-left:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px #990000 solid;
	background:#160505;
}

#exitenter
{
	margin-left:50px;
	margin-top:50px;
	
}

#exit{
	margin-left:150px;
}

#home_video{
	position:absolute;
	 top: 290px;
	 left: 622px;
	 width:400px;
	 height:400px;
	 
	 
	*left:200px;
	 overflow:hidden;
}

.sdhome{
	width:800px;
	height:400px;
	background:url(../images/sdhome.png) 0px 10px no-repeat;
	
}


#hometext {
	text-align:center;

}

#hometext h1{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
}

#hometext p{
	font-size:12px;
	font-weight:bold;
}

ul.photos{
	width:1000px;
}

ul.photos  li{
	float:left;
	margin:10px;
	list-style:none;
}

ul.members{
width:1000px;
	display:block;
}

ul.members  li{
	float:left;
	margin:10px;
	list-style:none;
	
}

.description{
	margin-left:80px;
	margin-top:5px;
}



.updatelist {
    display: block;
    margin: 0 auto;
    text-align: center;
	padding:0;
	font-size:24px;
}

.updatelist li {
    display: inline;
    list-style: none outside none;
    margin-left: 10px;
	
}

.updatelist li a{
	color:#FFFFFF;
	font-weight:bold;
	}
	
h3.updatelist{
	text-alight:center;

}
