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

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


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

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

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

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat #888;
	width: 990px;
	height: 342px;
	overflow: hidden;
	}	
 
div#mn-topnav {
	float:left;
	width: 990px;
	height: 66px;
	margin-top: -342px;
	}	

div#mn-highlights {
	float:left;
	width: 695px;
	height: 64px;
	}	


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

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

div#mn-sidebar {
	float: right;
	width: 260px;
	overflow: hidden;
	padding:0 15px 0 25px;
	margin-top: -240px;
	}


/* 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;
	border-top: 1px solid #D1D5D6;
	}
