/*CSS*/

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

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

div#mn-wrapper {
	float: left;
	width: 912px;
	position: absolute;
	top: 15px;
	left: 50%;
	margin: 0 0 0 -471px;
	padding: 0;
	border: 15px solid #C8BFB0;
	}
	

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

div#mn-banner {
	float: left;
	width: 912px;
	height: 123px;
	margin: 0px;
	padding: 0px;
	background:url(../images/banner.jpg) no-repeat;
	overflow: hidden;
	border-bottom: 5px solid #C8BFB0;
	}

div#mn-topnav {
	float:left;
	background: url(../images/topnav.jpg) no-repeat;
	width: 912px;
	height: 42px;
	margin:0;
	padding:0;
	border-bottom: 5px solid #C8BFB0;
	}	

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat;
	width: 912px;
	height: 346px;
	margin:-5px 0 0 0;
	padding:0;
	overflow: hidden;
	border-bottom: 5px solid #C8BFB0;
	display: none;
	}	
 
div#mn-main {
	float: left;
	width: 912px;
	background:url(../images/main.jpg) repeat-y;
	border-bottom: 5px solid #C8BFB0;
	}

div#mn-sidebar {
	float: left;
	width: 296px;
	margin:0;
	padding:0 0 0 0;
	background:url(../images/sidebar.jpg) no-repeat;
	}

div#mn-socialmedia {
    clear: both;
	float: left;
	width: 296px;
	margin:10px 0;
	padding:0 0 0 0;
	}
	
div#mn-home_left {
	float: left;
	width: 53px;
	height: 270px;
	margin:0;
	padding:0;
	background: url(../images/home_left.jpg) no-repeat;
	display: none;
	}
	
div#mn-content {
	float: right;
	width: 536px;
	margin:0 20px 0 0;
	padding:10px 30px 10px 30px;
	overflow: hidden;
	min-height: 600px;
	}

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

div#mn-footer {
	clear: both;
	float: left;
	width: 912px;
	padding-top:10px;
	margin: 0 auto;
	background: url(../images/footer.jpg) no-repeat #7284A8;
	}

