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

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


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

div#mn-banner {
	height: 479px;
	background-image: url(../images/banner.jpg);
	background-position: center;
	}

div#mn-topnav {
	margin: 0 auto;
	width: 990px;
	height: 50px;
	margin-top:-55px;
	}	

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


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

div#mn-content-wrap {
	margin:0 auto;
	padding:0 25px 30px 25px;
	background-color:#ffffff;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
div#mn-content-center{
	width:990px;
	margin:0 auto;
}

div#mn-content {

	}

div#mn-content-left{
width:675px;
float:left;
}

div#mn-content-right{
	float:right;
	width:250px;
	padding-left:25px;
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.mn-phone-number{
margin:42px 0px 0px 0px;
}

.clear{
clear:both;
}

.mn-section-header{
padding-top:50px;
}

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


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

div#mn-footer-wrap {
height:143px;
	padding:15px 25px;
	margin: 0 auto;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	}
	
div#mn-footer{
width:990px;
margin:0 auto;
}