body {
	background-image: none !important;	
}

#mainarea {
	/*position: relative;*/
	width: 972px;
	height: auto;
	
	background-color: #fff;
	background-image: url(/home/images/contentarea-bg.gif);
	background-repeat: repeat-y;
	
	float: left;
}

#contentarea {
	position: relative;
	width: 645px;
	height: auto;
	
	float: left;
}

#teaserleft {
	position:relative;
	left:0;
	width:162px;
	height: auto;
	
	float: left;
}

#teaserright {
	position: relative;
	top: 0px;
	left: 6px;
	
	margin-top: 198px;
	
	float: left;	
}

#content {
	position: relative;
	left: 36px;
	width: 560px;
	height: auto;

	float: left;
}

#contenthead {
	left: 0px;
	width: 651px;
}

#contentsubhead {
	left: 0px;	
}



#content {
	top: 0px;
	margin-top: 310px;
}
