﻿body 
{
	background-color: #3b3330;
	color: White;
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
	line-height: 2em;
}
h1 
{
	font-size: 1.5em; padding-bottom: 5px;
	border-bottom: dotted 1px white;
}
h2
{
	font-size: 1.3em;
}
a 
{
    color: white;
}
p 
{
	text-align: justify;
}
#wrapper 
{
	width: 791px;
	margin: auto;
}
#menu 
{
	width: 150px;
	float: left;
	padding-top: 20px;
}
#header
{
	width: 641px;
	height: 239px;
	overflow: hidden;
	float: right;
	margin: 0;
}
#content 
{
	/*clear: both;*/
	float: right;
	width: 559px;
	background-color: #594c48;
	padding: 10px 40px 0 40px;
	margin: 0;
}
#foot-image 
{
	float: right;
	position: relative;
	top: -1px;
}
#footer 
{
	text-align: right; clear: both;
	font-size: .8em; line-height: 1em;
	color: #acacac; padding-right: 20px;
}
#footer a 
{
	color: #ececec;
}
#gallery {	line-height: 1em; }
#gallery h2 { margin: 0 0 4px 0; }
#gallery img { float: left; margin: 5px 3px 5px 0; border: none; }
#nonflash-menu 
{
	text-align: right;	font-size: 1.2em;
	padding-right: 15px; line-height: 2.3em;
}
#nonflash-menu a { font-family: "Gill Sans MT", Arial, Sans-Serif; color: White; text-decoration: none;}
#nonflash-menu a:hover { color: Yellow; }
#nonflash-menu img { position: relative; top: 7px; margin-left: 5px; }
#col1 {
  float: left;
  width: 200px;
  overflow: hidden;
}
#col2 {
  float: right;
  width: 300px;
}
.calendar { background-color: #ececec; border: solid 1px black; color: black; }
.calendar td { text-align: center; width: 25px; height: 25px;}
.calendar-month { font-weight: bold; background-color: black; color: white; }
.booked-day { background-color: red; color: white; }