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

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


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

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

div#mn-textsize{
	float:left;
	background: url(../images/adjust-bk.jpg) no-repeat top right;
	height:34px;
	width: 183px;
	padding:12px 15px 0 15px;
}

div#mn-topnav {
	float:left;
	background: url(../images/topnav.jpg) no-repeat;
	width: 213px;
	margin-left:0px;
	}	

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


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

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

div#mn-content-insidepage{
	float: left;
	overflow: hidden;
	padding:0 25px 30px 25px;
	width: 720px;
	background: #132448;
}

div#mn-sidebar {
	float: right;
	width: 271px;
	height: 373px;
	padding:0;
	background: url(../images/sidebar.jpg) no-repeat;
	}


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

div#mn-footer-wrapper{
width:100%;
float:left;
background-color:#373737;
}

div#mn-footer {
	clear: both;
	width: 940px;
	padding:15px 25px;
	margin: 0 auto;
	}
