@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	margin:0;
	border:0;
	text-align:center;
	font-size:12px;
	line-height: 20px;
	color: #333;
	background:#03b145;
}
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:913px;
	display:table;
    margin:0 auto;
	overflow:hidden;
	background:#fff;
}  
#header{
	clear: both;
	float: left;
	height: auto;
	width: 913px;
}
#main{
	clear: both;
	float: left;
	height: auto;
	width: 913px;
	overflow:hidden;
}
#footer{
	clear: both;
	float: left;
	height: 59px;
	width: 913px;
	background-image:url(../images/42.jpg);
	background-repeat:repeat-x;
}
#left{
	float: left;
	height: auto;
	width: 423px;

}
#left2{
	float: left;
	height: auto;
	width: 247px;
	text-align:center;
}
#content{
	height: auto;
	width: 490px;
	float: left;
}
#content2{
	height: auto;
	width: 666px;
	float: left;
}
#right{
	clear: right;
	float: right;
	height: auto;
	width: 310px;
}
#inner-content{
	clear: right;
	float: right;
	height: auto;
	width: 745px;
	margin-right: 5px;
	_margin-right: 2px;
}
#left,#content{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}