@charset "utf-8";
/* CSS Document */

body {
	font: 0.8em Verdana;
	color: #343434;
	background: #121212;
	margin: 0;
	padding: 0;
}





/* typography */

p {
color:#C4C3C3;
font-size:0.9em;
line-height:1.4em;
margin:0;
padding:0.4em 0;
}

#right_side p {
	font-size:0.8em;}


h1 {
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0.3em 0;
	text-indent:-99999px;
	
}

h2{
color:white;
font-size:10px;
font-weight:normal;
	}


a{
	text-decoration:none;}


h2.bighead{
background-image:url(images/big_head_bg.gif);
background-position:left top;
background-repeat:no-repeat;
height:16px;
padding:3px 10px;
width:465px;
}

h2.smallhead{
	background-image:url(images/small_head_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:16px;
	padding:3px 10px;
	width:190px;}



/* spans */
span.green{ color:#4fa119;}
span.blue{ color:#1d6aae;}

span.user{ padding:5px 0;}


#wrapper {
	width: 710px;
	margin: 30px auto;
	background: #0d0d0d url(../images/header.jpg) no-repeat;
	padding: 193px 25px 25px 25px;
	border: 12px solid #2e2e2e;
	position:relative;
}


#status_bar h3{
	padding:0;
	margin:7px 0;
	color:#C4C3C3;
	font-size:1em;}	


/* Left Col */

#left_side{
	
	float:left;
	width:485px;}
	
	
#status_bar{
background-color:#1D1D1D;
background-image:url(images/status_bar.gif);
background-position:left top;
background-repeat:no-repeat;
margin:18px 0 20px 0;
padding:5px;
width:466px;
	}	
	

	
#status_copy{
background-color:#444444;
border:1px solid black;
color:#FFFFFF;
display:block;
float:right;
font-size:10px;
height:56px;
padding:5px;
width:304px;}
	
	
	
#right_side{
	float:right;
	width:210px;}



ul.message_board{
	margin:0;
	padding:0;
	list-style:none;
	font-size:10px;
	color:#C4C3C3;}

ul.message_board li {
float:left;
margin:10px;
min-height:50px;
padding:0;
width:460px;}

ul.message_board li div{
float:left;
min-height:45px;
padding:5px;
width:140px;}
#nav {
	list-style: none;
	padding: 0;
	margin: 10px 0 20px 0;
	background: #2e2e2e url(../images/nav_bar.jpg) repeat-x;
	display: block;
	overflow: hidden;
	font-size: 0.9em;
	height:33px;
	text-transform:capitalize;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	padding: 10px 20px;
	color: white;
	text-decoration: none;
}
#nav li a:hover {
	background: #1b1b1b url(../images/nav_bar_o.jpg) repeat-x;
}
#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

#content {
}


#content img.right {
	float: right;
	margin: 0 0 8px 8px;

}


.clear{
	clear:both;}

#foot {
	padding: 15px;
	color: white;
	text-align: center;
	margin: 30px 0 0 0;
	border-top:1px solid #222222;
}



#clear{
	clear:both;}

form.contact{
margin:0 0 0 10px;
padding:0;
}

form.contact div{
margin:0;
padding:10px 0;}

form.contact label{
float:left;
display:block;
width:180px;
font-weight:bold;}



ul.listfan{
	margin:0;
	padding:0;
	list-style:none;}

ul.listfan li {
	margin:5px 10px;
	padding:5px;
	float:left;
	width:200px;
}