#wrap {
  width: 850px;
  height: 540px; 
  text-align:left;
}

#head{
width:100%;
height: 42px; 

}

#head .title{
float:left;
width:282px;
height: 33px;
padding-top: 4px;
}


#main{
width:100%;
height:380px;
margin: 0;
padding: 0;
}

#cont{
width:100%;
height:50px;
margin:0;
}

#menu{
    float:left;
	margin-top:10px;
	}
#menu ul{
    margin: 0;
	padding: 0;
}
#menu ul:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
#menu li{
    padding: 0 4px;
	display: inline;}
#menu li a{
	overflow: hidden;
}


#foot{
 width: 100%;
 height: 28px;
 text-align:center;
 background: url("../images/contbg.jpg") 0 0 no-repeat;
}
#foot .sentence{
 padding-top:4px;
}
#banner{
 float:left;
 width: 100%;
 height: 40px;
 text-align:center;
}
