/*CSS*/
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) top center repeat-x #383838;
	}

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

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

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

div#mn-banner {
	float: left;
	width: 988px;
	height: 82px;
	margin: 0px;
	padding: 0px;
	background:url(../images/banner.jpg) no-repeat #FFF;
	overflow: hidden;
	}

div#mn-topnav {
	float:left;
	background: url(../images/topnav.jpg) no-repeat #888;
	width: 988px;
	height: 66px;
	margin:0;
	padding:0;
	}	

div#mn-graphic {
	float: right;
	background: url(../images/graphic.jpg) no-repeat #AAA;
	width: 752px;
	height: 337px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
div#mn-main {
	float: left;
	width: 988px;
	background:url(../images/main.jpg)repeat-y ;
	}

div#mn-content {
	float: left;
	width: 684px;
	overflow: hidden;
	margin:0;
	padding:0 40px 10px 0px;
	background: url(../images/content.jpg) no-repeat #383838;
	}

div#mn-sidebar {
	float: left;
	width: 236px;
	height: 337px;
	overflow: hidden;
	margin:0;
	padding:0;
	background: url(../images/sidebar.jpg) no-repeat;
	}
div#mn-office {
	float: left;
	width: 224px;
	overflow: hidden;
	margin:0;
	padding:50px 20px 10px;
	background: url(../images/office.jpg) no-repeat;
	}
div#mn-clear {
	clear: both;
	float: left;
	width: 990px;
	overflow: hidden;
	}		

div#mn-footer {
	float:left;
	width: 100%;
	padding:0;
	background: url(../images/footer.jpg) repeat;
	}
	
/*  *********************************************  IE6 ALERT   *********************************************** */

#ie6alert {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #000;
	  filter:alpha(opacity=80);
	  opacity:0.8;
	border-top: 4px solid #000;
	line-height: 30px;
	font-size: 14px;
	padding: 40px 0 10px 0;
	}
 
#ie6alert p {
	width: 850px;
	padding: 5px 10px;
	text-align: center;
	margin: 0 auto;
	color: #FFF;
	}

#ie6alert a {
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	color: #FFF;
	}
	#ie6alert a:hover {
		background-color: #182126;
		}
#mn-content .div50 {
	float: left;
	width: 32%;
}

