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

body 			{ background: url(../images/repeater.jpg) top center repeat-y #DEDCDD; }
div#mn-wrapper 	{ width: 1000px; }


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

div#mn-top {
	float: left;
	width: 100%;
	height: 39px;
	background: url(../images/top.jpg) top center no-repeat;
	}	
	
div#mn-banner {
	float: left;
	width: 1000px;
	height: 107px;
	overflow: hidden;
	}

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

div#mn-graphic {
	float:left;
	/*background: url(../images/flash.jpg) no-repeat #888;*/
	width: 1000px;
	height: 271px;
	overflow: hidden;
	}	
 
div#mn-main {
	float: left;
	width: 999px;
	background:url(../images/main.jpg) repeat-y;
	overflow: hidden;
	border-bottom: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	margin-bottom: 17px;
	}


/* SITE CONTENT - page.php */
/* ----------------------------------------- */

div#mn-content {
	float: left;
	width: 617px;
	overflow: hidden;
	padding:0 25px 30px 25px;
	background: url(../images/content.jpg) no-repeat;
	}

div#mn-sidebar {
	float: left;
	width: 282px;
	overflow: hidden;
	padding:0 25px 0 25px;
	background: url(../images/sidebar.jpg) no-repeat;
	}


/* HOME CONTENT - index.php */
/* ----------------------------------------- */

div.home-column {
	float: left;
	overflow: hidden;
	padding:0 0 0 25px;
	background: url(../images/sidebar.jpg) no-repeat top left;
	}
	
div#home-left {
	width: 307px;
	border-right: 1px solid #CFCFCF;
	}

div#home-middle {
	width: 307px;
	border-right: 1px solid #CFCFCF;
	}
div#home-right {
	width: 308px;
	}

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


div#mn-footer-wrap {
	clear: both;
	float: left;
	width: 100%;
	padding:5px 0;
	margin: 0 auto;
	background: url(../images/bottom.jpg) top center no-repeat #DEDCDD;
	}

div#mn-footer {
	clear: both;
	width: 950px;
	padding:25px 25px;
	margin: 0 auto;
	background: url(../images/footer.jpg) repeat-y;
	}
