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

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


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

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

div#mn-topnav {
padding-left:20px;
	padding-top:37px;
	float:left;
	width: 970px;
	height: 43px;
	}	

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat #888;
	width: 990px;
	height: 336px;
	overflow: hidden;
	}	
 
div#mn-main {
	float: left;
	width: 990px;
	background:url(../images/main.jpg) repeat-y;
	overflow: hidden;
	}


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

div#mn-page-title{
	float: left;
	padding: 5px 0 0 15px;
	width: 608px;
	height:61px;
	overflow: hidden;
	background: url(../images/pagetitle-bk.jpg) top left repeat-x;
}

div#mn-content {
	float: left;
	width: 573px;
	overflow: hidden;
	padding:15px 25px 30px 25px;
	background: url(../images/content-bk.jpg) top left repeat-x #f5f4f2;
	}

div#mn-sidebar {
	float: left;
	width: 315px;
	overflow: hidden;
	padding:0 0px 0 25px;
	background: url(../images/sidebar.jpg) no-repeat;
	}


/* BOTTOM - footer.php */
/* ----------------------------------------- */
div#mn-footer-wrapper{

clear: both;
background-color:#342c25;

}

div#mn-footer {
	text-align:center;
	clear: both;
	width: 920px;
	padding:15px 35px;
	margin: 0 auto;
	
	}
	
div#mn-footerlinks{
	padding:20px 60px 0 60px;
	height:49px;
	width:870px;
	margin: 0 auto;
	background: url(../images/footer-bk.jpg) no-repeat;
}
