#leftMenu{ 
   float:left;
   width:171px;
   margin:5px 0 0 0px;
}
#mainArea{ 
   margin:5px 0 0 0;
   width:590px;
   height:auto;
   border:1px solid #cccccc;
   padding:2px;
   float:right;
   background:url(../images/article/bg_newsTop.gif);
   background-repeat: repeat-x;
}
 #mainArea hr{
   width:560px;
   color:#cccccc;
   height:1px;
   margin-left:10px;
 }
 h1.title-a{
   font-size:18px;
   font-weight:bold;
   color:#333333;
   margin:58px 10px 0 10px;
   float:left;
 }
.text-date{
   font-size:12px;
   color:#0066FF;
   margin:4px 0 0 15px;
 }
.content{
	width:550px;
   font-size:14px;
   line-height:20px;
   color:#333333;
   margin:40px 20px 0 20px;
   float:left;
   text-align:left;
 }
 .content p{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;
 }
 #rightside{
  width:182px; 
  border:1px solid #cccccc; 
  float:left;
  margin:5px 0 0 3px;
}

