/* CSS Document */

/* main content - centre */

#main-text h3{
	display:block;
	height: 150px;
	width: 625px;
	background-color: transparent;
	background-image: url(../images/latest_news_centre.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#main-text h3 span{display:none;}


/* navbar images */

#lnav h3{
	display:block;
	height: 53px;
	width: 150px;
	background-color: transparent;
	background-image: url(../images/latest-news-main.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	margin-bottom: 20px;
}


