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

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


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

div#mn-banner {
	float: left;
	padding: 20px 0 0 0;
	width: 990px;
	height: 152px;
	overflow: hidden;
	}
	
	
div#mn-banner p{
margin:8px 0 0 0;
padding:0;
}

div#mn-banner .mn-phone{
	padding-top:10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

div#mn-topnav {
	float:right;
	background: url(../images/topnav.jpg) no-repeat #FFF;
	width: 733px;
	height:62px;
	}	

div#mn-graphic {
	float:right;
	background: url(../images/graphic.jpg) no-repeat #888;
	width: 733px;
	height: 283px;
	overflow: hidden;
	}	
 
div#mn-main {
	float: right;
	width: 733px;
	background:url(../images/main.jpg) repeat-y #f0e8d7;
	overflow: hidden;
	}
	
div#mn-section-title{
background-color:#e1d1af;
}


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

div#mn-content {
	float: right;
	width: 683px;
	overflow: hidden;
	padding:15px 25px 30px 25px;
	background: url(../images/content.jpg) no-repeat;
	}

div#mn-sidebar {
	margin-top: -14px;
	float: left;
	width: 257px;
	overflow: hidden;
	}


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

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