body {
	padding: 0;
	margin: 20px 0;
	color: black;
	background-color: #a9c5e3;
	background-image: url(../images/bg-grad.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited {
	color: #286699;
}
a:focus, a:hover, a:active {
	color: #006;
}
a img {
	border: none;
}
/* main divs */
#wrapper {
	margin: 0 auto;
	width: 760px;
	padding: 0;
	border: 3px solid #006;
	color: #000;
	background-color: #fff;
	text-align: left;
}
#header {
	padding: 0;
	margin: 0;
	background-image: url(../images/bg-header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	font-weight: bold;
	height: 140px;
}
#menu {
	padding: 5px;
	border-top: 1px solid #006;
	border-bottom: 1px solid #006;
	color: white;
	background-color: #286699;
	font-size: 0.85em;
	text-align: center;
}
#menu a {
	margin: 0 10px;
}
#menu a:link, #menu a:visited {
	color: white;
}
#menu a:focus, #menu a:hover, #menu a:active {
	color: #a9c5e3;
}
#content {
	padding: 20px 25px;
}

/* tags */
h1 {
	margin-top: 0;
	margin-bottom: 0.75em;
	color: #286699;
	font-size: 1.35em;
}
h2 {
	margin-top: 1.5em;
	margin-bottom: 0.8em;
	color: #286699;
	font-size: 1em;
}
h3 {
	margin-top: 0;
	margin-bottom: 1em;
	color: #286699;
	font-size: 0.85em;
}
p, ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 0.85em;
	line-height: 1.5;
}
blockquote {
	width: 50%;
	margin: 1.5em auto 1.5em auto;
	padding: 5px 15px;
	border: 1px solid #286699;
	color: #286699;
	background-color: #e9eef3;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5;
	text-align: center;
}
#content img {
	border: 1px solid #006;
}
#content a img, #content img.noborder {
	border: none;
}

/* image floats */
img.floatr {
	float: right;
	margin: 5px 0 5px 15px;
}
img.floatl {
	float: left;
	margin: 5px 15px 5px 0;
}

/* classes */
.caption {
	color: #286699;
	font-size: 0.75em;
	font-weight: bold;
}
.address {
	float: left;
	width: 354px;
	height: 15em;
}
div.email {
	display: inline;
}
#content div.email img {
	border: none;
	vertical-align: middle;
}
.legal {
	font-size: 0.7em;
}
.rates {
	border-collapse: collapse;
	margin: 1em auto;
	width: 350px;
}
.rates th, .rates td {
	border: 1px solid #286699;
	font-size: 0.8em;
	padding: 2px 4px 3px 4px;
	vertical-align: top;
}
.rates th {
	background-color: #e9eef3;
}
.rates .col1 {
	text-align: left;
}
.rates .col2, .rates .col3, .rates .col4  {
	text-align: right;
}
.booking {
	border-collapse: collapse;
	margin: 0 0 1em 0;
	width: 100%;
}
.booking th, .booking td {
	border: 1px solid #286699;
	font-size: 0.8em;
	padding: 2px 7px 3px 7px;
	vertical-align: middle;
}
.booking .col1 {
	background-color: #e9eef3;
	font-weight: bold;
	width: 35%;
}
.booking .col3 {
	width: 30%;
}
.booking input, .booking select {
	margin: 5px 0;
}
#content img.ppimg {
	margin: 0 0 1em 0;
	display: block;
	border: none;
}
#links {
	border-collapse: collapse;
}
#links td {
	font-size: 0.7em;
}
.intro {
	float: right;
	width: 288px;
	margin: 5px 0 5px 15px;
	border: 1px solid #006;
}
object, embed, .intro img {
	margin: 0;
	display: block;
}

body {overflow: -moz-scrollbars-vertical;}