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

body 			{ background: #FAFAFA; }

div.wrapper 	{ width: 100%; float: left; }
div.wtop 		{ background: #8F0600; }
div.wgraphic	{ background: #373737; }
div.wblocks		{ background: #C4C4C4; display: none; }



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

div#mn-banner {
	margin: 0 auto;
	width: 939px;
	height: 110px;
	background: url(../images/banner.jpg) no-repeat;
	overflow: hidden;
	}

div#mn-topnav {
	clear: both;
	margin: 0 auto;
	background: url(../images/topnav.jpg) no-repeat;
	width: 939px;
	height: 48px;
	}	

div#mn-graphic {
	margin: 0 auto;
	background: url(../images/graphic.jpg) no-repeat;
	width: 939px;
	height: 254px;
	overflow: hidden;
	}	
 
div#mn-icons {
	margin: 0 auto;
	width: 939px;
	height: 42px;
	overflow: hidden;
	}	
 
div#mn-blocks {
	margin: 0 auto;
	width: 939px;
	height: 226px;
	overflow: hidden;
	}	
 
div#mn-main {
	clear: both;
	margin: 0 auto;
	width: 939px;
	background:url(../images/main.jpg) repeat-y;
	overflow: hidden;
	}


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

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

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


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

div#mn-bottom-wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: #080740;
	}
div#mn-bottom {
	width: 945px;
	padding:15px 25px;
	margin: 0 auto;
	}
	
div#mn-footer-wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: #080740;
	}
div#mn-footer {
	width: 945px;
	padding:15px 0;
	margin: 0 auto;
	border-top: 1px solid #262658;
	}
		
