#top {
	background-image: url(/graphics/map_news.jpg);
}

#bar {
	float:right; 
}

#content {
	float: right; 
}

#header {
	float: right; 
}

/* STYLES FOR SHORT NEWS SUMMARY */

.news_head {
	color: #BA2402;
	text-decoration: none;
}

news_head p {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:14px;
}

.news_item {
	width:50%;
	text-align:left;
	padding-left: 5px;
	padding-right: 5px;

}

.news_item a {
	text-decoration: none;
	color: #4B5A6D;
}



/* STYLES FOR WHOLE NEWS CATEGORY */

.ditto_item {

	text-align:left;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 30px;
}

.ditto_item a {
	text-decoration: none;
	color: #4B5A6D;
}

