*{
	font-size:100%;
}

body{
	text-align:center;
	background-color:white;
	background-image:url(images/pagebak.gif);
	background-position:center;
	background-repeat:repeat-y;
	line-height:1.5;
}
#header{
	width:965px;
	margin: 0 auto;
	padding:0px;
	text-align:left;
}
#frame{
	width:965px;
	margin:0 auto;
	padding:0px;
}
#content{
	float:right;
	width:725px;
	margin: 0 auto;
	padding:20px;
	text-align:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
}
#footer{
	clear:both;
	width:965px;
	margin: 0 auto;
	padding:0px;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}
#nav {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	width:200px;
	padding:30px 0px 0px 0px;
}
#homepage {
	background-image:url(images/BeachLarge.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:300px;
}
a:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration:none
}

a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration:none
}

a:hover {
	font-weight: bold;
	color: #0033CC;
	text-decoration:underline;
}

a:active {
	font-weight: bold;
	color: #CC0000;
	text-decoration:none
}
