/*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: 804px;
	height: 232px;
	margin: 0px;
	padding: 0px;
	background:url(../images/banner.jpg);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	}

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

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

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

div#mn-content {
	float: left;
	width: 600px;
	margin:0;
	padding:32px 25px 15px 25px;
	background: #FFF;
	}
	
div#mn-sidebar {
	float: right;
	width: 330px;
	}	
	
div#mn-photogallery {
	float: right;
	width: 980px;
	}	
	
	
div#mn-societies{
	background: url(../images/societies.jpg) no-repeat top left;
	height: 148px;
	width: 330px;
	margin:0;
	float:right;
	padding:0;
	overflow: hidden;
	}	
div#mn-quickcontact{
	background: url(../images/quickcontact.jpg) no-repeat top left;
	width: 300px;
	margin:0;
	clear: both;
	padding:20px 0 0 30px;
	overflow: hidden;
	}	

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

.spc {
	display:none;
}
