html, body {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	background:url(../_images/_template/bg_body.jpg) no-repeat top center #FFF;
}


/* base structure */
div#contentHeader,
div#contentImage,
div#contentMain,
div#contentFooter {
	margin:0 auto 0 auto;
	width:976px;
	text-align:left;
}


div#contentHeader {
	height:115px;
	background:url(../_images/_template/bg_contentHeader.jpg) no-repeat;
}


div#contentImage {
	width:913px;
	height:312px;
	padding:4px 26px 11px 37px;
	background:url(../_images/_template/bg_contentImage.jpg) no-repeat;	
}

div#contentMain {
	width:922px;
	min-height:117px;
	padding:0 22px 0 32px;	
}

div#contentFooter {
	width:916px;
	padding:0 0 30px 0;
	margin-top:35px;
}



/* contentHeader */
	div#contentHeader img#mainLogo {
		float:left;
		width:165px;
		height:96px;
		margin:0 9px 18px 37px;
	}
	
	div#contentHeader div#menu {
		float:left;
		width:634px;
		margin-top:69px;
	}
	
		div#contentHeader div#menu a {
			float:left;
			display:block;
			height:31px;
			padding:15px 15px 0 15px;
			text-align:center;
			font-size:17px;
			line-height:17px;
			background:url(../_images/_template/bg_mm.gif) no-repeat top right;
			text-decoration:none;
			font-weight:normal;
			color:#70854f;
		}
		
		div#contentHeader div#menu a.mm_active,
		div#contentHeader div#menu a:hover {
			background-image:url(../_images/_template/bg_mm_active.jpg);
		}


/* contentImage */
	div#contentImage img {
		width:913px;
		height:312px;
	}
	
	
	
/* contentFooter */
	div#contentFooter div#footerDivOne,
	div#contentFooter div#footerDivTwo,
	div#contentFooter div#footerDivThree {
		width:20%;
		float:left;
		margin:10px 0 0 0;
	}
	
	div#contentFooter div#footerDivTwo {
		width:60%;
		margin-top:10px;
		text-align:center;
	}
	
		div#footerDivTwo a {
			color:#505050;
			font-weight:normal;
			text-decoration:none;
		}
		
		div#footerDivTwo a:hover {
			text-decoration:underline;
		}
		
	div#contentFooter div#footerDivThree {
		text-align:right;
	}
	