body {
	background-color: #76988B;
	font: 13px Arial, Helvetica, sans-serif;
}
td, p, a {
	font: 13px Arial, Helvetica, sans-serif;
	line-height:120%;
}
.navbar {
background-color: #5b6f67;
}
.booking p {
margin-top: 7px;
margin-bottom: 7px;
}
a:link, a:visited, a:active {
color: #0E2E4B;
}
a:hover {
color: #ff0000;
}
table.pages {
	background: #FFFFFF;
}
.spacer_row {
	background-color: #76988B;
}
.front_text {
	color: #dcd3ca;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	/**/background: url(../gifs/home_words.gif);
	text-align: center;
}
.front_page a:link, .front_page a:visited, .front_page a:active {
	color: #20576B;
	text-decoration: none;
}
.front_page a:hover {
	color: #dcd3ca;
}


#nav {
	margin:0;
	margin-top: 20px;
	padding:0;
	width:120px;
	list-style: none;
	font-weight: bold;
	color: #85b6e4;
}
#nav li{
	display:block;
	margin: 0;
	padding: 15px 0px 15px 30px;
}
#nav a:link, #nav a:visited, #nav a:active {
	text-decoration: none;
	font-weight: bold;
	color: #98B1A8;
}
#nav a:hover {
	color: #ffffff;
}

#nav  a:link.selected, #nav a:visited.selected, #nav a:active.selected {
	color: #ffffff;
}
