body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #6F6F6F;
}

a img {
	border: none;
}

#wrapper {
	background-color: #000;
	color: #fff;
	margin: 0px auto;
	padding: 0 2px;
	text-align: left;
	width: 990px;
}

#header {
	height: 11px;
	background-color: #E51822;
}

#content {
	padding: 70px 30px;
}

#content h1 {
	font-family: georgia;
	font-weight: normal;
}

#content h1 span {
	display: none;
}

#content h1.welcome {
	width: 677px;
	height: 65px;
	margin: 0px 0px 42px 0px;
	background-image: url(../images/h1_welcome.gif);
}

#content h1.adventures {
	width: 591px;
	height: 65px;
	margin: 0px 0px 42px 0px;
	background-image: url(../images/h1_adventures.gif);
}

#content h2 {
	margin: 0px;
	font-family: georgia;
	font-weight: normal;
}

#content p {
	font-family: arial, helvetica;
	font-size: 15px;
	line-height: 20px;
}

#content #panel1, #content #panel2, #content #panel3 {
	width: 277px;
	float: left;
}

#content #panel2 {
	margin: 0px 49px;
}

#footer {
	clear: both;
	text-align: right;
	font-family: arial;
	font-size: 11px;
	padding-top: 20px;
}

#footer a {
	color: #8CDFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

div.row {
	clear: both;
	overflow: auto;
	margin-bottom: 50px;
}

div.boat {
	float: left;
	width: 402px;
	margin-right: 50px;
	font-family: arial, helvetica;
	font-size: 15px;
	line-height: 20px;
}

div.boat img {
	border: solid 1px #E51822;
	margin: 10px 0px 10px 0px;
}