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

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

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

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

div#mn-banner {
	float: left;
	width: 990px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

div#mn-topnav {
	float:left;
	width: 990px;
	height: 43px;
	margin:0;
	padding:0;
	}	

div#mn-qcontact {
	float:left;
	background: url(../images/qcontact.gif) no-repeat;
	width: 408px;
	height: 321px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
body.contact div#mn-qcontact{
	display:none;
	}
	
div#mn-flash {
	float:right;
	/*background: url(../images/flash.gif) no-repeat;*/
	width: 582px;
	height: 321px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
div#mn-icons {
	float:left;
	width: 990px;
	height: 108px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
body.contact div#mn-icons .icon_subqc { display: none }
body.contact div#mn-icons .icon_blank { display: block }

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

div#mn-content {
	float: left;
	width: 605px;
	overflow: hidden;
	margin:0;
	padding:0 25px 10px 55px;
	}
	
body.gallery div#mn-content{
	float: left;
	width: 980px;
	overflow: hidden;
	margin:0;
	padding:0 0 0 0px;
	}

div#mn-sidebar {
	float: right;
	width: 260px;
	overflow: hidden;
	margin:0;
	padding:0 15px 0 20px;
	}
	
div#mn-clear {
	clear: both;
	float: left;
	width: 990px;
	overflow: hidden;
	}		

div#mn-footer {
	clear: both;
	float: left;
	width: 860px;
	padding:15px 0;
	margin: 0 75px 0 55px;
	border-top: 6px solid #145B85;
	}
	
	
/*  *********************************************  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;
		}


