/*CSS*/
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) top center repeat-x #0F3751;
	}

/*  *********************************************  WRAPPER   *********************************************** */

div#mn-wrapper {
	margin: 0 auto;
	width: 981px;
	padding: 0;
	}
	

/*  *********************************************  STRUCTURE   *********************************************** */

div#mn-banner {
	float: left;
	width: 981px;
	height: 112px;
	margin: 0px;
	padding: 0px;
	background:url(../images/banner.jpg) no-repeat;
	overflow: hidden;
	}

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

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat;
	width: 768px;
	height: 273px;
	margin:0;
	padding:0;
	}	
 
div#mn-main {
	float: left;
	width: 981px;
	background:url(../images/main.jpg) repeat-y;
	}

div#mn-content {
	float: right;
	width: 717px;
	margin:0;
	padding:0 25px 10px 25px;
	background: url(../images/content.jpg) no-repeat;
	}

div#mn-sidebar {
	float: left;
	width: 188px;
	height: 510px;
	overflow: hidden;
	margin:0;
	padding:0 0 0 25px;
	background: url(../images/sidebar.jpg) no-repeat;
	}
	
div#mn-clear {
	clear: both;
	float: left;
	width: 981px;
	overflow: hidden;
	}		

div#mn-footer {
	clear: both;
	float: left;
	width: 931px;
	padding:15px 25px;
	margin: 0 auto;
	background: #AAB;
	}
	
	
/*  *********************************************  IE6 ALERT   *********************************************** */

