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

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


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

div#mn-banner {
	float: left;
	width: 990px;
	height: 109px;
	margin: 0px;
	padding: 0px;
	/*background: url(../images/bg.jpg) repeat-x;*/
	overflow: hidden;
	}

div#sub-banner {
	float: left;
	width: 990px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

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

div#mn-flash {
	float:right;
	/*background: url(../images/graphic.jpg) no-repeat #888;*/
	width: 747px;
	height: 380px;
	margin:0;
	padding:0;
	overflow: hidden;
	display: none;
	}	
 
div#mn-topnav {
	float:left;
	background: #326384;
	width: 243px;
	margin:2px 0 0 0;
	padding: 1px 0 0 0;
	}	

div#mn-bluebar {
	float: right;
	width: 747px;
	height: 67px;
	overflow: hidden;
	margin: 1px 0 0 0;
	padding:0;
	background: url(../images/bluebar.jpg) no-repeat;
	}


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

div#mn-sidebar {
	clear: left;
	float: left;
	width: 243px;
	overflow: hidden;
	margin:0;
	padding:0;
	background: #346586;
	}

div#mn-content {
	float: right;
	width: 687px;
	overflow: hidden;
	margin:0;
	padding:10px 30px 30px 30px;
	}


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

div#mn-footer-wrapper {
	width: 100%;
	clear: both;
	float: left;
	background: url(../images/footer-bg.jpg) repeat-x top center #104162;
	}

div#mn-footer {
	width: 950px;
	padding:25px 20px;
	margin: 0 auto;
	background: url(../images/footer.jpg) no-repeat;
	}
