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

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

div#mn-wrapper {
	margin: 0 auto;
	width: 990px;
	padding: 0;
	}
	
div#mn-wrapper-bottom {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	padding: 0 0 50px 0;
	background: url(../images/footer.jpg) top center repeat-x #3B3B3B;
	clear: left;
	float: left;
	}
	

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

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

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

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

div#mn-graphic {
	float:left;
	/*background: url(../images/graphic.jpg) no-repeat;*/
	width: 990px;
	height: 292px;
	margin:0;
	padding:0;
	overflow: hidden;
	display: none;
	}	
 
div#mn-icons {
	float:left;
	background: url(../images/icons.jpg) no-repeat;
	width: 990px;
	height: 110px;
	margin:0;
	padding:0;
	overflow: hidden;
	display: none;
	}	
 
div#mn-main {
	float: left;
	width: 990px;
	background:url(../images/main.jpg) repeat-y;
	overflow: hidden;
	padding-top: 60px;
	}

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

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

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

div#mn-footer {
	clear: both;
	width: 940px;
	padding:15px 25px;
	margin: 0 auto;
	background: url(../images/footer.jpg) repeat-y;
	}
	
	
/*  *********************************************  IE6 ALERT   *********************************************** */

#ie6alert {
	clear: both;
	float: left;
	width: 990px;
	background: #000;
	  filter:alpha(opacity=80);
	  opacity:0.8;
	border-top: 4px solid #000;
	line-height: 30px;
	font-size: 14px;
	padding: 40px 0 40px 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;
		}
