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

body
{
	margin: 0;
	font-size: 8pt;
	font-family: tahoma;
	color: white;
	background: url('./images/page_bg.jpg') center top repeat-x;
	background-color: #623727;
}

a {
	color: #99CCCC;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

#content
{
	width: 998px;
	margin-left: auto;
	margin-right: auto;
}

#gallery_container
{
	overflow: hidden;
}

#tour_header
{
	width: 900px;
	height: 24px;
}

#searchbar
{
	text-align: center;
	width: 900px;
	min-height: 75px;
	margin-bottom: 10px;
	overflow: hidden;
}

#topbar
{
	text-align: center;
	width: 900px;
	min-height: 30px;
	margin-bottom: 4px;
	overflow: hidden;
}

#tourlisting
{
	text-align: center;
	width: 700px;
	margin: auto;
}

#content_wrapper
{
	margin-bottom: 8px;
	overflow: hidden;
}

#tour_tourname
{
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 15px;
}

.tour_address
{
	font-size: 8pt;
	font-weight: normal;
}

#tour_description
{
	margin-top: 2px;
}

#tourlisting_tourdata
{
	width: 120px;
	height: 100px;
	margin-left: 10px;
	float: left;
}

#tour_blob
{
	float: left;
	min-height: 200px;
	width: 350px;
	margin-left: 4px;
	margin-right: auto;
	margin-top: 45px;
	font-size: 10pt;
}

#tour_container
{
	float: right;
	width: 580px;
	min-height: 438px;
	background: #54261a url('./images/container_background.jpg') top right no-repeat;
	padding: 6px;
}

#gal_container
{
	float: right;
	width: 580px;
	min-height: 438px;
	background: #54261a;
	padding: 6px;
}

#tour_applet_container
{
	float: left;
	width: 400px;
	margin: 10px;
	min-height: 300px;
}

#tour_roomlist
{
	padding-top: 20px;
	float: right;
	text-align: center;
	width: 110px;
	margin: 10px;
}

#tour_roomlist_entry
{
	width: 100px;
	margin: 10px auto auto auto;
	height: 70px;
}

#tour_roomlist_entry a
{
	font-size: 10pt;
}

#tour_roomlist_entry img
{
	border: 0;
}

#logo
{
	width: 50%;
	float: left;
	overflow: hidden;
	height: 96px;
	background: url('./images/logo.gif') left top no-repeat;
}

#onefifty
{
	width: 50%;
	float: left;
	overflow: hidden;
	height: 96px;
	background: url('./images/150.gif') right top no-repeat;
}

#footer
{
	color: white;
	font-size: 6pt;
	text-align: center;
	text-transform: uppercase;
}

.gallery_item
{
	width: 120px;
	height: 120px;
	float: left;
	overflow: hidden;
}

#more_links {
	text-align: center;
	padding-top: 15px;
}

.morelinks
{
	font-size: 14px;
	font-weight: bold;
}

