
.articles_id{

}
   .articles_id h1{
      font: normal bold 14px Arial;
   }
a.back:link,
a.back:visited{
   color: #b39c66;
   background: #EEE9B7;
   padding: 2px 4px;
}

.articles_list{
   list-style: none;
   margin: 0;
   padding: 0;
}
   .articles_list li{
      margin: 0;
      padding: 20px 0 0 0px;
      min-height: 100px;
      //height: 100px;
      background: url('/images/articles_marker.jpg') left 20px no-repeat;
   }
      .articles_list li img{
         float: left;
         width: 96px;
         height: 96px;
         background-repeat: no-repeat;
         background-position: center center;
         border: #F0DEAA 1px solid;
         margin: 0 10px 10px 0;
      }
      .articles_list li div{
         margin: 0 20px 0 110px;
      }
      .articles_list li h3{
         font-size: 12px;
         font-weight: bold;
      }
	      .articles_list li h3 a:link,
	      .articles_list li h3 a:visited{
	      }

