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

body 			{ background: url(../images/bg2.jpg) top center #FFF no-repeat; }
div#mn-wrapper 	{ width: 942px; }


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

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

div#mn-topnav {
	float:left;
	width: 942px;
	height: 77px;
	}	

div#mn-graphic {
	float:left;
	background: url(../images/graphic2.jpg) no-repeat;
	width: 675px;
	height: 420px;
	overflow: hidden;
	}	
 
div#mn-icons {
	float:left;
	width: 267px;
	height: 420px;
	overflow: hidden;
	}	
 
div#mn-main {
	float: left;
	width: 942px;
	overflow: hidden;
	}


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

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

div#mn-sidebar {
	float: right;
	width: 217px;
	overflow: hidden;
	padding:0 25px 0 25px;
	}


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

div#mn-bottom-wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: #B5D4E8;
	}
div#mn-bottom {
	width: 892px;
	padding:15px 0;
	margin: 0 auto;
	}
	
div#mn-footer-wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: #04416E;
	}
div#mn-footer {
	width: 892px;
	padding:15px 0;
	margin: 0 auto;
	}
		
