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

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


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

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

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

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat;
	width: 775px;
	height: 318px;
	overflow: hidden;
	}	
 
div#mn-main {
	float: left;
	width: 998px;
	background:url(../images/main.jpg) repeat-x #284361;
	overflow: hidden;
	border-left: 1px solid #0F2032;
	border-right: 1px solid #0F2032;
	border-bottom: 7px solid #345679;
	}


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

div#mn-header {
	float: left;
	width:998px;
	height: 84px;
	overflow: hidden;
	}

div#mn-content {
	float: left;
	width: 627px;
	overflow: hidden;
	padding:0 30px 0 30px;
	margin: 20px 0;
	border-right: 1px solid #4A759F;
	}
	div#mn-content.home {
		width: 438px;
		}

div#mn-sidebar {
	float: right;
	width: 310px;
	overflow: hidden;
	padding:20px 0;
	}
	div#mn-sidebar.home {
		width: 419px;
		padding:20px 30px;
		}

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

div#mn-footer {
	clear: both;
	float: left;
	width: 940px;
	padding:15px 30px;
	margin: 0 auto;
	background: #081525;
	}
