/* CSS Document */
* {margin:0; padding: 0;}

html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
}

body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	background: #e8f4fb url(images/beach2wide.jpg) fixed center left repeat;	
}

.h1{
	color:#069;
	font-size: 45px;
	padding: 40px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.h2	{
	color:#036;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:10px;
	letter-spacing:.1em;
}

.h3	{
	color:#C93;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:10px;
	letter-spacing:.65em;
}

.p	{
	color:#FFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding:10px;
}

.p2	{
	color:#693;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:10px;
	letter-spacing:.1em;
}

.footer{
	color:#069;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#title	{
	width:800px;
	height:100px;
	background:url(images/title2.png) no-repeat center;
}

#top	{
	width:800px;
	height:205px;
	background:url(images/contentbg2top.png) no-repeat;
}

#middle	{
	width:800px;
	height:auto;
	background:url(images/bluebg.png) repeat-y;
}
 
 #middle2	{
	width:800px;
	height:250px;
	background:url(images/bluebg.png) repeat-y;
	overflow:scroll;
}

#calendar	{
}
 
#bottom	{
	width:800px;
	height:60px;
	background:url(images/contentbg2bottom.png) no-repeat;
}

a:link {
	color:#036;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:10px;
	text-decoration:none;
}

a:visited {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:10px;
	color:#693;
	text-decoration:none;
}

a:hover {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:10px;
	color:#069;
	text-decoration:none;
}

a:active {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:10px;
	color:#693;
	text-decoration:none;
}
 