div.news-story {
  padding-top: 10px;
  padding-bottom: 5px;
  /*border-bottom: 1px solid #ccc;*/
  margin-bottom:1em;
  width:100%;
  overflow:hidden;
  clear:both;
}

div.news-story div.news-image {
  float: right;
  width:100px;
  padding-left: 10px;
}

div.news-story div.news-full-image {
  float: right;
  padding-left: 10px;
}

div.news-story div.news-item{
  float:left;
  width:600px;
}

.news-story h2 {
  padding: 3px;
  margin: 0px;
  font-size: 1.2em;
 background:url(/images/news-title-bg.gif) bottom repeat-x;
}
.news-story h2 a {
  text-decoration: none;
  color:#FFFFFF;
}
.news-story h2 a:hover {
  text-decoration: underline;
}

.summary-container {
  background:url(/images/news-summary-bg.gif) top repeat-x;
  overflow:hidden;
  padding:3px;
}

.news-story .news-more {
  font-size: 0.9em;
  text-align: right;
}
.news-story .news-date {
  padding-bottom: 5px;
}
.news-story .news-summary {
  font-style: italic;
}

.news-story .news-divider {
  clear: both;
}
