
html, body{ 
 margin:0; 
 padding:0px; 
 text-align:center; 
 background: #5D5D5D url("images/bgw.gif") top left repeat-x; 
 font-family: NuptialScript,Arial, Helvetica, Verdana, sans-serif; font-size: 14px; color: #000;  line-height: 18px;
} 
 
#pagewidth{ 
 width:806px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 
  
} 
 
#header{
 position:relative; 
 height:476px; 
  background-color:black; 
 width:100%;
 padding: 10px;
 float: left;
  border-bottom: 3px solid #9d1617;
	
} 
#mb {background:  url("images/denalism.jpg") no-repeat; position: absolute; top: 300px; left: 400px; }
.mbimg { background:  url("images/bus.png") no-repeat ; margin-top: 00px;   width: 100%; height: 193px; position: absolute; top: 380px; left: 430px; z-index: 1;}
#maincol{  

 /*float: right; 
 display:inline; 
 position: relative; */
 width: 786px; 
 background-color: #fff;
 padding: 20px;

 }
 .red {color: red;}
 .logoimg { background:  url("images/alet.jpg") no-repeat ; margin-top: 20px; float: left;  height: 80px; width: 100%; clear: both;}
#contact {font-size: 12px;}
#footer{
border-top: 3px solid #9d1617;
 height:160px; 
 background-color:black; 
width: 818px;
padding-left: 4px;
padding-right: 4px;

 clear:both;
 } 
  .footerimg { padding: 4px; float: left;}
	 
	 
	 
#navigation {
	padding: 0px 0 0 0;
	margin: 0;
	height: 22px;
	text-align: center;
	font-size: 12px;	
	cursor: default;
}
#navigation ul {
	padding: 0;
	margin: 0;
	border: 0;	
	list-style-type: none;
	font-size: 12px;
}
#navigation ul li {
	padding: 0 0 0 27px;
	margin: 0;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	display: inline;
	text-transform: uppercase;	
}
#navigation ul li a:link ,
#navigation ul li a:active,
#navigation ul li a:visited {
	padding: 0 0 13px 0;
	color: #FFFFFF;
	text-decoration: none;	
	cursor: pointer;
}


#navigation ul li a:hover {
	padding: 0 0 8px 0;
	color: #FFFFFF;
	text-decoration: none;
	background:  url("images/navLightSilver.gif") bottom repeat-x;
	cursor: pointer;
}

#rightFoot   {
	padding-right: 20px;
	margin: 0 0 0 300px;
	font-size: small;
	text-align: right;
}
a {text-decoration: none; color: red;}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }

 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

