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

body 			{ background: url(../images/bg.jpg) top center repeat-x #c87b90; }
div#mn-wrapper 	{width: 1048px;
	background-color: #FFFFFF;
	 background: url(../images/wrapper_bg.png) top center repeat-y; }


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

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

div#mn-topnav {
	background: url(../images/nav_bg.jpg) repeat-x #F44;
	width: 990px;
	height: 34px;
	margin-right: auto;
	margin-left: auto;
	padding-top:13px;

	}	

div#mn-graphic {
padding:20px 10px 0 0;
margin-left:29px;
	background: url(../images/graphic.jpg) no-repeat;
	width: 980px;
	height: 426px;
	overflow: hidden;
	}	

div#mn-service-bar{
margin: 0px auto;
padding: 0px;
width:990px;
height:116px;
}

 
div#mn-main {
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	background:url(../images/main.jpg) repeat-y #ece7e4;
	overflow: hidden;
	}


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

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

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-footerWrap 	{
	margin-right: auto;
	margin-left: auto;
	width: 1048px;
	background-color: #FFFFFF;
    background: url(../images/wrapper_bg.png) top center repeat-y; }

div#mn-footer {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	height:157px;
	padding:0px 25px 0px 25px;
	margin: 0 auto;
	background: url(../images/footer.jpg) repeat-x;
	}
	
div#mn-bottom {
width:1048px;
	height:26px;
	margin-right: auto;
	margin-left: auto;
}