/*CSS*/

body {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) repeat-x;
	background-color: #492B20;
	color: #3C241B;
	
}

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

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

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

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

div#mn-right_flash{
	background: url(../images/home_right_flash.jpg) no-repeat top left;
	height: 604px;
	width: 163px;
	margin:0;
	float:right;
	padding:0;
	}	

div#mn-left_flash{
	background: url(../images/home_left_flash.jpg) no-repeat top left;
	height: 372px;
	width: 229px;
	margin:0;
	float:left;
	padding:0;
	}	

div#mn-content {
	float: left;
	width: 588px;
	height: 340px;
	background: url(../images/home_content.jpg) no-repeat top left;
	margin:0;
	padding:32px 0 0 0;
	}
	
div#mn-societies{
	background: url(../images/home_societies.jpg) no-repeat top left;
	height: 237px;
	width: 506px;
	margin:0;
	float:left;
	padding:0;
	overflow: hidden;
	}	

div#mn-services{
	background: url(../images/home_services.jpg) no-repeat top left;
	height: 237px;
	width: 474px;
	margin:0;
	float:left;
	padding:0;
	}	

div#mn-footer {
	float: left;
	width: 980px;
	}
	
div#mn-clear {
	width: 980px;
	}	

.spc {
	display:none;
}
	