body {
	font: 70% Verdana,Tahoma,Arial,sans-serif;
	min-width: 1024px;
	background: #000 url(img/i3m_bkd_home2.jpg) no-repeat top center;
	color: #b1b4b8;
	min-height: 800px;
	padding: 0;
	margin: 0;
}
#rightarea {
	margin-top:75px;
}
#lowerarea {
	position: relative;
	z-index: 2000;
	background-color: #000;
	margin: 0px 10px 0px 10px;
	clear: both;
	min-height: 230px;
	border-top: 3px solid #b2bdde;
}
#lowerright {
	background: #000 url(img/i3m_lower_bkd_small.jpg) repeat-x top;
	width: 229px;
	float: right;
}
#lowerleft {
	background: #000 url(img/i3m_lower_bkd_small.jpg) repeat-x top;
	width: 229px;
	float: left;
	min-height: 230px;
}
#centre_blog {
	background: #000 url(img/i3m_lower_bkd_small.jpg) repeat-x top;
	float:none;
}
#centre_blog .stories {
	background: none;
}
.accordionButton {	
		font: normal 1.5em Verdana,Tahoma,Arial,sans-serif;
		letter-spacing: -1px;
		color: #ccc;
		display:block; 
		background: transparent url(img/down.gif) no-repeat; 
		background-position: 98% 50%;
		padding: 2px 6px;
		cursor: pointer;
}
.accordionContent {	
		display: none;
}