@charset "utf-8";
body{
 text-align:center;
 background-color:green;
 background-image:url(/images/bodybg.jpg);
 background-repeat:repeat;
 margin:0;
 padding:0;
}
#mainbody{
 text-align:center;
 margin:0 auto;
 width:1068px;
 
 
}

#container,#header,#menu,#main,#footer{width:1000px;}
#container{
 margin:0 auto;
 text-align:center;
 border:1px solid #C0C0C0;
}
#header{
 height:196px;
 background-image:url(/images/header.jpg);
}
#menu{ 
 padding-top:5px;
 height:32px;
 background:url(/images/menubg.gif);
}
#banner{
 height:145px;
 background-image:url(/images/banner.jpg);
}

#main{
 background-color:#eef2f3;
 height:auto;
}
#footer{
 padding-top:10px;
 color:#fff;
 line-height:150%;
 font-size:12px;
 height:90px;
 background:url(/images/footerbg.gif);
}
#left,#center,#right{
 height:394px;
 border:1px solid #C0C0C0;
 margin-top:2px;
 margin-bottom:2px;
 text-align:left;
}
#left{
 width:245px;
 float:left;
}
#center{
 margin-left:4px;
 width:496px;
 float:left;
}
#right{
 width:245px;
 float:right;
}
.top{
  height:180px; 
 border-bottom:1px #b8b8b8 solid;
 margin-bottom:2px;
}
.title{
 height:32px;
 background-color:#fbfcf6;
 font-weight:bolder;
 border-top:1px #b8b8b8 solid;
 border-bottom:1px #b8b8b8 solid;
}
.subTitle{
 
 width:135px;
 float:left;
}
.more{
 padding-top:3px;
 float:right;
}
.more img{
 border:0px;
}
.divCont{
 padding:5px;
 display:inline;
 word-wrap: break-word; 
 word-break: normal;
}
.clear{
 height:0px;
 clear:both;
}

#listLeft,#listRight,.content{
 min-height:420px;
 _height:420px;
 margin:2px 0px;
 border:1px #b8b8b8 solid;
 text-align:left;
 
}
#listLeft{
 width:245px;
 float:left;
 text-align:center;
 padding-top:15px;
letter-spacing:2px;
 background:url(/images/lbg.jpg) #fff repeat-x;
 }
#listRight{
 width:745px;
 float:right;
 margin-top:2px;
}
.position{
 height:27px;
 font-size:12pt;
 padding-left:10px;
 padding-top:3px;
 border-bottom:1px #017cc2 dotted;
text-align:left;
 
}

.content{
 padding:5px 10px;
 text-align:left;
}