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

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


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

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

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

div#mn-contact {
	float: left;
	width: 260px;
	height: 160px;
	background: url(../images/contact.jpg) no-repeat;
	overflow: hidden;
	}

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

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


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

div#mn-content {
	float: left;
	width: 660px;
	overflow: hidden;
	padding:10px 35px 30px 45px;
	background: url(../images/content.jpg) no-repeat;
	}

div#mn-sidebar {
	float: left;
	width: 229px;
	overflow: hidden;
	padding:316px 0 50px;
	background: url(../images/graphic.jpg) no-repeat #EEE9D6;
	}


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

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