body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5d5d5d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
A {
	text-decoration: none;
	color: #d30000;
}

A:HOVER {
	text-decoration : none;
	color: #000000
}
H1 {
	color: #d30000;
	font-size: 22px;
	}
H2 {
	color: #d30000;
	font-size: 22px;
	padding-top: 10px;
	}
H3 {
	color: #000000;
	font-size: 16px;
	}
.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtr #header {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 175px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #headerimage {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 230px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position: relative;
	top: -12px;
	z-index: 0;
}
.oneColFixCtr #mainContent {
	width: 940px;
	background: #e0ddd6;
	padding-left: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 10px;
	margin: 0;
	z-index: 0;
	text-align: left;
	position: relative;
	left: 10px;
	top: 10px;
}
.oneColFixCtr #menu {
	position: relative;
	top: -6px;
	z-index: 1;
}
.footer {
	position: relative;
	z-index: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 10px;
	width: 950px;
}
.image {
border-bottom-style:solid;
border-width: 5px;
border-color:#FFFFFF;	
}
.image_left {
border-bottom-style:solid;
border-width: 5px;
border-color:#FFFFFF;	
margin-right: 10px;
}
.image_right {
border-bottom-style:solid;
border-width: 5px;
border-color:#FFFFFF;	
margin-left: 10px;
}
.form_required{
background-color: #FF0000;
}
/*BASIC MAIN MENU SETUP*/
ul.mainmenu {
	list-style: none;
	padding: 0px;
	margin: 0;
	border: 0;	
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.mainmenu li {
	float: left;
	}

ul.mainmenu li a {
	display: block;
	background: url('gfx/menu.png');
	}
/*STANDARD LINKS*/

ul.mainmenu li.welcome a {
	width: 140px;
	height: 65px;
	background-position: 0 0;
	}

ul.mainmenu li.features a {
	width: 134px;
	height: 65px;
	background-position: -140px 0;
	}
ul.mainmenu li.gallery a {
	width: 118px;
	height: 65px;
	background-position: -274px 0;
	}
ul.mainmenu li.nearby a {
	width: 201px;
	height: 65px;
	background-position: -392px 0;
	}
ul.mainmenu li.rates a {
	width: 89px;
	height: 65px;
	background-position: -593px 0;
	}
ul.mainmenu li.booknow a {
	width: 144px;
	height: 65px;
	background-position: -682px 0;
	}
ul.mainmenu li.contact a {
	width: 154px;
	height: 65px;
	background-position: -826px 0;
	}
/*HOVER ACTIONS*/

ul.mainmenu li.welcome a:hover {
	background-position: 0 -65px;
	}
ul.mainmenu li.features a:hover {
	background-position: -140px -65px;
	}
ul.mainmenu li.gallery a:hover {
	background-position: -274px -65px;
	}
ul.mainmenu li.nearby a:hover {
	background-position: -392px -65px;
	}
ul.mainmenu li.rates a:hover {
	background-position: -593px -65px;
	}
ul.mainmenu li.booknow a:hover {
	background-position: -682px -65px;
	}
ul.mainmenu li.contact a:hover {
	background-position: -826px -65px;
	}

/*ACTIVE ACTIONS*/

ul.mainmenu li.welcome a.selected {
	background-position: 0 -65px;
	}
ul.mainmenu li.features a.selected {
	background-position: -140px -65px;
	}
ul.mainmenu li.gallery a.selected {
	background-position: -274px -65px;
	}
ul.mainmenu li.nearby a.selected {
	background-position: -392px -65px;
	}
ul.mainmenu li.rates a.selected {
	background-position: -593px -65px;
	}
ul.mainmenu li.booknow a.selected {
	background-position: -682px -65px;
	}
ul.mainmenu li.contact a.selected {
	background-position: -826px -65px;
	}
/*--------------------------------------*/
/*AVAILABILITY TABLES*/
.avail_table{
background-color:#FFFFFF;
font: 10px Verdana;
text-align: center;
border-color:#000000;
border-width: 1px;
border-style: solid;
border-collapse: collapse;
margin-bottom: 10px;
}
.avail_table td{
border-color:#000000;
border-width: 1px;
border-style: solid;
}
.avail_available {
border-color:#000000;
border-width: 1px;
border-style: solid;
background:#FFFFFF;
padding: 2px;
font: 10px Verdana;
}
.avail_booked {
border-color:#000000;
border-width: 1px;
border-style: solid;
background:#66ff00;
padding: 2px;
font: 10px Verdana;
}
.text_small {
font: 10px Verdana;
}