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

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

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

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

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

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

div#mn-flash {
	float:left;
	background: url(../images/flash.jpg) no-repeat;
	width: 949px;
	height: 236px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
div#mn-main {
	float: left;
	width: 949px;
	background:url(../images/main.jpg) repeat-y;
	margin: 1px 0 0 0;
	}

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

div#mn-sidebar {
	float: left;
	width: 371px;
	margin:0;
	padding:0;
	overflow: hidden;
	height: 630px;
	}
	ul#mn-seminar {
		float: left;
		width: 371px;
		height: 100px;
		margin:0;
		padding:0;
		background: url(../images/seminar2.jpg) no-repeat;
		overflow: hidden;
		}
	div#mn-meet {
		float: left;
		width: 371px;
		height: 276px;
		margin:0;
		padding:0;
		background: url(../images/sidebar.jpg) no-repeat;
		}
		
	div#mn-services {
		float: left;
		width: 371px;
		height: 276px;
		margin:0;
		padding:0;
		background: url(../images/sidebar-services.jpg) no-repeat;
		}
	div#mn-bmi {
		float: left;
		width: 371px;
		height: 116px;
		margin:0;
		padding:0;
		background: url(../images/bmi.jpg) no-repeat;
		}
		
div#mn-clear {
	clear: both;
	float: left;
	width: 949px;
	overflow: hidden;
	}		

div#mn-footerwrapper {
	width: 100%;
	background: url(../images/footer.jpg) repeat-x #1D1D1D;
	clear: both;
	}	
div#mn-footer {
	width: 949px;
	padding: 0;
	margin: 0 auto;
	min-height: 290px;
	}
