

div.news a {
  text-decoration: none;
}
div.news div.image {
  float: left;
  width: 90px;
}
div.news div.summary {
  float: left;
  width: 300px;
}

div.news-item #news-image {
  float: right;
}
div.clear {
  clear: both;
}
