/* ############# LAYOUT ############ **/

#mainText{
	padding:0px;
	background:#fff url(img/bkg_newspage.jpg) bottom left no-repeat;
}


#newsBox {
	float:left;
	padding:0;
}

#newsBox h2{
	margin-left:16px;
	font-size: 10pt;
	font-weight: bold;

}

#newsBox h3{
	text-transform: none;
	text-decoration:none;
	font-weight: bold;
}

#newsBox hr {
	clear:both;
	border: 0;
	height:70px;
	background:#fff url(img/bkg_home_separator.jpg) bottom center no-repeat;	
}

#newsBox .newsItem {
	float:left;
	width:219px;
	padding-left: 10px;
	padding-right:10px;

}


#newsBox .newsMedia {
	padding-top: 10px;
	text-align:center;
}

#newsBox .newsMedia img {
	width: 170px;
}
