.bg{  
  width:980px;
  height:auto;
  background: url(bg.png);	
}
.content{
  float:left;
  width:760px;
  padding-left:100px;
}
.banner{
  text-align:center;
  float:right;
  width:180px;
  font-style:italic;
}
.banner p{
  padding-top:16px;
}
.footer{
  text-align:center;
  clear:both;
  padding:20px;
}
.bg .menu{
  width:980px;
  height:180px;
}
.bg .menu .menu_f{
  width:980px;
  height:145px;
  background: url(menu_f.png);
}
.bg .menu .menu_l{
  width:980px;
  height:35px;
}
.bg .menu .menu_l .menu1 a{
  float:left;
  width:245px;
  height:35px;
  background: url(menu1.png);
}
.bg .menu .menu_l .menu1 a:hover{
  background-position: 0 -35px;
}
.bg .menu .menu_l .menu2 a{
  float:left;
  width:245px;
  height:35px;
  background: url(menu2.png);
}
.bg .menu .menu_l .menu2 a:hover{
  background-position: 0 -35px;
}
.bg .menu .menu_l .menu3 a{
  float:left;
  width:245px;
  height:35px;
  background: url(menu3.png);
}
.bg .menu .menu_l .menu3 a:hover{
  background-position: 0 -35px;
}
.bg .menu .menu_l .menu4 a{
  float:left;
  width:245px;
  height:35px;
  background: url(menu4.png);
}
.bg .menu .menu_l .menu4 a:hover{
  background-position: 0 -35px;
}
.bg .content {
padding: 10px 10px 20px 30px;
}
ul{
  list-style-type:none;
  font-family:Verdana;
  font-size:11px;
}
li{
  padding:5px;
  padding-top:0px;
  margin-top:7px;
  border-bottom:1px dashed #696;
  border-left:1px dashed #9a9;
}
ul p{
  font-size-adjust: 0.44;
  font-weight:bold;
  padding-bottom:0px;
  margin-bottom:0px;
  font-size:12px;
}
.cim{
  text-align:center;
  font-weight:bold;
  font-size:18px;
  margin:20px;
  margin-bottom:35px;
}
.content p{
  font-size:18px;
}


