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

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

div#mn-wrapper {
	margin: 0 auto;
	width: 990px;
	padding: 0;
	}
	
div#mn-wrapper-bottom {
	clear: left;
	float: left;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	background: url(../images/bg_bottom.jpg) repeat-x #ECE2BE;
	}
	

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

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

div#mn-topnav {
	float:left;
	background: #135A0E;
	width: 990px;
	height: 60px;
	margin:0;
	padding:0;
	}	

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat #AAA;
	width: 990px;
	height: 283px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
div#mn-media {
	float:left;
	background: url(../images/topnav.jpg) no-repeat #888;
	width: 990px;
	height: 51px;
	margin:0;
	padding:0;
	background: #132759;
	}	

div#scroller-header {
/*	float:left;
	background: url(../images/topnav.jpg) no-repeat #888;
	width: 990px;
	height: 51px;
	margin:0;
	padding:0;
	background: #132759;
	display: none; */
	}	

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

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

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

div#mn-footer {
	width: 990px;
	padding: 0;
	margin: 0 auto;
	}
	
	
/*  *********************************************  IE6 ALERT   *********************************************** */

#ie6alert {
	clear: both;
	float: left;
	width: 990px;
	background: #000;
	  filter:alpha(opacity=80);
	  opacity:0.8;
	border-top: 4px solid #000;
	line-height: 30px;
	font-size: 14px;
	padding: 40px 0 40px 0;
	}
 
#ie6alert p {
	width: 850px;
	padding: 5px 10px;
	text-align: center;
	margin: 0 auto;
	color: #FFF;
	}

#ie6alert a {
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	color: #FFF;
	}
	#ie6alert a:hover {
		background-color: #182126;
		}
