html{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	background: #DCD2AF url(images/sandbg.gif);
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}
h1, h2, p{
	margin: 20px;
}
h1{
	font-size: 16pt;
	font-weight: normal;
	color: #549EB3;
}
h2, .h2{
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #B0B354;
}
p{
	font-size: 80%;
	line-height: 180%;
}
li{
	font-size: 80%;
	line-height: 180%;
}
a{
	color: #327A8F;
	text-decoration: none;
}
a:hover{
	color: #327A8F;
	text-decoration: underline;
}
b{
	color: #B0B354;
	font-size: 12pt;
}
img{
	display: block;
	border: 0px;
}
#body{
	margin: 0px auto;
	width: 730px;
	background-color: #F5F1D7;
}
#logohdr{
	border-bottom: 5px solid #F8CD37;
}
#menu_column{
	width: 150px;
	height: 230px;
	background: #549EB3 url(images/menubg.gif) no-repeat top center;
}
#menu{
	margin: 10px;
	margin-bottom: 5px;
	padding: 0px;
	width: 130px;
}
#menu li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 9pt;
	font-weight: bold;
}
#menu a{
	display: block;
	width: 130px;
	color: #F5F1D7;
	text-decoration: none;
	text-align: right;
	line-height: 200%;
	border-bottom: 2px dotted #F5F1D7;
}
#menu a:hover{
	color: #FFCC33;
}
#menu .lastoption a{
	border-bottom: 0px;
}
#photo_column{
	width: 150px;
	background-color: #E5DCBB;
	font-size: 8pt;
}
#photo_column img{
	margin-bottom: 1px;
}
#content{
	width: 580px;
	background: #F5F1D7 url(images/starfishbg.gif) no-repeat bottom right;
	text-align: left;
}
#gallery img{
	border: 7px solid #FFFFFF;
}
#footer{
	background: url(images/footerbg.jpg) repeat-x;
}
#footer p{
	margin: 15px;
	font-size: 10pt;
	font-weight: bold;
	color: #F5F1D7;
}
#footer a{
	color: #F5F1D7;
	text-decoration: none;
}
#footer a:hover{
	color: #F5F1D7;
	text-decoration: underline;
}
#credit{
	margin: 5px;
	font-size: 10pt;
	color: #8F855F;
}
#credit a{
	color: #8F855F;
}