/* ------------------ NEWS  -------------------------- */ 
#news_container {
  width: 322px;
  background : url(../../img/site/line.gif) 0 0 no-repeat; 
  padding-top : 10px;
  float      :left;
  margin-top : -10px;
  text-align : left;
}

.news_item {
  margin-bottom : 15px;
}
.news_item_text {
  width  : 280px;
  margin : 4px auto;
}
.news_date {
  padding-bottom : 5px;
}
