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

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

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

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

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

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

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

div#mn-flash {
	float:left;
	background: url(../images/graphic.jpg) no-repeat top right;
	width: 998px;
	height: 304px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	

div#mn-col_l {
	float: left;
	width: 331px;
	}

div#mn-col_r {
	float: left;
	width: 667px;
	}

div#mn-topnav {
	float:left;
	background: url(../images/topnav.jpg) no-repeat;
	width: 331px;
	height: 304px;
	margin:0;
	padding:0;
	display: none;
	}	

div#mn-sidebar {
	background: url(../images/right-nav-bg.jpg) no-repeat;
	background-position: top;
	float: left;
	width: 231px;
	overflow: hidden;
	margin:0;
	padding:0 25px 0 75px;
	}
	
div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat;
	width: 667px;
	height: 304px;
	margin:0;
	padding:0;
	overflow: hidden;
	display: none;
	}	
 
div#mn-icons {
	float:left;
	/*background: url(../images/icons.jpg) no-repeat;*/
	width: 667px;
	height: 157px;
	margin:0;
	padding:0;
	}	
 
div#mn-content {
	float: left;
	width: 575px;
	overflow: hidden;
	margin:0;
	padding:0 60px 10px 32px;
	background: url(../images/content.jpg) no-repeat;
	}

div#mn-clear {
	clear: both;
	float: left;
	width: 998px;
	overflow: hidden;
	}		

div#mn-footer {
	clear: both;
	float: left;
	width: 926px;
	padding:15px 35px;
	margin: 0 0 0 1px;
	background: #9D9087;
	}
	
	
/*  *********************************************  IE6 ALERT   *********************************************** */

#ie6alert {
	clear: both;
	float: left;
	width: 998px;
	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;
		}
