@charset "utf-8";
/* CSS Document */
#header {
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 6px 0;
	height: 38px;
	width: 900px;
}
#menber {
	position: absolute;
	width: 114px;
	top: 0;
	right: 0;
}

#menu{
	background-color:#007564;
}
#menu ul{
	margin:0 auto;
	width:900px;
	height:80px;
}
#menu ul li{
	float:left;
	width:180px;
	height:80px;
}
#menu ul li a{
	display:block;
	width:100%;
	line-height:1;
	font-size:14px;
	padding:34px 0 32px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background:no-repeat right top url(../images/bg_menu.png);
}
#menu ul li a.last{
	background:none;
}
#content{
	clear:both;
}
#bannerWrap {
	clear: both;
}
#banner {
	margin: 0 auto;
	padding: 15px 110px 0;
	width: 680px;
}
#banner li {
	margin: 0 0 15px;
}
#bannerL {
	float: left;
}
#bannerR {
	float: right;
}
#footer {
	clear: both;
	background-color: #007564;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
}
#footer p {
	margin: 0 auto;
	padding: 23px 0;
	text-align:center;
}
#copy {
	clear: both;
	margin: 0 0 30px;
	text-align: center;
	font-size: 10px;
	line-height: 1;
	padding: 10px 0;
}
#gotop {
	position: fixed;
	bottom: 0;
	display: block;
	z-index: 1000000;
	text-align: center;
	background: repeat-x url(../images/bg_gotop.png);
	padding: 4px 0 3px;
	width: 100%;
}
