/* CSS Document */

body {

font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #904126;
background-color:#666666;

}

.Header {

	margin: 0px;
	padding: 0px;
	height: 195px;
	width: 813px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: 2;
	top: 0px;
	
}

.Menu {

	top: 0px;
	z-index: 2;
	position: relative;
	width: 813px;
	overflow:auto;
	background-image: url(images/Background.gif);
	background-repeat: repeat-y;

}

.Body {

	position: relative;
	top: 0px;
	overflow: auto;
	z-index:2;
	width: 813px;
	background-image: url(images/Background.gif);
	background-repeat: repeat-y;

}

.Footer {

	position: relative;
	top: 0px;
	overflow: auto;
	z-index: 2;
	width: 813px;
	height: 76px;
	background-image: url(images/Footer.jpg);
	background-repeat: repeat-y;
	
}

.style1 {

	font-size: 30px;
	color: #333333;

}

.style2 {

	font-size: 20px;

}

.style3 {
	font-size: 16px;
}

a:link {
	color: #003366;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #000033;
}


<!-- Tour info -->

.Picture {
	position:absolute;
	left: 10px;
	top: 10px;
	height: 600px;
	width: 800px;
	z-index: 1;
}

#Next a {
	background: url(Tour/images/Next.png) 0 0 no-repeat;
	height: 72px;
	width: 72px;
	display: block;
	position: absolute;
	top: 270px;
	right: 25px;
	z-index: 2;
}

#Next a:hover {
	background-position: -72px 0;
	height: 72px;
	width: 72px;
	top: 270px;
	right: 25px;
	z-index: 2;
}

#Previous a {
	background: url(Tour/images/Previous.png) 0 0 no-repeat;
	height: 72px;
	width: 72px;
	display: block;
	position: absolute;
	top: 270px;
	left: 25px;
	z-index: 2;
}

#Previous a:hover {
	background-position: -72px 0;
	height: 72px;
	width: 72px;
	top: 270px;
	left: 25px;
	z-index: 2;
}
