
.news_id{

}
   .news_id .ill{
		float: left;
		margin: 0 20px 20px 0;
		width: 211px;
		height: 149px;
		background-repeat: no-repeat;
		background-position: center center;
   }
   .news_id h1{
      color: #aa2916;
      font: normal normal 18px Arial;
   }
a.more:link,
a.more:visited{
   color: #4a320c;
   font-style: italic;
}

.news_list{
   list-style: none;
   margin: 0;
   padding: 0;
}
   .news_list li{
      margin: 0;
      padding: 20px 0 0 16px;
      min-height: 100px;
      //height: 100px;
      background: url('/images/marker_red.gif') left 20px no-repeat;
   }
      .news_list li img{
         float: left;
         width: 87px;
         height: 63px;
         background-repeat: no-repeat;
         background-position: center center;
      }
      .news_list li div{
         margin: 0 20px 0 100px;
      }
      .news_list li h3{
         font-size: 12px;
      }


