body{
	margin: 0px;
	background-color: #3A4D5C;
	color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
}
h1{
	margin: 20px 20px 0px 0px;
	font-size: 130%;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
}
h2{
	margin: 20px;
	margin-left: 0px;
	font-size: 90%;
	font-variant: small-caps;
	color: #B6D5E8;
}
p{
	margin: 20px;
	margin-left: 0px;
	font-size: 80%;
	line-height: 160%;
}
ul{
	margin-right: 20px;
}
li{
	margin-left: -20px;
	font-size: 80%;
	line-height: 150%;
}
a{
	color: #CCCCCC;
}
b{
	color: #B6D5E8;
}
img{
	display: block;
}
.invis{
	display: none;
}
#topspace{
	text-align: right;
	font-weight: bold;
	color: #8B8C8A;
	vertical-align: text-bottom;
}
#page{
	margin: 0px auto;
	max-width: 900px;
	width:expression(document.body.clientWidth > 900? "900px": "auto" ); /* IE Max-Width Hack */
	background: #8B8C8A url(images/background.gif) repeat-x bottom left;
	order-bottom: 1px solid #8B8C8A;
}
#header{
	height: 20px;
	background: #8B8C8A;
	border-bottom: 3px solid #FFFFFF;
}
#header h1{
	display: none;
}
#photoheader, #photo_row{
	width: 100%;
	border-bottom: 3px solid #FFFFFF;
}
#photos{
	width: 100%;
	background-position: center;
}
#photos td{
	width: 25%;
}
#photos a{
	display: block;
	width: 100%;
	height: 183px;
}
#photos img{
	border: 0px;
}
#nav_column{
	width: 150px;
	background: #8B8C8A url(index.html) no-repeat;
	text-align: right;
}
#navigation, #navigation li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation a{
	display: block;
	width: 170px;
	margin: 0px;
	padding: 5px 10px 6px 0px;
	border-bottom: 1px solid #233446;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}
#navigation a:hover{
	background-color: #3A4D5C;
	color: #CCCCCC;
}
#nav_about{
	width: 150px;
	background: #D67646 url(index.html) no-repeat;
	text-align: right;
}
#navigationabout, #navigationabout li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigationabout a{
	display: block;
	width: 170px;
	margin: 0px;
	padding: 5px 10px 6px 0px;
	border-bottom: 1px solid #233446;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}
#navigationabout a:hover{
	background-color: #3A4D5C;
	color: #CCCCCC;
}
iframe{
	width: 100%;
	height: 250px;
	background: #8B8C8A;
}
#content{
	padding-left: 50px;
/*	margin: 30px;
	margin-bottom: 20px;
	background: #2F455C url(images/bg_content.gif) repeat-x top;*/
	text-align: left;
}
.left_column, .right_column{
	width: 50%;
	float: left;
}
.left_column{
	clear: both;
}
.left_column p, .right_column p{
	margin-left: 0px;
}
#featureshdr{
	clear: both;
	margin: 0px;
}
#rates_div{
	margin-right: 20px;
}
#ratestable{
	clear: both;
	width: 100%;
	background: #2F455C url(images/bg_content.gif) repeat-x top;
	border: 1px solid #425365;
	font-size: 80%;
	text-align: center;
}
#rateferry{
	clear: both;
	width: 90%;
	background: #2F455C url(images/bg_content.gif) repeat-x top;
	border: 3px solid #425365;
	font-size: 80%;
	text-align: center;
}

.rates_hdr{
	background: #425365;
	font-weight: bold;
}
.ferry_thru{
	
	background-color: #999999;
}
.room_name{
	text-align: right;
	font-weight: bold;
	color: #B6D5E8;
}
.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: 10px 20px 10px 20px;
	padding: 10px;
	border: 1px solid #425365;
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	background-color: #3A4D5C;
}
#footer:hover{
	background: #526578;
	color: #FFFFFF;
}
#credit{
	margin: 10px;
	font-size: 70%;
	color: #4D6479;
}
#credit a{
	color: #4D6479;
	text-decoration: none;
}
#credit a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
