@charset "utf-8";
/* CSS Document */


body{
	margin: 0 auto;
	background-color: #201f1e;
}

.clear{

	clear: both;
	
}


.wrap{
	margin: 0 auto;
	width: 945px;
	height: auto;
	

}

.header{
	width: 945x;
	float: left;
	margin-left: 600px;
	margin-top: 20px; 
	padding-bottom: 20px;

}

.middle{

	width: 945px;
	background-color: #282a24;
	
}

.middle_left{
	float: left;
	width: 335px;
	height: 335px;
	background-color: #9fa4be;
	color: #000000;
	margin: 0px;

}


.middle_left h1{

	margin-left: 20px;
	margin-top: 20px;
	font-size:16px;
	weight: bolder;
	
}


.middle_left p{
	width: 300px;
	margin-left: 20px;
	font-size: 12px;
}

.middle_left a{
	color: #ffffff;
	
}




.middle_right{

	float:right;
	width: 610px;
	height: 335px;
	margin: 0px;

}





.nav{
	width: 945px;
	height: 95px;
	color# #5edaf4;
	text-align: center;
	background-color: #282a24;
	

}



.nav li{

	padding-right: 40px;
	
}

.nav ul{

	margin-top: 5px;
	font-weight: bolder;
	
}


.nav ul li{
	
	margin-top: 0px;
	color: ;
	display: inline;
	font-weight: bolder;


}


.nav ul li a{

	color: #9fa4be;
	display: inline;
	text-decoration: none;
	font-weight: bolder;
}

.nav ul li a:hover{

	color: #ffffff;
	display: inline;
	text-decoration: none;
	font-weight: bolder;
}


.form{
	float: left;
	font-size: 12px;
	height: 340px;
}

.form_text{
	margin-left: 30px;
}

.content{
	float: right;
	background-color: #3b2d27;
	width: 610px;
	padding-bottom: 60px;
	height: auto;
	color: #eee8dc;
	font-size: 12px;
}

.content h2{
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top:30px;
}



.form h2{
	margin-left: 25px;
	font-color: #ffffff;
}



.content p{
	margin-left: 25px;
	margin-right: 25px;
	
}


.footer{
	padding-top: 20px;
	float: right;
	color: #7b8072;
	font-size: 10px;
}
