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

body 			{ background: url(../images/bg.jpg) top center repeat-x #ede7dc; }
div#mn-wrapper 	{ width: 990px; }


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

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

div#mn-topnav {
margin-top:20px;
margin-bottom:11px;
	float:left;
	background: url(../images/topnav.jpg) no-repeat;
	width: 990px;
	height: 40px;
	padding-left:22px;
	}	

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat #888;
	width: 990px;
	height: 325px;
	overflow: hidden;
	}	
 
div#mn-main {
	float: left;
	width: 990px;
	background:url(../images/main.png) repeat-y;
	overflow: hidden;
	}


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

div#mn-content-wrapper {
	float: right;
	width: 660px;
	overflow: hidden;
	padding:0px;
	background: url(../images/content.jpg) no-repeat;
	}

div#mn-content{
width:620px;
padding: 30px;

}

div#mn-sidebar {
	float: left;
	width: 329px;
	overflow: hidden;
	padding:0;
	background: url(../images/qc-bk.jpg) no-repeat;
	}

div#mn-highlights{
float:right;
width: 661px;
overflow:hidden;
}

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

div#mn-bottom-wrapper {
height:354px;
	clear: both;
	float: left;
	width: 100%;
	background: url(../images/footer.jpg) repeat-x top center;
	}
div#mn-bottom {
	width: 939px;
	padding:0;
	margin: 0 auto;
	}
	
div#mn-footer {
	clear:both;
	width: 945px;
	padding:15px 0 0 0;
	}
