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

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

div#mn-wrapper {
	margin: 0 auto;
	width: 990px;
	padding: 0;
	}
	
div#mn-wrapper-bottom {
	float: left;
	clear: left;
	background: #E9E9E9;
	width: 100%;
	}
	div#mn-wrapper-bottom-content { width: 990px; margin: 0 auto; }
	
div#mn-footer-wrapper {
	float: left;
	clear: left;
	background:url(../images/footer.jpg) repeat-x top center #033C71;
	width: 100%;
	}
	div#mn-footer-wrapper-content { width: 990px; margin: 0 auto; }
	

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

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

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

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

div#mn-content {
	float: left;
	width: 602px;
	overflow: hidden;
	margin:0;
	padding:0 50px 10px 25px;
	}

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


div#bottom-specialties { width: 602px; float: left; padding-left: 25px; }
div#bottom-test { width: 313px; float: right; }


div#mn-footer {
	clear: both;
	float: left;
	width: 940px;
	padding:15px 25px;
	margin: 0 auto;
	}
	
	
/*  *********************************************  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;
		}
