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

.clear{
clear:both;
}

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


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

div#mn-banner {
	float: left;
	width: 990px;
	height: 186px;
	overflow: hidden;
	padding-top:56px;
	}

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

div#mn-graphic {
	padding-top:208px;
	float:right;
	background: url(../images/graphic.jpg) no-repeat #888;
	width: 698px;
	height: 92px;
	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: 645px;
	overflow: hidden;
	padding:0 25px 30px 25px;
	background: url(../images/content.jpg) no-repeat;
	}

div#mn-sidebar {
	float: left;
	width: 238px;
	overflow: hidden;
	padding:0 0 0 54px;
	background: url(../images/sidebar.png) repeat-y top left;
	
	}


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

div#mn-footer {
	clear: both;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 165px;
;
	}
