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

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


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

div#mn-banner {
	float: left;
	width: 994px;
	height: 125px;
	background: url(../images/banner.jpg) no-repeat #000;
	overflow: hidden;
	}

div#mn-topnav {
	float:left;
	background: url(../images/topnav.jpg) no-repeat ;
	width: 994px;
	height: 51px;
	}	

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


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

div#mn-content {
	float: left;
	width: 670px;
	overflow: hidden;
	padding:0 35px 30px 35px;
	}

div#mn-sidebar {
	float: right;
	width: 215px;
	overflow: hidden;
	padding:0 0 0 35px;
	}


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

div#mn-footer-wrapper {
	clear: both;
	float: left;
	width: 100%;
	padding:15px 0;
	margin: 0 auto;
	background: url(../images/footer.jpg) repeat-x #253A55;
	}

div#mn-footer {
	clear: both;
	width: 944px;
	padding:15px 25px;
	margin: 0 auto;
	}
