body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
tr {
	vertical-align:top;
}
body {
	background-color: #CC9966;
	background-image: url(/graphics/bg.jpg);
	margin:0;
	padding:0;
}
#header {
	background-image:url(/graphics/header2.jpg);
	background-position:0% 0%;
	background-repeat:no-repeat;
	height:97px;
	white-space:nowrap;
}
#header h1 {
	padding:20px 20px 0px 170px;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:20px;
	color:#660000;
}
#header h1 span {
	font-size:24px;
}
#links {
	width:736px;
	background-image:url(/graphics/header1.jpg);
	background-position:0% 0%;
	background-repeat:no-repeat;
	height:36px;
	margin:0px auto 0px 19px;
	white-space:nowrap;
}
#links p {
	font-size:10px;
	padding:22px 10px 0px 35px;
	margin:0px;
	font-weight:bold;
	text-align:right;
}
#cwrap {
	width:736px;
	height:auto !important;
	height:300px;
	min-height:300px;
	margin:0px auto 10px 19px;
	background-color:#FFFFFF;
}
#content {
	padding:20px 25px 10px 25px;
}
#baytides {
	margin:0px auto 10px 25px;
	font-size:9px;
}
#baytides a:hover {
	color: #990000;
	text-decoration: underline;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bolder;
	font-size:20px;
	font-stretch:wider;
	color:#660000;
	margin-top:0px;
	margin-bottom:10px;
	border-bottom:1px solid #660000;
}
p {
	margin-top:0px;
	margin-bottom:10px;
}
a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #CC9966;
}
.imgR {
	float:right;
	margin:0px 0px 10px 10px;
	font-size:10px;
	background-color:#FFFFFF;
}
.imgL {
	float:left;
	margin:0px 10px 10px 0px;
	font-size:10px;
	background-color:#FFFFFF;
}
.img {
	border:1px solid #660000;
	padding:1px;
	margin-bottom:3px;
}
.clear {
	clear:both;
	height:1px;
	color:#FFFFFF;
}
.more {
	font-size:10px;
	font-weight:bold;
}
.subhead {
	font-weight:bold;
	font-size:14px;
	color:#CC9900;
	text-decoration:underline;
}
#gallery {
	table-layout:fixed;
	margin:10px auto;
	width:95%;
	border:none;
}
#gallery td {
	font-size:10px;
	padding:5px;
}
#gallery img {
	border:1px solid #660000;
	padding:1px;
	margin-bottom:3px;
}

/* AvailCalendar Styles */

table.AvailCalendar {
	table-layout:fixed;
	background-color:#99CC66;
	border-collapse:collapse;
	width:300px;
	margin:1em 0;
}
table.AvailCalendar tr {
	vertical-align:middle;
}
table.AvailCalendar th {
	border:1px solid #663300;
	background-color:#336633;
	text-align:center;
	font-size:90%;
	color:#99CC66;
}
table.AvailCalendar td {
	border:1px solid #663300;
	padding:2px;
	text-align:center;
	font-weight:bold;
	font-size:100%;
}
table.AvailCalendar tr.calendarweek td {
	background-color:#336633;
	font-size:90%;
	color:#99CC66;
}
table.AvailCalendar tr.calendarmonth td {
	background-color:#660000;
	color:#CC9900;
	font-size:120%;
}
table.AvailCalendar tr.calendarmonth td a {
	text-decoration:none;
	color:#CC9900;
}
table.AvailCalendar tr td.e {
	background-image:url(/graphics/empty.gif);
}
table.AvailCalendar tr td.booked {
	background-color:#FF0000;
}
table.AvailCalendar tr td.unavailable {
	background-image:url(/graphics/empty.gif);
	color:#999999;
}