@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #EAE9E4;
	margin:0;
	padding:0;
}
#wrapper{
 position:relative;
}
#inner{
width:850px; margin:0 auto; position:relative;
}
#header{
background-color:#333333; position:relative; color:#FFFFFF; margin:0; padding:0;
}
#header a{
color:#fff; text-decoration:none;
}
#logo{
padding:5px;
}
#info{
position:absolute; right:0; top:0; width:233px; height:31px; background:url("../Images/info_bg.jpg") no-repeat;
padding:5px 15px; text-align:center; color:#CCCCCC; font-size:11px;
}
#nav{

}
#banner{
height:258px;  background-color:#000; border:1px solid #242424; border-bottom:0; border-top:0;
}
#banner .images{
width:609px; float:left;
}
#banner .advert{
float:left; width:239px;
}
#main{
width:852px; margin:0 auto; position:relative; line-height:18px;
}
#main #content{
background-color:#FFFFFF; padding:20px; border:1px solid #DCDAD1; border-top:0; text-align:justify;
}
#content #leftcolumn{
width:570px; float:left;
}
#content #rightcolumn{
margin-left:608px;
}
#content #leftabout{
width:430px; float:left;
}
#content #rightabout{
margin-left:468px;
}
#content .box{
background-color:#EAE9E4; border:1px solid #DCDAD1; padding:10px; margin-bottom:10px; font-size:11px; line-height:16px;
}
#content .web20box{
background-color:#EAE9E4; border:1px solid #DCDAD1; padding:10px; margin-bottom:10px; font-size:11px; height:18px;
}
#content .box ul li{
	padding-bottom:0px;
	
	list-style-image:none;

}
#footer{
font-size:11px;  color:#999999; text-align:center; padding:10px;
}

.clear{
clear:both;
}
