/* CSS Document */

body{
	margin:0;
	background-color:#002929;
	background-image:url(images/bg.gif); 
	color:black;
	font-family:;
	font-size:14px;
	
	scrollbar-base-color:#290000;
	scrollbar-arrow-color:#ffffff;
	scrollbar-3dlight-color:#4c4c4c;
	scrollbar-darkshadow-color:#002929;
	scrollbar-face-color:#002929;
	scrollbar-highlight-color:#002929;
	scrollbar-shadow-color:#290000;
	scrollbar-track-color:#4D6A6A;
	
}

a:link {
	text-decoration: none;
	color:#0658B4;
}
a:visited {
	text-decoration: none;
	color:#0658B4;
}
a:hover {
	text-decoration: underline;
	color:#0658B4;
}
a:active {
	text-decoration: none;
	color:#0658B4;
}


#index{
	position:absolute;
	left:50%;
	margin-left:-375px;
	width:750px;
	height:auto;
	
}

#header{
	float:left;
	width:750px;
	height:25px;
	background-color:#002929;
	font-size:12px;
	font-family:"Bookman Old Style";
	color:#FFFFFF;
	padding-top:5px;
}

#flash{
	float:left;
	height:200px;
	width:750px;
	background-color:#FFFFFF;
	padding-bottom:10px;
}

#content{
	float:left;
	height:auto;
	width:750px;
	background-color:#ffffff;
	padding-bottom:10px;
}

	#main{
		float:left;
		width:500px;
		height:auto;
	}
		#txt{
			float:left;
			padding-left:20px;
			padding-top:15px;
			padding-right:20px;
			padding-bottom:20px;
		}
		#pic{
			float:left;
			padding-right:5px;
			padding-top:5px;
			padding-bottom:5px;
		}

	
	#tours{
		float:left;
		width:250px;
		height:500px;
	}
	
	#tmid{
		float:left;
		width:250px;
		height:auto;
		background-image:url(images/tmid.gif);
		padding-top:20px;
	}	
	#tourmid{
		float:left;
		width:750px;
		height:auto;
		background-image:url(images/tourmid.gif);
		padding-top:20px;
	}	

	
		
		#qtours{
			float:left;
			color:#000000;
			font-size:11px;
			padding-left: 20px;
			padding-right: 28px;
			padding-bottom: 10px;
		}

		#xtours{
			float:left;
			width:330px;
			padding-left:25px;
			padding-top:15px;
			padding-bottom:20px;
		}


#blue{
	float:left;
	width:480px;
	height:20px;
	background-image:url(images/blue.gif);

	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
#blue2{
	float:left;
	width:480px;
	height:20px;
	background-image:url(images/blue2.gif);
	
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
#green{
	float:left;
	width:480px;
	height:20px;
	background-image:url(images/green.gif);
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}

#footer{
	float:left;
	width:250px;
	height:30px;
	font-size:12px;
	color:#ffffff;
	padding-top: 5px;
}
#emailus{
	float:left;
	width:450px;
	font-size:12px;
	color:#ffffff;
	padding-top:5px;
	padding-left:0px;	
}