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

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


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

div#mn-banner {
	float: left;
	width: 990px;
	height: 55px;
	overflow: hidden;
	}

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat;
	width: 990px;
	height: 342px;
	overflow: hidden;
	}	
 
div#mn-nav {
	float:left;
	background: url(../images/topnav.jpg) no-repeat;
	width: 990px;
	height: 55px;
	}	

div#mn-main {
	float: left;
	width: 990px;
	overflow: hidden;
	}


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

div#mn-content {
	float: left;
	width: 640px;
	overflow: hidden;
	padding:0 25px 30px 25px;
	background: url(../images/content.jpg) no-repeat;
	}

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


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

div#mn-footer {
	clear: both;
	float: left;
	width: 100%;
	padding:20px 0;
	margin: 0 auto;
	background: #2A130B;
	border-bottom: 40px solid #220F09;
	}