.news_headline {
	padding-bottom: 25px;
    width: 100%;
}
.news_headline .infohead {
	font-size: 10px;
     float: left;
     width: 100%;
}
.news_headline .whowhere {
	float: left; 
	clear: left;
}
.news_headline .date {
	float: left;
	clear:left;
}

.news_headline .thumbnail, .headline .thumbnail img{
	float: left; 
	padding-right: 5px;
	padding-bottom: 5px;
}

.news_headline .description {
	float: left; 
	clear: left; 
    width: 100%;
    margin: 7px 0px 7px 0px;
}

.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}