@charset "utf-8";
/* CSS Document */

#content {
	background-image: url(../../image/tours/gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	margin: 20px auto 24px auto;
	letter-spacing: .03em;
	font-weight: normal;
}
#col1 #bookThisTour a {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #669999;
	display: inline-block;
	text-decoration: none;
	border: 0 none;
	margin-left: 14em;
	padding: 0.2em 1em;
}
#col2 .contentBoxBlue {
	margin: 8px 0;
}
#col2 .link span {
	border: 0 none;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 226px;
	margin: 0 0 8px 0;
	padding: 4px 8px;
	background-color: #CCCCCC;
	background-image: url(../image/tours/col2.link.gif);
	background-position: right -1px;
	display: block;
}
#col2 .link a:hover {
	color: #000000;
	background-position: right 23px;
}
