#boxTitle-latestNews {
	background-image: url(../images/text/boxTitleBreakingNews.png);
	background-repeat:no-repeat;
	margin-left:-7px;
	width:250px;
	height:28px;
}

#box-newsBox {
	background-image: url(../images/transBG.png);
	background-repeat: repeat;
	border: 1px solid #222222;
	padding: 7px;
	width: 480px;
}

#boxTitle-recentHeadlines {
	background-image: url(../images/text/boxTitleRecentHeadlines.png);
	background-repeat:no-repeat;
	margin-left:-7px;
	width:250px;
	height:28px;
}

#box-recentHeadlines {
	background-image: url(../images/transBG.png);
	background-repeat: repeat;
	border: 1px solid #222222;
	padding: 7px;
	width: 305px;
	height: 420px;
	overflow: auto;
}

#box-newsContent {
	width: 90%;
}

