/*CSS*/
html {
/*	FOR 100% WIDTH FOOTERS, SET TO FOOTER BG COLOR
	background: #CCC; */
	}
		
body {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) top center repeat-x #282828;
	}

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

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

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

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

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

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

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

div#mn-sizer {
/*	position: absolute;
	top: 430px;
	left: 50%;
	margin: 0 0 0 435px; */
	float: right;
	background: url(../images/sizer.jpg) no-repeat top right;
	height: 45px;
	width: 715px;
	padding: 0 10px 0 0;
	}
	
div#mn-content {
	float: right;
	width: 620px;
	overflow: hidden;
	margin:0;
	padding:0 61px 20px 45px;
	background: url(../images/content.jpg) no-repeat;
	}

div#mn-sidebar {
	float: left;
	width: 264px;
	overflow: hidden;
	margin:0;
	padding:0;
	}

div#mn-footer {
	clear: both;
	float: left;
	width: 940px;
	padding:25px 25px;
	margin: 0 auto;
	background: url(../images/footer.jpg) no-repeat #0E0E0E;
	border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	}
	
	
/*  *********************************************  IE6 ALERT   *********************************************** */

#ie6alert {
	clear: both;
	float: left;
	width: 100%;
	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;
		}

