@charset "utf-8";
.border {
	border: 1px solid #000;
	background-color: #FFF;
}
.thankyou {
	font-size: 14px;
	color: #FBFBFB;
	font-weight: normal;
}

.water {
	background-image: url(images/bg-water.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.water2 {
	background-image: url(images/bg-water2.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}


body {
	background-color: #207EA4;
	background-image: url(images/overlay-stripes-diag.png);
	background-position: left top;
	background-repeat: repeat;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.header {
	background-image: url(images/fadestrip2.png);
	background-repeat: repeat-x;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	height: 400px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-position: center;
}

.main {
	z-index: 0;
	visibility: inherit;
	overflow: visible;
	position: absolute;
	width: 100%;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(images/fadestrip-side.png);
	background-attachment: fixed;
	text-align: center;
}
.line-left-top {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #9A9FA3;
	border-left-color: #9A9FA3;
	margin: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #9A9FA3;
	text-align: left;
}
.yachts-1 {
	background-image: url(images/yachts-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.yachts-2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A9FA3;
}

.header1 {
	font-weight: bold;
	font-size: 12px;
}

.line-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9A9FA3;
	margin: 10px;
	padding: 0px;
}
a:link {
	color: #2E8CB2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2E8CB2;
}
a:hover {
	text-decoration: underline;
	color: #70CEF4;
}
a:active {
	text-decoration: none;
	color: #2E8CB2;
}


.nav {
	background-image: url(images/nav-bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.events {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A9FA3;
	font-style: italic;
}
.contacts {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}

.events2 {
	padding: 10px;
}

.copyright {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(images/navbar-bg4.jpg);
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
}
.intro {
	color: #000;
	font-weight: normal;
	text-align: left;
}
.titlebar {
	background-image: url(images/titlebar-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.main2 {
	z-index: 0;
	visibility: inherit;
	overflow: visible;
	position: absolute;
	width: 100%;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(images/fadestrip-side.png);
	background-attachment: fixed;
	text-align: center;
	height: 100%;
}
