@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:#FFF;
}
ul,li,dl,dt,dd,img{
	padding:0;
	margin:0;
	border:0;
}
a{
	font-size:12px;
	color:#333;
	text-decoration: none;
}
a:hover{
	font-size:12px;
	color:#FF3300;
}
#wrapper{
	width:980px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#header{
	height: auto;
}
#main{
	clear: both;
	float: left;
	height: auto;
	overflow:hidden;
	text-align:left;
}
#content_big{ float:left; overflow:hidden;  margin:0px; padding:0px; width:768px;}
#content{
	height: auto;
	width: 508px;
	float: left;
	overflow:hidden;
}

#left{
	float: left;
	height: auto;
	width: 212px;
	text-align:left;
	padding-left:0px;
}

#right{
	float: right;
	height: auto;
	width: 260px;
	text-align:center;
	padding-left:0px;
}

#inner-content{
	clear: right;
	float: right;
	height: auto;
	width: 745px;
	margin-right: 5px;
	_margin-right: 2px;
}

/**#left,#content{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
**/
#footer{
	clear: both;
	padding:20px 0 10px 0;
	background:#3d80aa;
}

