body{
	font-size:12px;
	padding:0px;
	margin:0px;
}
#wrapper{
	width:1400px;
	margin: 0 auto;
	margin-top:20px;
}
#header{
	width:100%;	
	padding-top:73px;
}
#m_content{
	width:100%;
	height:400px;
	margin-top:50px;
	//margin-bottom:55px;
	border-top: 2px solid #8EB4E3;
	border-right: 2px solid #8EB4E3;
	border-left: 2px solid #8EB4E3;
	border-bottom: 2px solid #8EB4E3;
}

#title{
	width:100%; 
	display:table;
	background-color: #17375E;
	color: #FFFFFF;
	font-weight:bold;
	height:30px;
}
#b_content{
	width:100%;
	height:66%;
	overflow-y: auto;
	overflow-x: hidden;
}
#content{
	width:1399px;
}

#footer{
	width:100%;
	height:50px;
	
}
