body{
	font-family: "Arial";
	font-size: 14px;
	margin: 0;
}
#header_wrap{
	height: 174px;
	background-color: #0a0b0d;
	width: 100%;
}
#header_wrap img{
	margin-top: 10px;
}
#header_wrap #header_contact{
	float: right;
        margin-top: 12px;
}
#header_wrap #header_contact #cont1{
	font-size: 28px;
	color: #ffffff;
	margin: 5px 0px 5px 0px;
	text-align: right;
}
#header_wrap #header_contact #cont2{
	font-size: 21px;
	color: #ffffff;
	margin: 0px 0px 5px 0px;
	text-align: right;
}
#header_wrap #header_contact #cont3{
	font-size: 21px;
	color: #fc9902;
	margin: 0px 0px 5px 0px;
	text-align: right;
}
#header_wrap #header_contact #cont4{
	font-size: 21px;
	color: #ffffff;
	margin: 0px 0px 5px 0px;
	text-align: right;
}
#header {
	width: 1020px;
	margin: 0 auto;
}
#slider_wrap {
	height: 349px;
	width: 100%;
}
#slider_wrap img{
	height: 350px;
	width: 1020px;
}
#slider_wrap #slide_img{
   width: 1020px;
   margin: 0 auto;
}
#content_wrap {
	background-color: #f0efef;
	width: 100%;
	min-height: 500px;
}
#content {
	width: 1020px;
	margin: 0 auto;
	background-color: #ffffff;
	min-height: 500px;
}
#content p{
	color: #616161;
	padding: 0px 20px;
	margin: 0;
	line-height: 3;
}
#footer_wrap {
	background-color: #0a0b0d;
	height: 60px;
}
#footer_wrap #footer{
	background-color: #0a0b0d;
	height: 60px;
	width: 1020px;
	margin: 0 auto;
	
}
#footer_wrap #footer #copy{
	color: #fc9902;
	float: left;
}
#footer_wrap #footer #design { 
	float: right;
}
#footer_wrap #footer #design a{ 
	color: #fc9902;
	text-decoration: none;
}