html, body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
    background: url(images/background.gif) center repeat-y;
	text-align: center;
}
img {
	border-color:#000000
}
a:link {
	color: #624100;
	text-decoration: none;
	}
a:active {
	color: #624100;
	text-decoration: none;
	}
a:visited {
	color: #624100;
	text-decoration: none;
	}
a:hover {
	color: #8b8b8b;
	text-decoration: none;
	}

#header {
	width: 700px;
	height: 175px;
	margin-top: -15px;
	background: url(images/header.jpg) no-repeat;
	}
#content {
	width: 700px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}
#main {
	width: 540px;
	height: auto;
	float: right;
	color: #000;
	padding: 20px 0px 10px 10px;
	font-size: 1.1em;
	}
#sidebar {
	width: 140px;
	height: auto;
	float: left;
	color: #000;
	padding: 30px 0 5px 10px;
	font-size: 1.0em;
	text-decoration: none;
	}
#sidebar a:link {
	font-size: 1.0em;
	color: #000;
	text-decoration: none;
	}
#sidebar a:active {
	font-size: 1.0em;
	color: #000;
	text-decoration: none;
	}
#sidebar a:visited {
	font-size: 1.0em;
	color: #000;
	text-decoration: none;
	}
#sidebar a:hover {
	font-size: 1.0em;
	color: #4c4c4c;
	text-decoration: none;
	}
#text {
	width: 250px;
	padding: 0px 5px 5px 5px;
	float: left;
	border: #000000 thin;
	}
#gallery {
	width: 515px;
	padding: 0px 5px 5px 5px;
	float: left;
	border: #000000 thin;
	}
#image {
	width: 265px;
	float: right;
	margin-right: 10px;
	}
#intro {
	width: 100%;
	height: auto;
	padding: 15px 0 0 0;
	text-align: center;
	position: relative;
}
#footer {
	width: 540px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	font-size: 10px;
	color: #6f654b;
	padding: 10px 0 0 0;
	text-align: center;
	padding: 10px 0 0 0;
}
#form {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.td-left {
	width: 3px;
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-y;
	float: left;
}
.td-right {
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.td-top {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.td-bottom {
	background-image: url(images/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.td-edgebottom {
	background-image: url(images/bg_edge.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.td-edgetop {
	background-image: url(images/bg_edge.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

#fastbooking{
float: left;
padding-left: 150px;
}