/* CSS Document */

.body{
	width: 840px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

.header{
	padding: 0 0 5px 0;
	margin:0;
}

.header-right{
	margin: 0;
	padding: 10px 0 0 0;
	width: 520px;
	float: right;
	text-align:right;
}

.sidebar{
	width: 320px;
	float: right;
}


.content-title{
}

.content{
	padding: 0 0 10px 0;
}

.content h1{margin:0; padding:10px 0;}

.content h2{
	margin: 0;
	padding:3px 0;
	font-size: 18px;
	border-bottom:1px solid #C6C6C6;
}

.pre-main{
	margin:0;
	padding:5px 0;
	background: #FEF4EB;
}

.main-wrapper{
	padding: 15px 0;
	margin:0;
}

.main{
	width: 500px;
	float: left;
}

.footer{
	margin: 0 0 20px 0;
   	clear: both;
   	text-align: left;
   	color: #fff;	
   	padding: 0;
   	background: #666;
}

.footer-content{
	color: #fff;
	padding: 10px;
}

.footer-content a{
	font-weight: bold;
	color:#fff;
}

.footer-content a:hover{
}

.bottom-menu-left{
	height: 39px;
	width: 5px;
	background: url(../images/footermnleft_bg.gif) no-repeat right top;
	float: left;
}

.bottom-menu-right{
	height: 39px;
	width: 5px;
	background: url(../images/footermnright_bg.gif) no-repeat left top;
	float: right;
}

.bottom-menu-center{
	height: 39px;
	width: 793px;
	float: left;
	background: url(../images/footermncenter_bg.gif) repeat-x left top;
}

.bottom-menu{
	background:#1682be;
	height: 1px;
	clear: both;
}