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

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


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

div#mn-contact {
	float: left;
	width: 985px;
	height: 37px;
	overflow: hidden;
	}

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

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

div#mn-topnav {
	float:left;
	background: url(../images/topnav.jpg) no-repeat;
	width: 255px;
	height: 40px;
	padding-top: 75px;
	}	


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

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

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


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

div#mn-footer {
	clear: both;
	float: left;
	width: 935px;
	padding:65px 25px 20px;
	margin: 0 auto;
	background: url(../images/footer.jpg) no-repeat;
	}
