.news_headline {
	padding-bottom: 10px;
    width: 100%;

	
}

.news_headline .infohead {
     float: left;
	padding-left: 10px;
     width: 100%;
}
.news_headline .newsmarg {
	padding-left: 10px;
}

.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;
}