/*CSS*/

body {
	text-align:left;
	font-family:tahoma;
	font-size:11px;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) repeat-x;
	background-color: #666;
	
}

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

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

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

div#mn-banner {
	float: left;
	width: 1002px;
	height: 153px;
	margin: 0px;
	padding: 0px;
	background:url(../images/banner5.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	}
	#mn-banner .date {
		float: right;
		padding: 20px 28px 0 0;
		margin: 0;
		}
	#mn-banner .bookmark {
		clear: right;
		float: right;
		padding: 5px 28px 0 0;
		margin: 0;
		}
		
div#mn-topnav{
	background: url(../images/nav4.jpg) no-repeat top left;
	width: 214px;
	height: 279px;
	margin:0;
	float:left;
	padding:0;
	}	
	
div#mn-graphic {
	float:left;
	/*background: url(../images/graphic.jpg) no-repeat top left;*/
	width: 788px;
	height: 279px;
	margin:0;
	padding:0;
	}	

div#content-wrapper {
	float: left;
	background:url(../images/repeater.jpg) repeat-y;
	width: 1002px;
	}
	
div#mn-content {	
	float: left;
	width: 721px;
	background: url(../images/content.jpg) no-repeat top left;
	margin:0;
	padding:0;
	overflow: hidden;
	}
	#mn-content .col_left {
		float: left;
		width: 343px;
		border-right: 1px dotted #010101;
		}
	#mn-content .col_right {
	float: left;
	width: 355px;
	/*height: 350px;*/
		}
		
div#mn-content2 {
	float: left;
	width: 721px;
	background: url(../images/content_2.jpg) no-repeat top left;
	margin:0;
	padding:0;
	font-family:tahoma;
	font-size:11px;
}#mn-content2 .col_left {
		float: left;
		width: 358px;
		border-right: 1px dotted #010101;
		}
	#mn-content2 .col_right {
	float: left;
	width: 360px;
		}
		
div#mn-content3 {
	float: left;
	width: 721px;
	background: url(../images/content_3.jpg) no-repeat top left;
	margin:0;
	padding:0;
	font-family:tahoma;
	font-size:11px;
}#mn-content3 .col_left {
		float: left;
		width: 358px;
		border-right: 1px dotted #010101;
		}
	#mn-content3 .col_right {
	float: left;
	width: 360px;
		}
	
div#mn-sidebar {	
	float: right;
	width: 281px;
	min-height: 1400px;
	background: url(../images/sidebar4.jpg) no-repeat top left;
	margin:0;
	padding:0;
	overflow: hidden;
	}
	
	#mn-sidebar #sidebartop {
		float: left;
		width: 281px;
		height: 330px;
		}	
	#mn-sidebar #sidebarbottom {
		float: left;
		width: 281px;
		height: 330px;
		}	
	#mn-sidebar #sidebarbottom2 {
		float: left;
		width: 281px;
		height: 350px;
		}	
			
div#mn-sidebarwrapper{	
	float: right;
	width: 281px;
	background: url(../images/repeat_gallery2.jpg) repeat-y;
	margin:0;
	padding:0;
	overflow: hidden;
	}
div#mn-sidebar2 {
	float: right;
	width: 281px;
	height: 700px;
	background: url(../images/repeat_gallery.jpg)  no-repeat;
	margin:0;
	padding:0;
	overflow: hidden;
	}
	#mn-sidebar2 #sidebartop {
		float: left;
		width: 281px;
		height: 330px;
		}	
	#mn-sidebar2 #sidebarbottom {
		float: left;
		width: 281px;
		height: 280px;
		}	
		
div#mn-sidebar2-gallery {
	float: right;
	width: 281px;
	height: 639px;
	background: url(../images/repeat_gallery.jpg)  no-repeat;
	margin:0;
	padding:0;
	overflow: hidden;
	}
	#mn-sidebar2 #sidebartop {
		float: left;
		width: 281px;
		height: 330px;
		}	
	#mn-sidebar2 #sidebarbottom {
		float: left;
		width: 281px;
		height: 280px;
		}
			
div#mn-societies {
	float: left;
	width: 1002px;
	height: 93px;
	margin:0;
	padding:0;
	}

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

