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

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

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

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

div#mn-banner {
	float: left;
	width: 982px;
	height: 128px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#address1 h3{
	color:#fff;
	font-size: 16px;
	margin-bottom:0px;
	padding: 0px;
	text-decoration:none;
	}
	#address2 h3{
	color:#fff;
	font-size: 16px;
	margin-bottom:0px;
	padding: 0px;
	text-decoration:none;
	}
	#address3 h3{
	color:#fff;
	font-size: 16px;
	margin-bottom:0px;
	padding: 0px;
	text-decoration:none;
	}
div#mn-banner a {
	color:#fff;
	text-decoration:none;
	}
	div#mn-banner a:hover {
		color:#fff;
		text-decoration:underline;
		}
div#address1 {
	width:181px;
	height: 60px;
	float:left;
	color: #fff;
	margin:20px 0 0 50px;
	}
div#address2 {
	width:181px;
	height: 60px;
	float:left;
	color: #fff;
		margin:20px 0 0 5px;
	}
div#address3 {
	width:170px;
	height: 60px;
	float:left;
	color: #fff;
		margin:20px 0 0 5px;
	}
div#hours {
	width:545px;
	height: 20px;
	float:left;
	color: #fff;
	text-align: center;
	}
div#hours h4{
	font-size: 14px;
	}
div#mn-links {
	float: left;
	width: 314px;
	height: 83px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

div#mn-graphic {
	float:right;
	background: url(../images/graphic.jpg) no-repeat;
	width: 668px;
	height: 367px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
div#mn-topnav {
	float:left;
	background: url(../images/topnav.jpg) no-repeat;
	width: 314px;
	height: 284px;
	margin:0;
	padding:0;
	}	

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

div#mn-icons {
	float:left;
	width: 612px;
	height: 82px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
div#mn-sidebar {
	float: right;
	width: 346px;
	overflow: hidden;
	margin:0;
	padding:0 12px;
	background: url(../images/sidebar.jpg) no-repeat;
	}

div#mn-content {
	float: left;
	width: 562px;
	overflow: hidden;
	margin:0;
	padding:0 25px 25px 25px;
	}

div#mn-footer {
	clear: both;
	float: left;
	width: 932px;
	padding:15px 25px;
	margin: 0 auto;
	}
	
	
/*  *********************************************  IE6 ALERT   *********************************************** */

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