@charset "utf-8";
/* CSS Document */
body{
width:980px;
margin:0px auto;
text-align:center;
background:url(../images/bg.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12PX;
}
.container{
width:980px;
background:#FFFFFF;
}
.top{
width:980px;
background:url(../images/topbg.jpg) no-repeat;
height:95px;
}
.toplogo{
float:left;
text-align:center;
width:370px;
height:95px;
line-height:95px;
}
.toplink{
float:left;
width:260px;
margin-left:320px;
height:21px;
margin-top:53px;
line-height:18px;
text-align:center;
background:url(../images/toplinkbg.gif) no-repeat;
font-family: Arial, Helvetica, sans-serif;
}
.toplink a{
color: #000000;
text-decoration:none;
}
.toplink a:hover{
color:#669900;
text-decoration:underline;
}

  
  .blankcon{
  clear:both;
  width:980px;
  height:34px;
  }


.bottom{
clear:both;
height:88px;
width:980px;
}
  .bottom .bottom_left{
  float:left;
  width:218px;
  height:88px;
  background:url(../images/bottom_leftbg.jpg);
  }
  .bottom .bottom_right{
  float:left;
  text-align:left;
  width:738px;
  padding-left:24px;
  padding-top:20px;
  height:68px;
  line-height:15px;
  color:#999999;
  font-size:11px;
  }