		html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; font: 14px Helvetica, Arial, sans-serif; line-height: 18px; background-color: #59696d; }
		h1				{ font-size: 32px; line-height: 24px; color: #dedede; font-variant: small-caps; background-color: #909596; padding: 15px 60px 15px 30px; margin-top: 0; margin-bottom: 0; }
		h2				{ font-size: 30px; color: #333; margin-top: 15px;  margin-left: 30px; }
		h3				{ font-size: 16px; color: #000; margin: 20px auto 10px 20px; }
		h4				{ font-size: 24px; color: #a68b4e; margin: 0 auto 10px 30px; }		
		h5				{ font-size: 20px; line-height: 24px; color: #fff; padding: 5px 20px; margin-top: 10px; /*telephone in sideleft*/ }
		h6				{ font-size: 26px; color: #3d7582; margin: 20px auto 10px 30px; }					
		a				{ color: #3d7582; }
		a img			{ border: 0; }
		p				{ margin: 0 10px 18px; text-align: justify; }
		
		
		/* Content Positioning and Size */
		#header			{ position: relative; height: 240px; background: url(cobb-960x240.jpg) no-repeat #eee; border-bottom: 2px solid #ddd; margin-bottom: 0; }
		#header h1		{ position: absolute; top: 15px; right: 25px; font-size: 20px; margin: 0; padding: 0; color: #777; background: none; }					
		#container		{ position: relative; width: 960px; margin: 0 auto; background-color: #bdc6c8; background-image: url('gradient.jpg'); background-repeat: y; }		
		#content		{ position: relative; float: right; width: 760px; height: 1000px; }
		#content p, #extra p { padding-right: 18px; margin: 10px 20px 10px 20px; }		
		#sideleft		{ position: relative; float: left; width: 200px; height: 980px; background-color: #909596; }
		#airport		{ position: absolute; top: 0; left: 0; width: 200px; }
        #snacks         { position: absolute; top: 250px; left: 0; width: 200px; }	
		#excursionfront	{ position: absolute; top: 345px; left: 0; width: 200px; }
		#yukon          { position: absolute; top: 530px; left: 0; width: 200px; }
		#lines			{ position: absolute; top: 80px; left: 18px; width: 160px; height: 570px; }
		.links			{ margin: 10px auto 5px 0; }				
		
		/* Footer */
		#footer			{ position: absolute; bottom: 60px; left: 0; width: 960px; height: 220px; padding-bottom: 10px;  background: #909596; border-bottom: 2px solid #999; }
		#footer h6		{ color: #fff; font-size: 18px; margin: 10px 0 -10px 15px; }
		#logobottom		{ position: absolute; top: 10px; left: 450px; width: 450px; height: 180px }
		#footer a		{ color: #eee; }
		#footer	p		{ color: #fff; margin-top: 0; padding: 0 18px 15px 200px; /* bottom line copyright */ } 
		#footertop		{ height: 190px; border-bottom: 1px solid #555;  margin: 0 18px 6px; padding: 10px 0 0 0; }
		#footertext		{ float: left; height: 150px; width: 320px; margin-left: 15px; }
		#footertext	p	{ font-weight: bold; color: #fff; margin-left: 16px; padding: 10px 18px 5px 0; }
		#powered		{ position: absolute; bottom: 10px; left: 420px; width: 120px; height: 30px; }
		

		
		.hovermenu ul{
font: bold 18px arial;
padding-left: 8px;
padding-bottom: 10px;
margin: 10px auto 0 20px;
height: 24px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 8px;
text-decoration: none;
float: left;
color: black;
background-color: #A68B4E;
border: 2px solid #A68B4E;
}

.hovermenu ul li a:hover{
background-color: #F4EDDB;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
