/* NEWS */

#news_content {
	padding: 0px 15px 0px 15px;
	white-space: normal;
}

#news_title {
	font-size: 14px;
	color: #891a11;
	text-transform: capitalize;
}

#news_article {
	color: #666666;
	font-size: 12px;
}

#general_news_header {
	height: 55px;
	width: 779px;
	background-image: url(../images/general_news_header.jpg);
	background-repeat: no-repeat;
}

#select_news_header {
	height: 55px;
	width: 779px;
	background-image: url(../images/select_news_header.jpg);
	background-repeat: no-repeat;
}

#hs_news_header {
	height: 55px;
	width: 779px;
	background-image: url(../images/hs_news_header.jpg);
	background-repeat: no-repeat;
}

#general_news {
	
}

#select_news {

}

#hs_news {
	
}

.news_list_item {
	float: left;
	padding-left: 30px;
}

#news_dummy {
	float: left;
}