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

body 			{ background: url(../images/bg.jpg) top center repeat-x #F6EBD7; }


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

div#mn-banner {
	float: left;
	width: 100%;
	height: 137px;
	overflow: hidden;
	}

div#mn-graphic {
	float:left;
	width: 100%;
	height: 338px;
	overflow: hidden;
	}	
 
div#mn-topnav {
	float:left;
	width: 80%;
	height: 48px;
	margin-top: -335px;
	margin-left: 15px;
	}	

div#mn-icons {
	float:left;
	width: 100%;
	height: 113px;
	overflow: hidden;
	margin-top: -56px;
	}	
 
div#mn-main {
	float: left;
	width: 100%;
	overflow: hidden;
	}

div#mn-print {
	float: right;
	width: 263px;
	height: 74px;
	overflow: hidden;
	}


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

div#mn-header {
	float: left;
	height: 74px;
	overflow: hidden;
	background: url(../images/header.jpg) no-repeat;
	margin-left: 30px;
	}

div#mn-content-wrap {
	overflow: hidden;
	width: 100%;
	float: left;
	}

div#mn-content {
	overflow: hidden;
	padding:0 25px 0 35px;
	border-right: 1px dotted #674C21;
	margin-right: 263px;
	float: left;
	}

div#mn-sidebar {
	float: left;
	width: 263px;
	overflow: hidden;
	margin-left: -263px;
	}


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

div#mn-footer {
	width: 100%;
	clear: both;
	float: left;
	padding:15px 0;
	background: #1F446E;
	margin: 0 auto;
	}