@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, hr, ul, il, ol, img, div, form, p, form, input, select
{
padding:00px;
margin:00px;
}
p{
	padding: 00px 00px 10px 00px;
	margin:00px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 00px 00px 10px 00px;
	margin:00px;
}
h1{
font-size:24px;
}
h2{
font-size:22px;
}
h3{
font-size:20px;
}
h4{
font-size:18px;
}
h5{
font-size:16px;
}
h6{
font-size:14px;
}
.left {
	float: left;
}
.right {
	float: right;
}
img{
border:00px;
}
.clear{
	clear:both;
}
body{
	font-family:trebuchet MS, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#FFF;
}
#wrapper{
	width:1000px;
	margin:auto;
	position:relative;
	
}
#container{
	width:1000px;
	float:left;
	background-color:#292626;
}
#header{
	width:1000px;
	float:left;
}
#header .social{
	width:80px;
	float:right;
	margin:15px 10px 00px 00px;
}
#header .social img{
	margin:00px 5px 00px 00px;
}
#header .logo h1{
		width:1000px;
		text-align:center;
}
#nav{
	width:1000px;
	float:left;
	border-bottom:1px solid #5b5959;
	padding:20px 00px 15px 00px;
}
#nav ul{
	list-style-type:none;
	width:800px;
	margin:auto auto auto 143px;
}
#nav ul li{
	list-style-type:none;
	padding:00px;
	margin:00px 30px;
	font-size:14px;
	color:#7e7c7c;
	display:inline;
	font-weight:bold;
	
}
#nav ul li a{
	padding:00px;
	margin:00px 00px;
	text-decoration:none;
	color:#7e7c7c;

}
#nav ul li a:hover, #nav ul li a.select{
	text-decoration:none;
	color:#FFF;
}
#content{
	width:1000px;
	float:left;
	margin:20px 00px 00px 00px;
}
#content .content_txt{
	padding:20px;
	width:960px;
	float:left;
}
#content .content_left{
	width:357px;
	float:left;
	padding:18px;
}
#content .content_left p{
	line-height:21px;
}
#content .content_right{
	width:542px;
	float:right;
	margin:10px 20px 00px 00px;
}
#footer{
	width:1000px;
	float:left;
	border-top:1px solid #5b5959;
	padding:20px 00px 10px 00px;
	margin:20px 00px 00px 00px;
}
#footer p{
	text-align:center;
}