/* news.css */



#news-field {
  height:200px;
  padding:0 0 0 210px;
  background:url(./img/news-image.jpg) no-repeat left top;
}
html>body #news-field {
  height:auto;
  min-height:200px;
}

#body h3 a:hover {
  color:#333;
}

#body dl.date-table dt a:hover {
  color:#333;
}
#body dl.date-table dd img {
  margin:5px 0 0 0;
}
