body {
	background-color: #567AB6;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
a:link { color: #00f }
a:visited { color: #666; }
a:hover { color: #000; }
a:active { color: #f00; }
ul, li, .bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none; 
}
#nav ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #fff;
}
#navlist a {
	display: block;
	padding: 5px 0 6px 20px;
	width: 142px;
	width: 162px !ie;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}
#navlist a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}
#navlist a:hover {
	background-color: #369;
	color: #fff;
}
body#index a#nav_home,
body#about a#nav_about,
body#bookings a#nav_bookings,
body#rooms a#nav_rooms,
body#contact a#nav_contact {
	background-color: #369;
	background-image: url(images/current.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	color: #fff;
}
#contactinfo {
	margin: 30px 0 10px 0;
	padding-left: 9px;
	text-align: left;
}
#contactinfo p { padding: 0; margin: 0 }
#contactinfo table { margin: 5px 0 }
#contactinfo, #contactinfo td {
	color: #ddd;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 10px;
}
#contactinfo a,
#contactinfo a:link,
#contactinfo a:visited {
	color: #ddd;
	text-decoration: none;
}
#contactinfo a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer {
	padding-left: 162px;
}
.footer,
.footer a,
.footer a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #A2B6D7;
	font-size: 10px;
	line-height: 28px;
	text-align: left;
}
.footer a:visited {
	color: #ccc;
}
.footer a:hover {
	color: #fff;
}
.digithink { float: right }