#latest_news_panel {
	left: 256px;
	top: 208px;
	position: absolute;
	width: 450px;
	height: 124px;
	padding: 4px 8px 5px 15px;
	background-color: #fff;
	vertical-align: top;
	cursor: hand;
}		
#latest_news_pane2 {
	left: 256px;
	bottom: 160px;
	position: absolute;
	width: 207px;
	height: 56px;
	overflow: hidden;
	background-color: #FBC28B;
	padding: 2px 2px 5px 28px; /*was 14px diff 14 */
	vertical-align: top;
	cursor: hand;
	background-image: url(news_item1.gif);
	background-repeat: no-repeat;
} 
#latest_news_pane3 {
	left: 256px;
	bottom: 92px;
	position: absolute;
	width: 207px;
	height: 56px;
	overflow: hidden;
	background-color: #fbcb9d;
	padding: 2px 2px 5px 28px;
	vertical-align: top;
	cursor: hand;
	background-image: url(news_item2.gif);
	background-repeat: no-repeat;
}
#latest_news_pane4 {
	left: 256px;
	bottom: 24px;
	position: absolute;
	width: 207px;
	height: 56px;
	overflow: hidden;
	background-color: #fdd6b0;
	padding: 2px 2px 5px 28px;
	vertical-align: top;
	cursor: hand;
	background-image: url(news_item3.gif);
	background-repeat: no-repeat;	
}						
#latest_news_pane5 {
	left: 496px;
	bottom: 160px;
	position: absolute;
	width: 207px;
	height: 56px;
	overflow: hidden;
	background-color: #FBC28B;
	padding: 2px 2px 5px 28px; /* diff 18 */
	vertical-align: top;
	cursor: hand;
	background-image: url(news_item4.gif);
	background-repeat: no-repeat;	
}	
#latest_news_pane6 {
	left: 496px;
	bottom: 92px;
	position: absolute;
	width: 207px;
	height: 56px;
	overflow: hidden;
	background-color: #fbcb9d;
	padding: 2px 2px 5px 28px;
	vertical-align: top;
	cursor: hand;
	background-image: url(news_item5.gif);
	background-repeat: no-repeat;	
}
#latest_news_pane7 {
	left: 496px;
	bottom: 24px;
	position: absolute;
	width: 207px;
	height: 56px;
	overflow: hidden;
	background-color: #fdd6b0;
	padding: 2px 2px 5px 28px;
	vertical-align: top;
	cursor: hand;
	background-image: url(news_item6.gif);
	background-repeat: no-repeat;	
}						
/* ie box model fix - ignored by ie */
html>body #latest_news_panel {width: 454px; height: 115px;}
html>body #latest_news_pane2, #latest_news_pane3, #latest_news_pane4, #latest_news_pane5, #latest_news_pane6, #latest_news_pane7 {width: 207px; height: 56px;}

/* CSS Document -- index.html */
h2, h2 a:link, h2 a:active, h2 a:hover, h2 a:visited {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	color: #fff; 
	padding: 0px 0px 2px 0px;
	margin: 0px;
	font-weight: normal;
}	

.news_lower {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#555;
	text-decoration: none;
	text-align: justify;
	line-height: 14px;
}
.news_upper {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: justify;
	line-height: 20px;
}
.news_img {
	float: right;
	border: 0px;
	margin: 0px;
}
.news_img_main {
	float: right;
	border: 0px;
	margin-left: 5px;
}
.news_img_colourbar {
	float: left;
	border: 0px;
}