/*CSS*/
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/bg.jpg) top center repeat-x #EAE6D5;
	display: table;
	width: 100%;
	
	}

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

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

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

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

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

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat;
	width: 697px;
	height: 370px;
	margin:0;
	padding:0;
	overflow: hidden;
	float:right;
	}	
 
div#mn-main {
	float: left;
	width: 990px;
	background:url(../images/main.jpg) repeat-y #CCC;
	}

div#mn-content {
	float: left;
	width: 428px;
	overflow: hidden;
	margin:0;
	padding: 0px 25px 10px 35px;
	background: url(../images/content.jpg) no-repeat;
	}
div#mn-content2 {
	float: left;
	width: 900px;
	overflow: hidden;
	margin:0;
	padding: 0px 25px 10px 35px;
	background: url(../images/content2.jpg) no-repeat;
	}

div#mn-sidebar {
	float: left;
	width: 200px;
	height: 615px;
	overflow: hidden;
	margin:0;
	padding:0 2px 0 25px;
	background: url(../images/sidebar.jpg) no-repeat;
	}
	
div#mn-inthemedia {
	float: left;
	width: 800px;
	height:615px;
	overflow: hidden;
	margin:0;
	padding:0 15px 0 25px;
	}
	
div#mn-patientinfo {
	float: left;
	width: 200px;
	height:615px;
	overflow: hidden;
	margin:0;
	padding:0 15px 0 25px;
	background: url(../images/info.jpg) no-repeat;
	}
div#mn-treatments {
	float: left;
	width: 200px;
	overflow: hidden;
	margin:0;
	padding:0 2px 0 25px;
	background: url(../images/sidebar.jpg) no-repeat;
	}
	
div#mn-clear {
	clear: both;
	float: left;
	width: 990px;
	overflow: hidden;
	}		

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


