#cont{
	width:100%;
	height:overflow;
}

#header{
	width:100%;
	height:overflow;

}

.topmenu_bg{
	width:100%;
	height:40px;
	background-color:#e5e5e5;
}

.topmenu{
	width:1100px;
	height:40px;
	margin:0 auto;
}

.topmenu ul{
	float:left;
}

.topmenu li{
	float:left;
	padding-right:16px;
	padding-left:16px;
	border-right:1px solid #4a4a4a;
	font-size:14px;
	margin-top:10px;
	font-weight:bold;
}

.topmenu li:last-child{
	border-right:0px solid #4a4a4a;
	padding-right:0px;
}

.logo_area{
	width:1100px;
	height:61px;
	margin:30px auto 0;
}

.logo{
	width:244px;
	height:61px;
	margin:0 auto;
}

.number{
	width:183px;
	height:47px;
	float:left;
	padding-top:5px;
}

.menu_area{
	width:100%;
	height:50px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	margin-top:30px;
}	

.menu{
	width:1100px;
	height:28px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	margin:10px auto 0;
}

.menu li{
	width:220px;
	height:26px;
	border-right:1px solid #e5e5e5;
	float:left;
	text-align:center;
	padding-top:3px
}

.menu li:last-child{
	width:215px;
	height:28px;
	border-right:0px solid #e5e5e5;
	float:left;
}

#footer{
	width:100%;
	height:148px;
	background-color:#413f44;
	margin-top:130px;
	clear:both;
}

#footer .foot_cont{
	width:1100px;
	height:148px;
	margin:0 auto;
}

#footer .foot_cont .copyright{
	text-align:center;
	color:#fff;
	padding-top:35px;
}