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

body 			{ background: url(../images/bg-rep.jpg) top center repeat-y; }
div#full-page 	{ float: left; width: 100%; background: url(../images/bg.jpg) top center no-repeat; }
body.gallery div#full-page	{ background: url(../images/bg-gallery.jpg) top center no-repeat; }

div#mn-wrapper 	{ width: 990px; }


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

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

div#mn-graphic {
	float:left;
	/*background: url(../images/graphic.jpg) no-repeat #888;*/
	width: 990px;
	height: 302px;
	overflow: hidden;
	}	
 
body.gallery div#mn-graphic { display:none; }

div#mn-topnav {
	float:left;
	width: 990px;
	height: 51px;
	}	

div#mn-contact-bar {
	float:left;
	width: 990px;
	height: 95px;
	overflow: hidden;
	}	
 
div#mn-main {
	float: left;
	width: 990px;
	background:url(../images/main.jpg) repeat-y;
	overflow: hidden;
	}


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

div#mn-content {
	float: right;
	width: 660px;
	overflow: hidden;
	padding:10px 25px 30px 41px;
	}
	
div#mn-content-gallery {
	float: right;
	width: 990px;
	overflow: hidden;
	}

div#mn-sidebar {
	float: left;
	width: 264px;
	overflow: hidden;
	}


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

div#mn-bottom-wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: #2B2117;
	padding-bottom: 25px;
	}
div#mn-bottom {
	width: 940px;
	padding:15px 25px;
	margin: 0 auto;
	}
	
div#mn-footer-wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: #0D0D0D;
	border-top: 1px solid #1F160F;
	}
div#mn-footer {
	width: 940px;
	padding:15px 25px;
	margin: 0 auto;
	}
		
