H1{
	font-family : goudy, garamond, perpetua;
	font-size : 13pt;
	color : black;
}
H2{
	font-family : goudy, garamond, perpetua;
	font-size : 13pt;
	color : black;
}
BODY {
	font-family : goudy, garamond, perpetua;
	font-size : 13pt;
	color : black;
}
A:LINK {
	color: Black;
}

A:VISITED {
	color: #b3610f;
}

A:ACTIVE {
	color: Silver;
}

A:HOVER {
	color: #87876c;
}

#avail-overlay {
	position:absolute;
	left:50%;
	margin-left:140px;
	top:18px;
}

#avail-overlay img {
	border:0px;
}

ul#nav {
	list-style:none;
	width:717px;
	height:32px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

ul#nav li {
	padding:0px;
	margin:0px;
	float:left;
}

ul#nav li a {
	height:32px;
	background-image:url(images/nav.png);
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
}

ul#nav li a span {
	position:absolute;
	left:-999em;
}

#rooms {
	background-position:0px 0px;
	width:101px;
}

#rooms:hover {
	background-position:0px -32px;
}

#attractions {
	background-position:-101px 0px;
	width:119px;
}

#attractions:hover {
	background-position:-101px -32px;
}

#policies {
	background-position:-220px 0px;
	width:167px;
}

#policies:hover {
	background-position:-220px -32px;
}

#directions {
	background-position:-387px 0px;
	width:78px;
}

#directions:hover {
	background-position:-387px -32px;
}

#business {
	background-position:-465px 0px;
	width:134px;
}

#business:hover {
	background-position:-465px -32px;
}


#specials {
	background-position:-599px 0px;
	width:65px;
}

#specials:hover {
	background-position:-599px -32px;
}

#home {
	background-position:-664px 0px;
	width:53px;
}

#home:hover {
	background-position:-664px -32px;
}