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

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


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

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

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

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

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

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


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

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

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


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

div#mn-bottom {
	clear: both;
	float: left;
	width: 100%;
	height: 194px; 
	padding:15px 0;
	margin: 0 auto;
	background: url(../images/bottom.jpg) repeat-x;
	overflow: hidden;
	}

div#mn-footer {
	clear: both;
	float: left;
	width: 100%;
	padding:15px 0;
	margin: 0 auto;
	background: #02101D;
	}
