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

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


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

div#mn-banner {
	float: left;
	width: 990px;
	height: 118px;
	background: none;
	overflow: hidden;
	}

div#mn-topnav {
	float:left;
	background: url(../images/top-nav.jpg) repeat-x;
	width: 975px;
	height: 44px;
	padding-left:15px;
	}	

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


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

div#mn-content {
	float: left;
	width: 640px;
	overflow: hidden;
	padding:10px 25px 30px 25px;

	}

div#mn-sidebar {
	float: right;
	width: 250px;
	overflow: hidden;
	padding:0 25px 0 25px;
	background: url(../images/sidebar.jpg) repeat-x #1a589d;
	}


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

div#mn-footer {
	clear: both;
	float: left;
	width: 990px;
	padding:10px 0px;
	margin: 0 auto;

	}
