/*CSS*/

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) repeat-x;
	background-color: #AAA;
	}

/*  *********************************************  WRAPPER   *********************************************** */

div#mn-wrapper {
	margin: 0 auto;
	width: 990px;
	padding: 0 0 0 0;
	}
	

/******************************* STRUCTURE *************************/

div#mn-banner {
	float: left;
	width: 990px;
	height: 167px;
	margin: 0px;
	padding: 0px;
	/*background:url(../images/banner.jpg) no-repeat #000;*/
	}

div#mn-topnav {
	float:left;
	background: url(../images/topnav.jpg) no-repeat top left #333;
	width: 990px;
	height: 39px;
	margin:0;
	padding:0;
	}	

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

div#mn-qcontact {
	float:right;
	background: url(../images/qcontact.jpg) no-repeat top left #D7D7D7;
	width: 223px;
	height: 217px;
	margin:0;
	padding:61px 10px 5px 30px;
	overflow: hidden;
	}	


div#mn-graphic {
	float:left;
	/*background: url(../images/graphic.jpg) no-repeat top left #999;*/
	width: 727px;
	height: 283px;
	margin:0;
	padding:0;
	overflow: hidden;
	display: none;
	}	
 

div#mn-content {
	float: left;
	width: 727px;
	background: url(../images/content.jpg) no-repeat top left;
	margin:0;
	padding:0;
	}

div#mn-sidebar {
	float: left;
	width: 151px;
	margin:0;
	padding:0 30px;
	}

div#mn-content-text {
	width: 456px;
	float: right;
	margin: 0;
	padding: 0 30px;
	}

div#mn-sidelinks {
	clear: right;
	float:right;
	background: url(../images/sidelinks.jpg) no-repeat top left #000033;
	width: 263px;
	height: 336px;
	margin:0;
	padding:0;
	overflow: hidden;
	display: inline-block;
	}	

div#mn-footer {
	clear: both;
	float: left;
	width: 978px;
	padding-top:10px;
	margin: 6px 0 0 6px;
	background: #128286;
	border:1px solid #BCBDBF;
	}
	
div#mn-bottomlinks {
	float: left;
	background: url(../images/bottomlinks.jpg) no-repeat top left;
	width: 978px;
	height: 203px;
	margin:0;
	padding:0;
	overflow: hidden;
	display: none;
	}	

	
div#mn-clear {
	clear: both;
	float: left;
	width: 990px;
	}	