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

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


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

div#mn-top {
	float: left;
	width: 945px;
	height: 33px;
	overflow: hidden;
	}

div#mn-banner {
	float: left;
	width: 945px;
	height: 130px;
	overflow: hidden;
	}

div#mn-topnav {
	float:left;
	width: 945px;
	height: 42px;
	}	

div#mn-graphic {
	float:left;
	/*background: url(../images/graphic.jpg) no-repeat #888;*/
	width: 945px;
	height: 335px;
	overflow: hidden;
	display: none;
	}	
 
div#mn-main {
	float: left;
	width: 944px;
	background:url(../images/main.jpg) repeat-y;
	background-position: 0 20px;
	overflow: hidden;
	border-top: 2px solid #141414;
	padding-top: 1px;
	margin-top: 16px;
	}


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

div#mn-content {
	float: left;
	width: 624px;
	overflow: hidden;
	padding:0 25px 30px 0;
	border-top: 1px solid #141414;
	}
	div#mn-content.home {
		width: 299px;
		}

div#mn-middle {
	float: left;
	width: 300px;
	overflow: hidden;
	padding:0 25px 30px 0;
	border-top: 1px solid #141414;
	}

div#mn-sidebar {
	float: right;
	width: 295px;
	overflow: hidden;
	margin:0 0 0 0;
	border-top: 1px solid #141414;
/*	background: url(../images/sidebar.jpg) no-repeat; */
	min-height: 342px;
	}


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

div#mn-bottom-wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: url(../images/bottom.jpg) repeat-x top center #141414;
	}
div#mn-bottom {
	width: 945px;
	padding:15px 25px;
	margin: 0 auto;
	}
	
div#mn-footer-wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: #0D0D0D;
	border-top: 1px solid #1F1F1F
	}
div#mn-footer {
	width: 945px;
	padding:15px 0;
	margin: 0 auto;
	}
		