/*CSS*/
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg3.jpg) top center no-repeat #FAF5EF;
	}

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


div#mn-wrapper {
	float: left;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -495px;
	width: 990px;
	padding: 0;
	background: #FAF5EF;
	}
	

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

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

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

div#mn-flash {
	float:right;
	background: url(../images/flash.jpg) no-repeat;
	width: 575px;
	height: 410px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
 div#mn-flash-index {
	float:right;
	/*background: url(../images/flash.jpg) no-repeat;*/
	width: 575px;
	height: 410px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
div#mn-links {
	float:right;
	background: url(../images/links.jpg) no-repeat;
	width: 790px;
	height: 31px;
	margin:0;
	padding:0;
	overflow: hidden;
	}

div#mn-news-box {
	height: 202px;
	width: 343px;
	background: url(../images/news_box.jpg) no-repeat;
	position: absolute;
	top: 378px;
	left: 50%;
	margin: 0 0 0 -48px;
	display: none;
	}

div#mn-content {
	float: left;
	width: 710px;
	overflow: hidden;
	margin:0;
	padding:20px 40px 20px 40px;
	background: url(../images/content.jpg) no-repeat #FAF5EF;
	}
	
div#mn-content-gallery {
	float: left;
	width: 790px;
	overflow: hidden;
	margin:0;
	padding:0 0 0 0;
	background: url(../images/content.jpg) no-repeat #FAF5EF;
	}

div#mn-footer {
	clear: both;
	float: left;
	width: 910px;
	padding:15px 40px;
	margin: 0 auto;
	border-top: 4px solid #DB7A50;
	}