#leftMenu{ 
   float:left;
   width:171px;
   margin:5px 0 0 0px;
}
#mainArea{ 
   margin:5px 0 0 0;
   width:600px;
   height:620px;
   border:1px solid #cccccc;
   padding:2px;
   float:left;
   background:url(../images/article/bg_newsTop.gif);
   background-repeat: repeat-x;
}
 #mainArea hr{
   width:560px;
   color:#cccccc;
   height:1px;
   margin-left:10px;
 }
 h1.title-b{
   font-size:18px;
   font-weight:bold;
   color:#0000CC;
   background-image: url(/images/reg/02.gif);
   background-repeat: no-repeat;
   background-position: 10px 2px;
   padding-left:30px;
   margin:58px 0 0 10px;
   float:left;
 }
 #mainArea ul{
   margin-top:30px;
 }
 #mainArea li{
  width:480px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
  background-image:url(/images/article/arrow_t.gif);
  background-repeat: no-repeat;
  background-position: 7px 1px;
  list-style:none;
  margin-top:5px;
 }
  #mainArea li a{ 
    text-align:left;
    padding-left:30px;
    float:left;
    line-height:16px;
    height:20px;
    width:340px;
}
 #mainArea li span{
   display:block;
   font-size:12px;
   width:80px;
   float:right;
   height:20px;
   line-height:16px;
   color:orange;
 }
.content{
	width:550px;
   font-size:14px;
   line-height:20px;
   color:#333333;
   margin:40px 0 0 20px;
   float:left;
   text-align:left;
 }
 .link-back{
   width:550px;
   font-size:12px;
   line-height:20px;
   color:#0033CC;
   margin:40px 0 0 20px;
   float:left;
   text-align:left;
 }
