#news {
  max-width: 650px;
}
#news .article,
#news .block {
  background: url("/static/images/news_top.png") no-repeat scroll left top #ffffff;
  padding: 10px;
}
#news .article h1,
#news .block h1 {
  color: #c10517;
}
#news .article h2,
#news .block h2 {
  color: #72848f;
}
#news .article.featured,
#news .block.featured {
  width: 650px;
}
#news .article .image,
#news .block .image {
  max-width: 625px;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
#news .article .bottom,
#news .block .bottom {
  background: url("/static/images/news_bottom.png") no-repeat scroll left bottom #ffffff;
  clear: both;
  height: 15px;
  position: relative;
  width: 645px;
  margin-left: -10px;
}
