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

div#mn-background {
	margin: 0 auto;
	padding: 0;
	background:url(../images/bannerLarge.jpg) top center no-repeat transparent;
	overflow: hidden;
	}
/*  *********************************************  BACKGROUND   *********************************************** */

div#mn-footerBg {
	margin: 0 auto;
	padding: 0;
	background:url(../images/footer.jpg) bottom repeat-x ;
	overflow: hidden;
	}


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

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

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

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

div#mn-topnav {
	float:left;
	width: 990px;
	height: 46px;
	margin-top:-46px;
	padding:0;
	}	

div#mn-graphic {
	float:left;
	/*background: url(../images/graphic.jpg) no-repeat #AAA;*/
	width: 990px;
	height: 174px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
div#mn-main {
	float: left;
	width: 990px;
	background:url(../images/main.jpg) repeat-y #fff;
	overflow: hidden;
	}

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

div#mn-sidebar {
	float: left;
	width: 214px;
	height: 613px;
	overflow:hidden;
	margin:0;
	padding:0 25px 0 25px;
	background: url(../images/sidebar.jpg) no-repeat #fff;
	}

div#mn-footer {
	clear: both;
	width: 80%;
	height: 240px;
	padding: 0 25px;
	margin: 0 auto;
	background: url(../images/footer.jpg) repeat-x #7e7e7e;
	}
	
	
/*  *********************************************  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;
		}

