body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	left: 0px;
	top: 0px;
	background: #EAF9FF url(images/beachbg.jpg);
}

#Layer3 p {
	font-size: 1em;
}

.special {
	color: #F30;
	font-weight: bold;
}
#wrapper {
	position: absolute;
	width: 750px;
	border: 1px solid #5C97D0;
	left: 50%;
	top: 10px;
	background: white;
	margin-left: -375px;
	height: 500px;
	
}
#header {
position:relative; 
visibility:visible; 
width:242px; height:51px; 
z-index:6; 
left: 220px; 
top: 4px;
}

#clear {
	clear: both;
	width: 100%;
	left: 0px;
	top: 610px;
}
h1 {
	font: small-caps 24px Arial, Helvetica, sans-serif;
	color: #5C97D0;
	background: #FFFFFF;
}
h2 {
	font-size: 14px;
	color: #5C97D0;
	background: #FFFFFF;
}
a:link {
	color: #5A93CF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #5C97D0;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #6600CC;
}
a:active {
	color: #0033FF;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.border {
	border: 1px solid #5C97D0;
}
.footer {
	font-variant: small-caps;
	color: #5C97D0;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
#footer {
	font-variant: small-caps;
	color: #5C97D0;
	position: absolute;
	left: 125px;
	z-index: 3;
	top: 674px;
}
.pad5 {
	padding-left: 5px;
}
