body {
	background: #f3f3f3;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 12pt;
	line-height: 1.3em;
}
.sidebar {
	float: right;
	clear: right;
	width: 150px;
	padding-left: 10px;
}
a { color: #25a; }
a:hover, a:visited:hover { color: #46f;}
a:visited { color: #46b; }
em { font-style: italic; }
div.center {
	display: block;
	text-align: center;
}
strong {
	font-weight: bold;
}
#content img {
	padding: 5px 0;
}
table.center {
	width: 100%;
}
table.center td {
	padding: 5px;
	text-align: center;
}
#content li {
	list-style-type: disc;
	margin-left: 30px;
}
#content ul, #content ol {
	margin-bottom: 10px;
}
#content ol li {
	list-style-type: decimal;
}
#content a { text-decoration: underline; }
#container {
	/* some nice stuff for webkit and firefox users */
	-moz-box-shadow: 0 3px 12px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.05);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #ccc;
	margin: 10px auto;
	padding: 4px;
	width: 800px;
}
#header {
	height: 160px;
	padding-bottom: 15px;
	background: #fff url('../images/gradient-small.png') repeat-x 0 160px;
	position: relative; /* for reservations */
}
#reservations {
	font-family: serif;
	font-size: 120%;
	position: absolute;
	right: 7px;
	bottom: 0.8em;
}
#reservations a {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
#navigation {
	font-family: "Arial Black";
	float: left;
	width: 230px;
}
#navigation ul {
	font-style: italic;
	font-size: 120%;
	padding: 15px 20px;
	line-height: 1.5em;
}
#navigation ul li {
	background: url('../images/nav-highlight.png') no-repeat 0 32px;
}
#navigation ul li a {
	display: block;
	padding: 5px;
	padding-left: 30px;
	background: url('../images/nav-star.png') no-repeat -4px 5px;
}
div.clear {
	clear: both;
	padding: 10px;
}
img.align-left {
	float: left;
	clear: left;
}
img.align-right {
	float: right;
	clear: right;
	margin-top: 33px;
}
h1 {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	padding-bottom: 5px;
}
h2 {
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	margin: 20px;
}
h3 {
	position: relative;
	top: -15px;
	font-size: 90%;
	text-align: center;
	font-weight: bold;
}
#main {
	background: white;
}
#attractions {
	margin: 0 auto;
	padding: 15px;
	background: #eee;
	width: 50%;
	text-align: center;
}
#attractions li {
	list-style-type: none;
}
div.clear p {
	padding: 10px;
	position: relative; /* ugly */
	left: 10px;
}
#content {
	min-height: 300px;
	border-left: 1px dotted #ccc;
	float: right;
	font-size: 90%;
	width: 540px;
	padding: 12px;
}
#content table td {
	padding: 0 10px;
}
#content p {
	margin: 10px;
}
.bg {
	background-color: #CCC;
	}
.home p:first-letter {
	margin-left: 5px;
}
.home p {
	font-style: italic;
}
hr.clear {
	margin: 0;
	clear: both;
	height: 0;
	border: none;
}
#footer {
	text-align: center;
	font-size: 80%;
}
