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

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

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

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

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

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

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat #AAA;
	width: 990px;
	height: 264px;
	margin:0;
	padding:0;
	overflow: hidden;
	}
	
	
div#mn-text_sizer {
	float: right;
	width: 160px;
	height: 200px;
	margin: 50px 10px 0px 0px;
	padding: 0px;
	color:#FFFFFF;
	text-align:left;
}
	

/*  ************** PAGE TOP LISTS  ***************  */

div#mn-list {
	float:left;
	background: url(../images/list-bg.jpg) no-repeat #AAA;
	width: 990px;
	height: 150px;
	margin:0;
	padding:0;
	overflow: hidden;
	font-size:12px;
	}	
	
div#mn-list_text1 {
	float:left;
	width: 200px;
	height: 150px;
	margin:0;
	padding:0;
		}
		#mn-list_text1 ul	{
			margin:5px 0 0 5px;
			padding:5px 0 0 5px;
			list-style:none;
			}


div#mn-list_text2 {
	float:left;
	width: 200px;
	height: 150px;
	margin:0;
	padding:0;
		}
		#mn-list_text2 ul	{
			margin:5px 0 0 5px;
			padding:5px 0 0 5px;
			list-style:none;
				}			
					
div#mn-list_text3 {
	float:left;
	width: 200px;
	height: 150px;
	margin:0;
	padding:0;
		}
		#mn-list_text3 ul	{
			margin:5px 0 0 5px;
			padding:5px 0 0 5px;
			list-style:none;
			}				

div#mn-list_text4 {
	float:left;
	width: 200px;
	height: 150px;
	margin:0;
	padding:0;
		}
		#mn-list_text4 ul	{
			margin:5px 0 0 5px;
			padding:5px 0 0 5px;
			list-style:none;

			}													
	
	
 
/************************* ?



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

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

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

div#mn-footer {
	clear: both;
	float: left;
	width: 940px;
	padding:15px 25px;
	margin: 0 auto;
	background: url(../images/footer.jpg) repeat-y;
	}
	
	
/*  *********************************************  IE6 ALERT   *********************************************** */

#ie6alert {
	position: absolute;
	bottom: 0;
	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 10px 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;
		}
