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

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

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

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

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

div#mn-topnav {
	position: absolute;
	top: 0;
	left: 50%;
	margin:0 0 0 -491px;
	padding:0;
	width: 981px;
	height: 160px;
	}	

div#mn-graphic {
	float:left;
	/*background: url(../images/graphic.jpg) no-repeat;*/
	width: 708px;
	height: 251px;
	margin:0;
	padding:0 0 0 0;
	overflow: hidden;
	}	
 
div#mn-main-home {
	float: left;
	width: 981px;
	background:url(../images/main-home.jpg) repeat-y;
	}
	
div#mn-main-inside {
	float: left;
	width: 981px;
	background:url(../images/main-inside.jpg) repeat-y;
	}

div#mn-content-home {
	float: left;
	width: 330px;
	overflow: hidden;
	margin:0;
	padding:0 15px;
	background: url(../images/content-home.jpg) no-repeat;
	}
	
div#mn-content-inside {
	float: right;
	width: 658px;
	overflow: hidden;
	margin:0;
	padding:0 35px 0 15px;
	background: url(../images/content-inside.jpg) no-repeat;
	}
	
div#mn-content-contact {
	float: right;
	width: 708px;
	overflow: hidden;
	margin:0;
	padding:0 0 0 0;
	background: url(../images/content-inside.jpg) no-repeat;
	}

div#mn-sidebar1 {
	float: left;
	width: 273px;
	height: 251px;
	overflow: hidden;
	margin:0;
	padding:0 0 0 0;
	background: url(../images/sidebar1.jpg) no-repeat;
	}
	
div#mn-sidebar2 {
	float: left;
	width: 273px;
	height: 389px;
	overflow: hidden;
	margin:0;
	padding:0 0 0 0;
	background: url(../images/sidebar2a.jpg) no-repeat;
	}
	
div#mn-sidebar3 {
	float: right;
	width: 318px;
	height: 410px;
	overflow: hidden;
	margin:0;
	padding:0 15px;
	background: url(../images/sidebar3b.jpg) no-repeat;
	}
	
div#mn-clear {
	clear: both;
	float: left;
	width: 981px;
	overflow: hidden;
	}		

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

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