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

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


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

div#mn-banner {
	float: left;
	width: 989px;
	height: 99px;
	overflow: hidden;
	}

div#mn-topnav {
	float:left;
	width: 989px;
	height: 80px;
	}	

div#mn-icons {
	float:left;
	width: 989px;
	height: 132px;
	}	

div#mn-main {
	float: left;
	width: 989px;
	overflow: hidden;
	padding-top: 13px;
	}

div#mn-left {
	float: left;
	}

div#mn-service-list {
	float:left;
	background: url(../images/topnav.jpg) no-repeat #001A31;
	width: 284px;
	overflow: hidden;
	}	
 
div#mn-flash {
	float:right;
	background: url(../images/flash.jpg) no-repeat;
	width: 705px;
	height: 272px;
	overflow: hidden;
	}	
 

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

div#mn-content {
	float: right;
	width: 645px;
	overflow: hidden;
	padding:0 30px 30px 30px;
	background: url(../images/raised-content.jpg) repeat-x;
	}

div#mn-sidebar {
	clear: left;
	float: left;
	width: 284px;
	overflow: hidden;
	margin-bottom: 20px;
	background: #2A393C;
	}


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

div#mn-footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 25px 0;
	margin: 0 auto;
	background: #2A393C;
	}