body {
	width: 100%;
}
#tourBox {
	padding:5px 0 0 0;
	position: absolute;
	top: 1px; 
	background-color:#fefefe; 
	border-bottom:2px outset #666;
	/* width: 848px; */
	width: 100%;
	height: 120px;
	text-align: center;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	display: none;
}


#tourBoxHome {
	padding:5px 0 0 0;
	position: absolute;
	top: 1px;
	background-color:#fefefe; 
	border-bottom:2px outset #666;
	/* width: 848px; */
	width: 100%;
	height: 120px;
	text-align: center;
	display: none;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
}

#theArrowRight {
	position: absolute;
}
#tourBoxBox2 {
	width: 850px;
	padding: 0px;
	text-align: center;
	border:2px outset #666;
}

.tourBoxBox {
	width: 850px;
	padding: -20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	border: 1px;
}
.tourBoxTitle {
	font-family: Century Schoolbook, Futura, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 28px;
	line-height: 48px;
	font-weight: bolder;
	font-style: italic;
	letter-spacing : -2px;
}

.tourBoxText {
	font-family: Futura, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.tourBoxTextHome {
	font-family: Futura, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

/* Link styles */
A.mainMenuTour:link {
	font-family: Futura, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #464646;
	text-transform: uppercase; /* force text to uppercase */
}
A.mainMenuTour:visited {
	font-family: Futura, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #464646;
	text-transform: uppercase; /* force text to uppercase */
}
A.mainMenuTour:active {
	font-family: Futura, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #990d00;
	text-transform: uppercase; /* force text to uppercase */
}
A.mainMenuTour:hover {
	font-family: Futura, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #411485;
	text-transform: uppercase; /* force text to uppercase */
}