@charset "UTF-8";
/* CSS Document */

body{
	width:100%;
	background-color:#F1F2DA;
}

#wrapper{
	width:100%;
}

#header{
	width:100%;
	height:200px;
	background:url(../images/header_bg.gif) center no-repeat;
}

.headerAreaInner h1{
	margin-left:9px;
}

#headerArea{
	width:950px;
	height:200px;
	margin:0 auto;
	overflow:hidden;
}

#headerArea .headerAreaInner{
	width:720px;
}

#nav{
	width:950px;
	margin:0 auto;
}

#nav ul li{
	width:177px;
	height:40px;
	float:left;
}

#nav ul li.listSize{
	width:178px;
	height:40px;
}

#breadcrumb {
	margin-bottom:10px;
}

#aside {
	width:220px;
	float:left;
	overflow:hidden;
}

#fb {
	width:220px;
	height:373px;
	background:#fff;
	margin-bottom:20px;
	border-bottom:1px solid #999;
}
#fb2 {
	width:218px;
	height:auto;
	background:#fff;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	overflow:hidden;
}

#container {
	width:950px;
	margin:0px auto 40px auto;
	overflow:hidden;
}

#mainContents,#mainContents2 {
	width:708px;
	float:right;
	background:white;
	border:1px solid #4060a0;
	margin-bottom:20px;
}

#footer {
	width:100%;
	height:200px;
	background:url(../images/footer_bg.gif) center no-repeat;
	overflow:hidden;
}

#footerArea{
	width:950px;
	margin:50px auto 0 auto;
}

#footerArea #footerAreaLeft ul li{
	font-size:80%;
	/*margin-left:2em;*/
}

#footerArea #footerLink ul li{
	float:left;
	margin-right:10px;
	background:url(../images/footerLink-icon.gif) 0px 6px no-repeat;
	text-indent:12px;
}

#footerArea #footerLink ul li.copy {
	float:right;
	background:none;
	border:none;
	width:500px;
	margin:55px 10px 0 0;
	text-align:right;
}
.gotop {
	text-align:right;
	margin-bottom:20px;
	width:660px;
	font-size:140%;
}

#container .bannerArea2{
	width:710px;
	float:right;
}