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

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

div#mn-wrapper {
	float: left;
	position: absolute;
	top: 20px;
	left: 50%;
	width: 990px;
	margin: 0 0 0 -495px;
	padding: 0 10px;
	background: #FFF;
		}
	

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

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

div#mn-topnav {
	float:left;
	background: url(../images/topnav.jpg) no-repeat #888;
	width: 990px;
	height: 22px;
	margin:0;
	padding:0;
	}	

div#mn-graphic {
	float:left;
	background-color: #ABC16E;
	/*background: url(../images/graphic.jpg) no-repeat #888;*/
	width: 990px;
	height: 323px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
div.intro {
	display: none;
	}

div#mn-gallery {
	float:left;
	background: url(../images/gallery.jpg);
	width: 211px;
	height: 219px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	

div#mn-media {
	float:left;
	background: url(../images/media.jpg);
	width: 438px;
	height: 219px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	

div#mn-video {
	float:left;
	background: url(../images/video.jpg);
	width: 341px;
	height: 219px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
div#mn-main {
	float: left;
	width: 990px;
	background:url(../images/main.jpg) repeat-y #BBB;
	overflow: hidden;
	}
	
div#mn-main-gallery {
	float: left;
	width: 990px;
	background: color #FFFFFF repeat-y;
	overflow: hidden;
	}

div#mn-content {
	float: left;
	width: 620px;
	overflow: hidden;
	margin:0;
	padding:0 15px 10px 30px;
	background: url(../images/content.jpg) no-repeat;
	}
	
div#mn-content-2 {
	float: left;
	width: 990px;
	overflow: hidden;
	margin:0;
	padding:0;
	background: color #FFFFFF no-repeat;
	}

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

div#mn-bottom {
	clear: both;
	float: left;
	width: 990px;
	height: 117px;
	padding:0;
	margin: 0;
	background: url(../images/bottom.jpg);
	}
	
div#mn-footer {
	clear: both;
	float: left;
	width: 940px;
	padding:5px 25px;
	margin: 0 auto;
	background: #E8E8E8;
	}
	
	
/*  *********************************************  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;
		}

