@charset "utf-8";
/* CSS Document */

html {

}


body {
	background-color:#000;
	color: #CCCCCC;
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

.container {
	width:100%;
	background-image: url(../images/bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

.content{
	background-image: url(../images/bg.content.gif);
	width: 800px;
	margin-bottom: 0px;
}


.text-container {
	margin: 0px 20px 0px 50px;
	height:500px;
	overflow: auto;
}

.cars-background {
	background-image:url(../images/bg.cars.jpg);
	background-position:top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.boats-background {
	background-image:url(../images/bg.boats.jpg);
	background-position:center 150px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.services-background {
	background-image:url(../images/bg.services.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.accom-background {
	background-image:url(../images/bg.accom.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#flash-container {
	margin: 0px 0px 15px 0px;
}


h1 {
	font-size:1.6em;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
}

h2 {
	font-size:1.4em;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
}
.floatright {
	float: right;
	width: 400px;
	padding-left: 20px;
}
