/*CSS*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #777;
	}

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

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

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

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

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat;
	width: 989px;
	height: 304px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
div#mn-topnav {
	float:left;
	background: url(../images/topnav.jpg) no-repeat;
	width: 989px;
	height: 53px;
	margin:0;
	padding:0;
	}	

div#mn-main {
	float: left;
	width: 989px;
	background:url(../images/main.jpg) repeat-y;
	}

div#mn-content {
	float: left;
	width: 668px;
	margin:0;
	padding:0 45px 10px 45px;
	}

div#mn-sidebar {
	float: left;
	width: 181px;
	margin:0;
	padding:0 25px 0 25px;
	}
	
div#mn-clear {
	clear: both;
	float: left;
	width: 989px;
	overflow: hidden;
	}		

div#mn-footer {
	clear: both;
	float: left;
	width: 989px;
	height: 206px;
	padding-top:40px;
	margin: 0 auto;
	background:url(../images/footer.jpg) no-repeat;
	}