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

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


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

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

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

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


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

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


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

div#mn-footer {
	clear: both;
	float: left;
	width: 930px;
	padding:15px 25px 0 45px;
	border-bottom: 14px solid #FFF;
	margin: 0 auto 20px;
	background: url(../images/footer.jpg) repeat-y;
	}
