/* center main content area */	
div#mainbody {
	position: relative;
	float: left;
	width: 755px;
	z-index:0;
}

/* this layer holds the footer file */
div#footer {
	position:relative;
	float: left;
	clear: both;
	width: 760px;
	margin: 9px 15px 0px 0px;
	font-size: 9px;
}

