div#masthead {
	background-image:url(../images/b2_header_news.jpg);
}
/* Old stuff
div#attachment {
  margin-top: -44px;
  margin-left: 553px;
  width: 214px;
  height: 319px;
}*/


div.article {
  border-bottom: 1px solid #fff;
  margin-bottom: 12px;
  clear: both;
}

div.article div.article_photo {
  display: block;
  width: 146px;
  float: left;
  padding: 28px 16px 0 0;
  color: #1782b6;
  font-size: 12px;
  text-align: left;
  margin-bottom: 18px;
}
div.article .wPhoto {
  padding-left: 162px;
}
div.article .woPhoto {
  padding-left: 162px;
}

div.article h2.title {
  margin-bottom: 0.35em;
}

div.article p.dateline {
  text-transform: lowercase;
  margin-top: 0;
  font-size: 85%;
  color: #777;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

