#masthead #toplevel-bg {
	background-image: url(../images/header/news.jpg);
	background-position: 60px 0px;
	background-repeat: no-repeat;
}
#masthead #title-icon {
	background-image: url(../images/icon-news.png);
	background-repeat: no-repeat;
	height: 74px;
	width: 71px;
	float: right;
	margin: 10px 38px 0px 0px;
}
#content .news-item {
	margin-top: 0px;
	margin-bottom: 15px;
}
#content .news-item h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
#content .news-item img {
	float: right; 
	margin: 0px 0px 10px 10px; 
}
#content .news-item img.thumb {
	width: 82px; 
	height: 82px;
	background-color: #FFF;
	padding: 6px;
}

