#tourpage h2 {
	background: url(../images/title_tour.gif) no-repeat;
	width: 139px;
	height: 21px;
	margin: 0 auto;
}
#tourpage #head {
	width: 534px;
	margin: 10px auto;
	color: #597e93;
	text-align: center;
}
#tourpage #info {
	width: 534px;
	margin: 0 auto 10px auto;
	color: #333;
	background-color: #edf0c0;
	text-align: center;
}

#tourpage #booking {
	position: absolute;
	top: 148px;
	left: 0;
}

#car {
	position: absolute;
	top: 37px;
	left: 49px;
}
#trike {
	position: absolute;
	top: 342px;
	left: 84px;
}
#engine {
	position: absolute;
	top: 0px;
	left: 726px;
}
#caddy {
	position: absolute;
	top: 172px;
	left: 787px;
}
#bike {
	position: absolute;
	top: 336px;
	left: 755px;
}
#bus {
	position: absolute;
	top: 187px;
	left: 228px;
}
.calendar_main {
	width: 100%;
}
.calendar table td {
	color: #333;
	text-align: center;
}
.calendar table {
	margin: 5px auto;
}

.calendar_main a {
	color: #333;
}
.calendar_main a:hover {
	background-color: #ffc;
}
.calendar table td.calendar_date_text {
	font-weight: bold;
	text-align: center;	
}


