

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background:url(../grfx/backgrounds/background.jpg) repeat-x;
	line-height: 150%;
}

#container {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -8px;
	
}

	

#header {
	height: 90px;
	margin-left: 20px;
	padding: 40px 0 0 20px;
	position: relative;
	z-index: 10;
	
}
#content_wrapper_repeat {
	background:url(../grfx/backgrounds/repeat_bg.png) repeat-y;
	width: 830px;
	float: left;
	margin-top: 550px;
	position: relative;
	
}

	* html #content_wrapper_repeat {
		margin-top: 430px;
	}
	


	

#content_wrapper {
	width: 830px;
	min-height: 490px;
	height: auto !important;
	height: 490px;	
	background:url(../grfx/backgrounds/content_bg.png) no-repeat;
	position: relative;
	z-index: 9;
	margin-top: -550px;
	padding: 40px 20px 20px 10px;
	float: left;
	position: relative;
}



* html #content_wrapper {
	
	margin-top: -500px;
	position: relative;
	padding-bottom: 80px;

}





	#content {
		float:right;
		width: 570px;
		margin: 10px 60px 0 30px;
		position: relative;
	}
	
	* html #content {
		width: 550px;
	}
	
		#flash
		{
			width: 520px;
			margin: 0 auto;
			padding-left: 18px;
		}
	
		.images {
			margin-left: -10px;
		}
		
		.images img {
				padding: 20px 13px 10px 13px;
			}
		
		.logos {
			margin: 25px 0 10px 0;
			
		}
		
		.logos img {
			padding: 90px 0 0 40px;
		}
		
		.logos2 img {
			padding: 10px 0 0 65px;
		}
		
		
		#gallery {
			text-align: center;
			width: 550px;
		}
		
			#gallery img {
				border: 1px solid #666;
				padding: 1px;
			}
			
			td {
				vertical-align: top;
			}
		
		#tour_table {
			border: 1px solid black;
			border-collapse: collapse;
		}
		
			#tour_table td {
				border-top: 1px solid black;
			border-bottom: 1px solid black;
				
			}
			
		#pricing_table {
			border: 1px solid black;
			border-collapse: collapse;
		}
		
		#pricing_table td {
			border-top: 1px solid black;
			border-bottom: 1px solid black;
			
		}
			.pricing_bg {
				background-color: #f2f0e5;
			}
				
			.top_bg {
				background-color: #c3ae76;
				color: #fff;
			}
			
		#links_table {
			text-align: left;
		}
		
			#links_table td {
				padding: 8px 5px 8px 5px;
			}
			
		#booking_table {
			text-align: center;
			width: 350px;
			border: 1px solid black;
			margin-left: auto;
			margin-right: auto;
			background-color: #c3ae76;
			color: #fff;
			font-size: 13px;
			font-weight: bold;
			margin-top: 20px;
		}
		
			#booking_table a {
				color: #fff;
				text-decoration: none;
			}
			
			#booking_table a:hover {
				color: #563c1b;
			}
	



#footer {
	width: 830px;
	height: 150px;
	margin-left: -1px;
	background:url(../grfx/footer.jpg) no-repeat #fff;
	text-align: center;
	padding: 45px 0 0 0;
	color: #fff;
	clear: both;
	position: relative;
}

* html #footer {
	margin-top: -70px;
}

	#footer a {
		color: #fff;
		text-decoration: none;
	}
	
	#footer .ftlink a{
		font-weight: bold;
	}
	
	#footer a:hover {
		color: #792007;
	}