@import url("content.css");
@import url("menu.css");




/****** Layout *****/
body {
	margin:0px;
	background-color: #edf0eb;
}


#main {
	margin:64px 0 0 0;
	background-color:#335523;
}

#header {
	height:103px;
}

#imagewrapper {
	padding:3px 0 3px 0;
	background-color:#597a3f;
	width:931px;
}

#image {
	
}

#subcontentwrapper {
	background-color: #edf0eb;
	padding:18px 0 16px 20px;
	float:left;
}

#subcontent {
	width:168px;
}



#contentwrapper {
	background-color: #edf0eb;
	padding:18px 0 16px 230px;
}

#content {
	width:700px;
}


#footer {
	background-color: #4b3b1d;
	height:36px;
	background-image:url(../images/footerbgimage.jpg);
	background-repeat:no-repeat;
	background-position:230px;
}

#subnavigation {
	padding:9px 0 0 857px;
}

#subnavigation a {
	font-family:"Times New Roman", Times, serif; font-weight:normal;
	color:#d8f7a9;
	text-decoration:none; 
}
