/*CSS*/

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

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

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

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

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

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

div#mn-left_col {
	float: left;
	width: 238px;
	overflow: hidden;
	background: #4B442C;
	}

div#mn-center_col {
	float: left;
	width: 512px;
	background: #FDFDFD;
	}

div#mn-right_col {
	float: right;
	width: 238px;
	overflow: hidden;
	background: #DEDBCA;
/*	border-left: 1px solid #B6AC87; */
	}


div#mn-content {
	float: left;
	width: 442px;
	margin:0;
	padding:20px 35px 10px 35px;
	}

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

div#mn-footer {
	clear: both;
	float: left;
	width: 988px;
	padding:10px 0 30px 0;
	margin: 1px 0 20px 0;
	background: #054E39;
	}
