@charset "UTF-8";
/* CSS Document */



body {
	background:#FFFFFF url(img/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
	margin:20px 0;
	
	
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.6em;
	color:#996666;
}

a, a:active, a:visited {
	color:#6699CC;
	text-decoration:none;
}

a:hover {
	color:#6699CC;
	text-decoration:underline;
}


.rates td {
	border-top:1px solid #ccc;
}

#maintable {
	background-color: #FFF; 
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #e6e6e6;
}

#title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ccc;
	font-size:32px;
	padding-bottom:10px;
}

h2 {
	font-size:18px;
	padding:0;
	margin:0;
}

#booking td {
	border-top:1px solid #CCC;
	padding:5px;
}

li {
	font-size:16px;
}

#title {
	margin:auto;
	padding-bottom:12px;
	width:882px;
}

.shaded {
	background-image:url(img/shade.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:14px;
}

#introtext {
	font-size:20px;
	line-height:1.3em;
}

#menu {
	text-align:center;
	border-bottom:1px solid #e6e6e6;
	width:96%;
	margin:auto;
	padding-bottom:8px;
}

#menu a, #menu a:visited, #menu a:active {
	font-family:Helvetica, sans-serif;
	color:#999999;
	letter-spacing:0.1em;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	padding:12px;
}

#menu a:hover {
	color:#3399FF;
}

.credit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666699;
	padding-top:10px;
}

#footer a, #footer a:active, #footer a:visited {
	text-decoration:none;
}
	
#footer a:hover {
	text-decoration:none;
}