@CHARSET "UTF-8";

body
{
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #512f12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0A0A0A;

}

#wrapper
{
	background-color: #f1ecce;
	position: relative;
	text-align: left;
	width: 852px; /* Sum of widths of header.jpg and logo.gif */
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
}

#wrapper #content h1 {
	text-align: left;
	color:#613E1A;
}

#wrapper #content h3 {
	text-align: left;
	color:#613E1A;
}

#header
{
	position: relative;
	background-image: url("images/Header.jpg");
	background-repeat: no-repeat;
	width: 626px;
	height: 322px;
	float: right; 
}

#sidebar_top
{
	float: left;
	background-image: url("images/Logo.gif");
	width: 226px;
	height: 355px;
}

#sidebar_bottom
{
	clear: left;
	float: left;
	background-image: url("images/Sidebar.jpg");
	width: 226px;
	height: 460px;
}

#navigation
{
	float: right;
	background-color: #0A0A0A;
	width: 626px;
	height: 33px;  /*difference in height between header.jpg and logo.gif, minus 2 px. */
}

#navigation img
{
	border-width: 0;
}

#navigation a:link, #navigation a:visited
{
	color: #f1ecce;
	text-decoration: none;
	font-family: cursive;
	padding: 0;
/*	padding: .5em .5em .5em .5em;
*/	font-size: 120%;
}

#headline
{
	width: 600px; /* 237px  because the content margins cut in */
	height: 69px;
	background-image: url(images/Headline.gif);
}

#content
{
	margin: 1em 1em 1em 237px; /* 237px left margin because the sidebar_bottom is 227 px wide */
	font: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


#footer
{
	clear: both;
	font: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 100%;
	position: relative;
	background-color: #0A0A0A;
	color: #f1ecce;
}

.help_text
{
	font-size: 70%;
}


/******************** Calendar formatting ********************/

#calender {
	text-align: center;
}

#calender .yearHeading {
	font-size:36px;
	color:#88836F;;
}

#calender .monthHeading {
	font-size:22px;
	color:#613E1A;
}

#calender .year {
	color: #613E1A;
	border:2px;
	text-align:center;
	padding:5;
	}

#calender .month {
	border:3px;
	text-align:center;
	padding:10px;
	}

#calender .open {
	color:#88836F;
	background-color:#FFFDEE;
}

#calender .RESERVED {
	color:#B4B09A;
	background-color:#613E1A;
}
	
	
#calender .reservations {
	color:#88836F;
	text-align:left;
	font-size:12px;
}

