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

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

div#mn-splash{
width:968px;
margin:0 auto;
height:786px;
background:url(../images/splash.jpg) no-repeat;
}


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

div#mn-banner {
font-size:11px;
color:#999999;
	float: left;
	width: 967px;
	height: 153px;
	background: url(../images/banner.jpg) no-repeat #000;
	}

div#mn-banner p{
padding:40px 15px 0 0;
margin:0;

}
	
div#mn-banner div#mn-logo{
float:left;
}

div#mn-topnav {
	float:right;
	background: url(../images/topnav.jpg) no-repeat;
	width: 825px;
	height: 40px;
	margin-top:-42px;
	}	

div#mn-graphic {
	float:left;
	/*background: url(../images/flash1.jpg) no-repeat #888;*/
	width: 967px;
	height: 304px;
	overflow: hidden;
	}	
div#mn-graphic2 {
	float:left;
	background: url(../images/flash2.jpg) no-repeat #888;
	width: 967px;
	height: 110px;
	overflow: hidden;
	}	
 
div#mn-main {
	padding:15px 0;
	float: left;
	width: 967px;
	background:url(../images/main.jpg) no-repeat top left;
	overflow: hidden;
	}


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

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

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

div#mn-blogsidebar {
	float: right;
	width: 248px;
	overflow: hidden;
	padding:0 25px 25px 25px;
	background: url(../images/sidebar.jpg) no-repeat;
	border-left: solid 1px #222222;
	}

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

div#mn-footer {
	clear: both;
	float: left;
	width: 917px;
	padding:15px 25px;
	margin: 0 auto;
	background: #17181b;
	}
