/* SITE SHELL */
/* ----------------------------------------- */
div#shell 		{ width: 100%; float: left; background: url(../images/bg.jpg) top center repeat-x; }
body 			{ background: url(../images/repeater.jpg) top center repeat-y #BDB29C; }
div#mn-wrapper 	{ width: 942px; }


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

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

div#mn-contact {
	float:left;
	width: 651px;
	height: 47px;
	}	

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

div#mn-graphic {
	float:left;
	background: url(../images/flash.jpg) no-repeat #888;
	width: 291px;
	height: 373px;
	overflow: hidden;
	}	
 
div#mn-graphic-home {
	float:left;
	background: url(../images/flash.jpg) no-repeat #888;
	width: 572px;
	height: 373px;
	overflow: hidden;
	}	
 
div#mn-icons {
	float:left;
	background: url(../images/icons.jpg) no-repeat #888;
	width: 370px;
	height: 373px;
	overflow: hidden;
	}	
 
div#mn-main {
	float: left;
	width: 942px;
	overflow: hidden;
	background: #D6D0C2;
	border-bottom: 25px solid #38352E;
	}


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

div#mn-content {
	float: right;
	width: 601px;
	overflow: hidden;
	padding:0 25px 30px 25px;
	background:url(../images/main.jpg) repeat-x #D6D0C2;
	}
	div#mn-content.home {
		float: left;
		width: 515px;
		overflow: hidden;
		padding:0 25px 30px 25px;
		background:url(../images/main.jpg) repeat-x;
		}

div#mn-sidebar {
	clear: left;
	float: left;
	width: 241px;
	overflow: hidden;
	padding:0 25px 30px 25px;
	background:url(../images/main.jpg) repeat-x;
	}
	div#mn-sidebar.home {
		clear: none;
		float: right;
		width: 327px;
		}


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

div#mn-footer-wrap {
	clear: both;
	float: left;
	width: 100%;
	padding:15px 0;
	margin: 0 auto;
	background: #BDB29C;
	}
div#mn-footer {
	clear: both;
	width: 940px;
	padding:15px 25px;
	margin: 0 auto;
	}
