@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #039;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C60;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
	text-indent: 25px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #C60;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
	text-indent: 25px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #C60;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
	text-indent: 25px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C60;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
	text-indent: 25px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #C60;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
	text-indent: 25px;
}
.TextLight {
	color: #FC0;
}
.TextSmall {
	font-size: 12px;
}
#ImageMainMax img {
	max-width: 410px;
	max-height: 350px;
}
a.BeachButton {
	color: #FFF;
	display: block;
	float: left; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../Images/BKGDColumn.png);
	background-repeat: repeat-x;
	background-position: right top;
	clear: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #FFF;
	text-align: center;
	padding: 2px;
	margin-right: 2px;
	height: 80px;
	width: 80px;
	font-size: 12px;
}
a.BeachButton:hover {
    background-position: bottom right;
    color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}