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

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


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

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

div#mn-topnav {
	float:left;
	width: 990px;
	height: 48px;
	}	

div#mn-icons {
	float:left;
	width: 990px;
	height: 118px;
	padding: 224px 0 0;
	overflow: hidden;
	}	
 
div#mn-main {
	float: left;
	width: 990px;
	overflow: hidden;
	padding-top: 20px;
	}


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

div#mn-content {
	float: left;
	width: 640px;
	overflow: hidden;
	padding:0 25px 30px 25px;
	}

div#mn-sidebar {
	float: right;
	width: 249px;
	overflow: hidden;
	padding:0 25px 0 25px;
	border-left: 1px solid #BEB5A6;
	
	}


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

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