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

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


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

div#mn-banner {
	float: left;
	width: 996px;
	height: 182px;
	background: url(../images/banner.jpg) no-repeat;
	overflow: hidden;
	}
div#mn-banner-home {
	float: left;
	width: 996px;
	height: 182px;
	background: url(../images/banner.jpg) no-repeat;
	overflow: hidden;
	display: none;
	}

div#mn-main {
	float: left;
	width: 989px;
	background:url(../images/main.jpg) repeat-y right #FFF;
	overflow: hidden;
	border-left: 7px solid #ADA09A;
	}

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

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat;
	width: 744px;
	height: 302px;
	overflow: hidden;
	display: none;
	}	
 
div#mn-icons {
	float:left;
	width: 726px;
	height: 78px;
	overflow: hidden;
	margin-left: -7px;
	display: none;
	}	
 

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

div#mn-content {
	float: right;
	width: 667px;
	overflow: hidden;
	padding:0 35px 30px 35px;
	margin-left: -7px;
	border-top: 7px solid #4B1509;
	border-left: 7px solid #5F2A08;
	}

div#mn-sidebar {
	float: left;
	width: 215px;
	padding: 10px 15px;
	overflow: hidden;
	background: url(../images/sidebar.jpg) no-repeat top right #DCD3CE;
	border-right: 7px solid #5F2A08;
	border-top: 1px solid #B6B3AC;
	}
div#mn-sidebar2 {
	float: left;
	width: 210px;
	padding-left: 20px;
	overflow: hidden;
	}

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

div#mn-footer {
	clear: both;
	float: left;
	width: 946px;
	padding:15px 25px;
	margin: 0 auto;
	background: url(../images/footer.jpg) no-repeat #420807;
	}
