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

body{
	background: #111111;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
b{
	font-size: 15px;
	color:#464646;
	}
	
h3{
	font-size: 13px;
	color:#464646;
	font-size: 20px;
	}		
	
#wrapper{
	width: 900px;
	margin: 0 auto; margin-bottom: 10px;
	}
	
.top{
	margin: 0 auto;
	height: 300px;
	}
	
.content{
	background: #ffffff;
	padding: 10px;
	text-align: justify;
	}
	
.bottom{
	background: #252525 url(assets/divider.jpg) top repeat-x;
	margin: 0 auto;
	padding: 10px 0 0 0;
	}	
	
.bottom_inner{
	width: 900px;
	margin: auto;
	padding: 10px;
	background: url(assets/divider.jpg) bottom repeat-x;
	}
	
.social{
	width: 900px;
	margin: auto;
	padding: 10px;
	color: #636363;
	font-size: 12px;
	}
	
.footer{
	background: url(assets/divider_below.jpg) top repeat-x;
	height: 30px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
	color: #636363;
	}			
	
.ul{
	width: 638px;
	margin: 0 auto; margin-right: 0;
	list-style: none;
	height: 34px;
}


.ul li a {
	/*width: 60px;*/
	height: 32px;
	display:block;
	float: left;
	color: #666666;
	text-decoration:none;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	margin-left: 10px;
	cursor:pointer;
	line-height: 35px;
	padding: 0 2px 0 2px; 
}

.ul li a:hover {
	/*background:  #999999;*/
	color: #fff;
	text-decoration: none;
}	
