/* 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: 92px;
	/*background: url(../images/banner.jpg) no-repeat;*/
	overflow: hidden;
	}

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

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


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

div#mn-content {
	float: left;
	width: 610px;
	overflow: hidden;
	padding:10px 20px 10px 55px;
	}

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


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

div#mn-footer-wrap {
	clear:both;
	float: left;
	padding: 60px 0 20px;
	width: 100%;
	background: url(../images/footer.jpg) repeat-x #33191A;
	border-bottom: 60px solid #221212;
	}

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