html {
	overflow: hidden;
}

BODY {
	margin:0;
	background:black;
}

#tblPage {
	width: 100%;
	height: 100%;
}

#tdContent {
	vertical-align: middle;
	text-align: center;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 788px;
	height: 427px;
	text-align: left;
}
	
div.top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 788px;
	height: 72px;
	text-align:center;
}

div.left {
	position: absolute;
	top: 72px;
	left: 0px;
	width: 135px;
	height: 355px;
	padding-left:5px;
	overflow:auto;
}

div.mid {
	position: absolute;
	top: 72px;
	left: 135px;
	width: 653px;
	height: 355px;
	padding-left:5px;
	padding-top:10px;
	text-align:center;
	overflow:auto;
	scrollbar-base-color: black;
	scrollbar-track-color: black;
	scrollbar-face-color: #B69544;
	scrollbar-highlight-color: #B69544;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: #B69544;
	scrollbar-arrow-color: black;
}

div.tourmid {
	position: absolute;
	top: 72px;
	left: 150px;
	width: 638px;
	height: 355px;
	text-align:right;
	overflow:hidden;
	overflow-y:auto;
	scrollbar-base-color: black;
	scrollbar-track-color: black;
	scrollbar-face-color: #B69544;
	scrollbar-highlight-color: #B69544;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: #B69544;
	scrollbar-arrow-color: black;
}

#TopStripBG {
	height:50px;
	background: url(images/BlueTiles.jpg) repeat-x;
}

.galleryItemDesc {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	color: white;
}

.galleryItemName {
	text-align:center;
	vertical-align:bottom;
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	color: white;
}

.galleryPagelink {
	display:block;
	width:20px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.galleryPagelink:Link, .galleryPagelink:Visited  {
	color: white;
}

.galleryPagelink:Hover, .galleryPagelink:Active  {
	color: #B69544;
	text-decoration:none;
}

.galleryBacklink {
	display:block;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.galleryBacklink:Link, .galleryBacklink:Visited  {
	color: white;
}

.galleryBacklink:Hover, .galleryBacklink:Active  {
	color: #B69544;
	text-decoration:none;
}

.menuContainer {
	padding-top:15px;
}

.menuHeading {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color:#B69544;
	padding-bottom:7px;
}

.menuCategory {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.menuCategory a:link, .menuCategory a:visited {
	color: white;
}

.menuCategory a:hover, .menuCategory a:active {
	color: #B69544;
	text-decoration:none;
}

.menuCategorySelected {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #B69544;
}

.menuCategorySelected a:link, .menuCategorySelected a:visited {
	color: #B69544;
}

.menuCategorySelected a:hover, .menuCategorySelected a:active {
	color: #B69544;
	text-decoration:none;
}

.tourInstructions {
	color:white;
	padding-right:65px;
}

.GalleryNoItems {
	color:white;
}

.GalleryPager {
	color:white;
}