html, body {
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font: Verdana;
	padding: 0;
	margin-top: -2px;
	margin-bottom: -2px;
	margin-right: -2px;
	margin-left: -2px;
}

a {
	text-decoration: none;
	color: #FFFFFF;	
}

.tourTable {
	height: 100%;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	position: relative;
	top: 0px;
	padding: 0;
	margin-top: auto;
	margin-left: auto;
	margin-bottom: auto;
	overflow: visible;
}

.swfHolder {
	height: 100%;
	width: 100%;
	position: static;
	z-index: 1;
	overflow: hidden;
}

.thumbnailBar {
	font-family: verdana;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(thumb_bkgrnd.png);
	background-repeat: repeat;
	height: 132px;
	width: 100%;
	position: fixed;
	color: #FFF;
	text-decoration: none;
	bottom: 0px;
	z-index: 2;
	margin-top: 0px;
	margin-bottom: auto;
	padding-top: 8px;
	padding-bottom: auto;
	overflow: auto;
}

.thumbnailHolder {

}

body {
	background-color: #735428;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: scroll;
}

#leftCurtain {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 3;
}

#rightCurtain {
	right: 0px;
	bottom: 0px;
	z-index: 4;
	position: fixed;
}

.thumbnailImage {
	border: 1px solid #FFF;
}

