/* SITE SHELL */
/* ----------------------------------------- */

body 			{ background: url(../images/bg.jpg) top center repeat-x #FFF; }
div#mn-wrapper 	{ width: 994px; border-bottom: 1px solid #1B4517; }


/* HEADER - header.php */
/* ----------------------------------------- */

div#mn-banner {
	float: left;
	width: 994px;
	height: 133px;
	background: url(../images/banner.jpg) no-repeat;
	overflow: hidden;
	}

div#mn-topnav {
	float:left;
	background: url(../images/topnav.jpg) no-repeat;
	width: 663px;
	height: 48px;
	}	

div#mn-icons {
	float:right;
	background: url(../images/graphic2.jpg) no-repeat;
	width: 331px;
	height: 350px;
	overflow: hidden;
	}	
 
div#mn-graphic {
	float:left;
	background: url(../images/graphic2.jpg) no-repeat;
	width: 663px;
	height: 302px;
	overflow: hidden;
	}	
 
div#mn-main {
	float: left;
	width: 994px;
	overflow: hidden;
	}


/* SITE CONTENT - index.php */
/* ----------------------------------------- */

div#mn-content {
	float: left;
	width: 640px;
	overflow: hidden;
	padding:0 25px 30px 25px;
	}

div#mn-sidebar {
	float: right;
	width: 275px;
	overflow: hidden;
	padding:0 25px 0 0;
	}


/* BOTTOM - footer.php */
/* ----------------------------------------- */

div#mn-footer-wrapper {
	clear: both;
	float: left;
	width: 100%;
	padding:25px 0;
	margin: 0 auto;
	background: #4D8047;
	border-top: 1px solid #8BB587;
	}

div#mn-footer {
	clear: both;
	width: 944px;
	padding:0 25px;
	margin: 0 auto;
	}
