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

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


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

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

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

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

div#mn-skeleton {
	float: left;
	width: 449px;
	height: 428px;
	overflow: hidden;
	margin:0;
	padding:0;
	background: url(../images/skeleton.jpg) no-repeat;
	display: none;
	}


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

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

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


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

div#mn-footerwrapper {
	clear: both;
	float: left;
	width: 100%;
	background: #102A27;
	padding: 20px 0;
	}
div#mn-footer {
	padding:0 25px;
	margin: 30px auto 0;
	width: 940px;
	}