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

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


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

div#mn-banner {
	float: left;
	width: 706px;
	height: 150px;
	background: url(../images/banner.jpg) no-repeat #4F608C;
	overflow: hidden;
	}

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

div#mn-topnav {
	float:left;
	background: #99A6C9;
	width: 990px;
	height: 43px;
	}	

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

div#mn-graphic {
	float:right;
	background: url(../images/graphic.jpg) no-repeat #888;
	width: 684px;
	height: 253px;
	overflow: hidden;
	}	

div#rotator {
	float:right;
	background: url(../images/graphic.jpg) no-repeat #888;
	width: 684px;
	height: 253px;
	overflow: hidden;
	}	
 
div#mn-qcontact {
	float:left;
	background: url(../images/qcontact.jpg) no-repeat #888;
	width: 306px;
	height: 298px;
	overflow: hidden;
	}	
 

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

div#mn-content {
	float: right;
	width: 594px;
	overflow: hidden;
	padding: 15px 55px 30px 35px;
	}

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

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


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

div#mn-footer-wrap {
	clear: both;
	float: left;
	width: 100%;
	padding:0;
	margin: 0 auto;
	background: #687598;
	}

div#mn-footer {
	clear: both;
	width: 940px;
	padding:25px 25px;
	margin: 0 auto;
	background: #4F608C;
	height: 120px;
	}