body {
	background-color: #FFFFCC;
}


div#title {
	font-family:  Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 58px;
	color: #FFFFFF;
}

div#subtitle {
	font-family:  Century Gothic, Arial, Helvetica, sans-serif;
	color: #330000;
	font-size: 36px;
}


div#menu {
	font-family:  Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333333;
}

div#pictureDetails {

position: absolute;
}

.bigPic
{
display: none;
z-index: 2;
position: absolute;
}

.smallPic
{
z-index: 1;
}

div#flashPlayer
{
display: block;
}

div#LandbeachInformation {
	overflow: auto;
	height: 400px;
	background-image: url(images/landbeach_map.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	border-right-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	z-index: 0;
}

div#WaterbeachInformation {
	overflow: auto;
	height: 400px;
	background-image: url(images/waterbeach_map.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	border-right-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
}

div#BeachesInformation {
	overflow: auto;
	height: 400px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	border-right-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
}


div#footer {
	color: #333333;
}


th {
	font-family:  Century Gothic, Arial, Helvetica, sans-serif;
}

td {
	font-family:  Century Gothic, Arial, Helvetica, sans-serif;
}

a:link {
	COLOR: #333333;
	font-style: normal;
	text-decoration: none;
}
a:active {
	COLOR: #333333; 
	font-style: normal;
	text-decoration: none;

}
a:visited {
	COLOR: #333333; 
	font-style: normal;
	text-decoration: none;

}
a:hover {
	COLOR: #333333;
	font-style: normal;
	text-decoration: underline;
}

.audioLink {
	font-size: 14px;
}

