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

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


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

div#mn-banner {
	float: left;
	width: 990px;
	height: 111px;
	background: url(../images/banner.jpg) no-repeat #000;
	overflow: hidden;
	}

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

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat;
	width: 661px;
	height: 266px;
	overflow: hidden;
	}	
 
div#mn-graphic-text {
	float:left;
	width: 661px;
	height: 266px;
	overflow: hidden;
	margin-left: -661px;
	}	
 
div#mn-media {
	float:right;
	background: url(../images/media.jpg) no-repeat;
	width: 329px;
	height: 140px;
	overflow: hidden;
	}	
 
div#mn-video {
	clear: right;
	float:right;
	background: url(../images/video.jpg) no-repeat;
	width: 329px;
	height: 284px;
	overflow: hidden;
	border-bottom: 1px solid #EDD;
	}	
 
div#mn-links {
	float:left;
	width: 661px;
	height: 93px;
	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: left;
	width: 611px;
	overflow: hidden;
	padding:0 25px 30px 25px;
	background: url(../images/content.jpg) no-repeat;
	}
	
div#mn-content-gallery {
	float: left;
	width: 989px;
	overflow: hidden;
	background: url(../images/content.jpg) no-repeat;
	}

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


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

div#mn-bottom-wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: #211811;
	border-top: 8px solid #B5944F;
	padding: 10px 0 20px;
	}
div#mn-bottom {
	width: 945px;
	padding:0 25px;
	margin: 0 auto;
	}
	
div#mn-footer-wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: #120D09;
	padding: 15px 0 3px;
	}
div#mn-footer {
	width: 945px;
	margin: 0 auto;
	}
		
