@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial,'微软雅黑';
	padding:0;
	margin:0;
	border:0;
	text-align:center;
	font-size:12px;
	line-height: 20px;
	color: #333;
	background:#e6eae4;
}
ul,li,dl,dt,dd,img,h1,h2,h3{
	padding:0;
	margin:0;
	border:0;
}
a{
	font-size:12px;
	color:#333;
	text-decoration: none;
}
a:hover{
	font-size:12px;
	color:#FF3300;
}
#wrapper{
	width:1003px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0px 2px;
	background:#fff;
}
#header{
	clear: both;
	float: left;
	height: auto;
	width:100%;
}
#main{
	clear: both;
	float: left;
	height: auto;
	overflow:hidden;
	width:100%;
}

#content{
	height: auto;
	width: 725px;
	float: left;
	overflow:hidden;
	text-align:left;
}

#left{
	float: left;
	height: auto;
	width: 278px;
	text-align:left;
	overflow:hidden;
}
#left1{
	float: left;
	height: auto;
	width: 245px;
	text-align:center;
	padding-left:5px;
}
#inner-content{
	clear: right;
	float: right;
	height: auto;
	width: 745px;
	margin-right: 5px;
	_margin-right: 2px;
}
#left,#content{}
#footer{
	clear: both;
	padding:0px;
    border-top:6px #80bdd5 solid;
}
