/* Author: Gillian Don, January 2007 */

body {
	margin: 10px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: black;
	background-color: #ffffec;
}

/* centres a 760px width layout */
#centrePage {
	position: absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	float: left;
}

ul#main_menu {
	position: absolute;
	top: 465px;
	margin: 5px 0px 10px 0px;
	padding: 10px 0px 0px 10px;
	/* awful hack for IE5, thanks to Tantek Celik */
	height: 22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	/* correct height */
	height: 10px;
}

ul#main_menu li {
	display: block;
	width: 74px;
	float: left;
	border-style: solid;
	border-color: #ffffec;
	border-width: 0px 0px 0px 1px ;
	font-weight: 400;
	text-align: center;
}

ul#main_menu li a {
	color: #ffffec; 
	font-weight: 400;
	text-decoration: none;
}

ul#main_menu li a:hover {
	color: #999999;
	
}

#this_page {
	/* awful hack for IE5 */
	text-align: center;
	color: #999999;
}

#MainPage {
background-image: url(images/magnolia7602.jpg);
background-repeat:no-repeat;
height: 502px;
border-style: solid;
border-color: #145620;
border-width: 2px 2px 2px 2px;
}

#MainPage_Logo {
	position: absolute;
	top: 30px;
	left: 488px;
	
}

#MainPage_Text_1 {
	position: absolute;
	top: 200px;
	left: 500px;
	font-weight: 400;
	color: #ffffec;
}
