/*CSS*/
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/extrabg.jpg) top center repeat-y;
	}

/*  *********************************************  WRAPPER   *********************************************** */
div#extrabg {
	width: 100%;
	float: left;
	background: url(../images/bg.jpg) top center repeat-x;
	}


div#mn-wrapper {
	margin: 0 auto;
	width: 999px;
	padding: 0;
	}
	
div#mn-wrapper-bottom {
	float: left;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	background: url(../images/bg_bottom.jpg) top center repeat-x #235A5D;
	height: 100%;
	}
	
div#mn-wrapper-bottom-content {
	margin: 0 auto;
	width: 999px;
	padding: 0;
	}
	

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

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

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

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

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

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat #AAA;
	width: 999px;
	height: 200px;
	margin:0;
	padding:0;
	}	
 
div#mn-main {
	float: left;
	width: 999px;
	background:url(../images/main.jpg) repeat-y;
	}

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

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

div#mn-societies {
	float:left;
	background: url(../images/societies.jpg) no-repeat;
	width: 999px;
	height: 143px;
	margin:0;
	padding:0;
	}	
 
div#mn-footer {
	clear: both;
	float: left;
	width: 949px;
	padding:15px 25px;
	margin: 0 auto;
	background: url(../images/footer.jpg) repeat-y;
	}
/*  *********************************************  YOUR VISIT   *********************************************** */

div#mn-visit {
	float:left;
	width: 490px;
	margin:0;
	padding:0 0 0 10px;
	}	
div#mn-patientforms {
	float:left;
	width: 300px;
	margin:0;
	padding: 0 0 0 30px;
	}		
/*  *********************************************  IE6 ALERT   *********************************************** */

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