body {
	margin:0;
	background-color:#FFFFFF;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	width:97%;
	font-family:Arial, Helvetica, sans-serif;
}
#maincell {
	width:900px;
	background-color:#F0E8C7;
}
#header {
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	width:900px;
	height:208px;
}
#menu {
	background-image:url('../images/menubrown.jpg');
	background-repeat:no-repeat;
	width:900px;
	height:90px;
}
#menu2 {
	background-image:url('../images/menu2.jpg');
	background-repeat:no-repeat;
	width:900px;
	height:90px;
}


#content{
	background-color:#F0E8C7;
	width:850px;
	text-align:left;
	padding:4px;
	padding-bottom:10px;	
}
#footer {
	background-image:url('../images/footer.jpg');
	background-repeat:no-repeat;
	width:900px;
	height:245px;
}

#menuItems {
	position:relative;
	top:4px;
	left:100px;
	text-align:left;
	font-size:24px;
	color:#FFFFFF;
}

#footerText {
	position:relative;
	top:20px;	
}

h2 {
	color:#385320;
}
#submenu {
	color:#385320;
}
#submenu a, a:visited, a:link {
	color:#385320;
	text-decoration:none;
}
#submenu a:hover {
	text-decoration:underline;

}