/* SITE SHELL */
/* ----------------------------------------- */

body 			{ background: url(../images/bg.jpg) top center repeat-x #e4e0d7; }
div#mn-wrapper 	{ width: 990px; }
.floatRight {
float:right;
}

.floatLeft{
float:left;
}

/* HEADER - header.php */
/* ----------------------------------------- */

div#mn-banner {
	float: left;
	width: 960px;
	height: 95px;
	overflow: hidden;
	padding-left: 30px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
	
div#mn-banner .address{
	margin-left: 200px;
}

div#mn-topnav {
	float:left;
	width: 990px;
	height: 49px;
	padding-top: 5px;
	padding-left:10px;
	}	

div#mn-graphic {
	float:left;
	width: 990px;
	height: 296px;
	overflow: hidden;
	}	
 
div.section{
	float:left;
	margin-left: 20px;
	margin-top: -15px;
}
 
 
div#mn-main {
	float: left;
	width: 990px;
	background:url(../images/main.jpg) repeat-y;
	overflow: hidden;
	margin-top: 15px;
	}


/* SITE CONTENT - index.php */
/* ----------------------------------------- */

div#mn-content {
	float: left;
	width: 640px;
	overflow: hidden;
	padding:0 25px 30px 25px;
	background: url(../images/content.jpg) no-repeat;
	}

div#mn-sidebar {
	float: right;
	width: 220px;
	overflow: hidden;
	background: url(../images/sidebar.jpg) no-repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bab0a1;
	margin-top: 15px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	}


/* BOTTOM - footer.php */
/* ----------------------------------------- */

div#mn-footer {
	clear: both;
	float: left;
	width: 940px;
	padding:15px 25px;
	margin: 0 auto;
	background: url(../images/footer.jpg) repeat-y;
	}
	