body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
h1 {
	font-family: Arial;
	font-size: 18pt;
	font-weight: normal;
	color: #B6D5E8;
}
h2 {
	font-size: 90%;
	font-variant: small-caps;
	color: #B6D5E8;
}
p, li {
	font-size: 9pt;
	line-height: 170%;
}
a {
	color: #000000;
	text-decoration: none;
}
img {
	display: block;
	border: 0;
}
.clear {
	clear: both;
}
.invis {
	display: none;
}

/******************** STRUCTURE ********************/
#page {
	margin: 0 auto;
	width: 900px;
	border-bottom: 1px solid #273A4E;
}
#header {
	width: 900px;
	height: 70px;
	border-bottom: 3px solid #FFFFFF;
}
#header h1 {
	font-size: 24pt;
}
#photoheader, #photo_row, #photos, #navigation {
	display: none;
}
#content {
	padding: 1px 0;
	padding-left: 150px;
	width: 750px;
	text-align: left;
}
.left_column, .right_column {
	width: 375px;
	float: left;
}
.left_column {
	clear: both;
}
.left_column p, .right_column p {
	margin-left: 0px;
}
.roombtn {
	border: 1px solid #b6d5e8;
	padding: 4px;
}
.roombtn:hover {
	border: 1px solid #FFFFFF;
}
.contentcol {
	float: left;
	padding: 10px;
	width: 230px;
}
.contentcol p {
	margin: 10px;
}
.guestcomments {
	clear: both;
	margin: 0;
	border: 0;
	border-top: 1px solid #425365;
}
.guestcomments i {
	font-family: Georgia;
	font-style: italic;
	font-size: 10pt;
}
.guestcomments img {
	border: 0;
	float: right;
}
#featureshdr {
	clear: both;
	margin: 0px;
}
#rates_div {
	margin-right: 20px;
}
#ratestable {
	clear: both;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
.rates_hdr {
	font-weight: bold;
}
.room_name {
	text-align: right;
	font-weight: bold;
	
}
.special {
	margin: 20px 0px;
	border: 1px solid #425365;
	text-align: center;
}
.creditcards {
	text-align: center;
}
.creditcards img {
	display: inline;
}
#endline {
	clear: both;
	text-align: right;
	margin-top: 0px;
	font-size: 80%;
	font-weight: bold;
	color: #CCCCCC;
}
#footer {
	display: block;
	clear: both;
	margin: 20px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #425365;
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
#footer:hover {
	background: #526578;
	color: #FFFFFF;
}
#credit {
	margin: 10px;
	font-size: 8pt;
	color: #4D6479;
	text-align: right;
}
#credit a {
	color: #4D6479;
	text-decoration: none;
}
#credit a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
