body {
	margin: 0;
	padding: 0;
	scrollbar-face-color: white;
	scrollbar-base-color: black;
	scrollbar-arrow-color: black;
	scrollbar-track-color: black;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-Color: black;
	font: 10px Arial, sans-serif;
}

#main_tour {
	width: 800px;
	height: 500px;
	background: url(../images/tour-background.jpg) no-repeat;
	text-align: left;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: 25px;
}

div.image_attribution {
	z-index: 2;
	top: 470px;
	margin-left: 300px;
	width: 100px;
	height: 12px;
	font-size: 10px;
	color: gray;
	position: absolute;
	left: 50%;
}

#nav_links {
	background-color: black;
	text-align: center;
	width: 800px;
	position: absolute;
	top: 530px;
	left: 50%;
	margin-left: -400px;
}

span.divider {
	color: #CC3366;
	font-size: 11px;
	padding-right: 8px;
	padding-left: 8px;
}

a.nav {
	color: white;
	text-decoration: none;
	font-size: 11px;
	background-color: black;
}

a.nav:hover {
	color: #CC3366;
	font-size: 11px;
	text-decoration: none;
}

div.page_title {
	height: 38px;
	width: 125px;
	color: black;
	font: 23px Impact;
	vertical-align: bottom;
	background: black url(../images/title-bg.gif) no-repeat left top;
	text-align: center;
	padding-top: 2px;
}

div.dates {
	margin-top: 10px;
	padding-left: 4px;
	height: 430px;
	width: 350px;
	overflow: auto;
}

div.tour_subtitle_first {
	font-size: 14px;
	color: white;
	margin-top: 10px;
	width: 290px;
}

div.tour_subtitle {
	font-size: 14px;
	color: white;
	margin-top: 25px;
	width: 290px;
}

div.a_date {
	border-top: 1px solid #CC3366;
	margin-top: 10px;
	width: 321px;
}

td.date_info {
	width: 250px;
}

td.book_now {
	text-transform: uppercase;
	font-size: 10px;
	color: white;
	background-color: #CC3366;
	font-weight: bold;
	padding: 2px 7px;
}

td.book_now:hover {
	background-color: #ff94ca;
}

td.book_now a {
	color: white;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

span.date_info_date {
	color: #CC3366;
	font-size: 10px;
	line-height: 14px;
}

span.date_info_location {
	color: white;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}

span.date_info_location a {
	text-decoration: none;
	color: white;
}

span.date_info_location a:hover {
	color: #CC3366;
}