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

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


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

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

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

div#mn-graphic {
	float:left;
	background: url(../images/graphic2.jpg) no-repeat;
	width: 632px;
	height: 199px;
	overflow: hidden;
	}	
div#mn-graphichome {
	float:left;
	background: url(../images/graphic3.jpg) no-repeat;
	width: 632px;
	height: 199px;
	overflow: hidden;
	}	 
div#mn-main {
	float: left;
	width: 990px;
	overflow: hidden;
	}


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

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

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


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

div#mn-footer-wrapper {
	width: 100%;
	clear: both;
	float: left;
	margin: 0;
	padding: 15px 0 45px;
	background: #38332D;
	}

div#mn-footer {
	width: 940px;
	padding:15px 25px 45px;
	margin: 0 auto;
	}
