body {
	background-image:url(images/boat%20bg.gif);
	background-color:#FFFFFF;
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 750px;
	
}

@font-face {
	font-family: "Copperplate Gothic Light";
	src: url(Coprgtl.TTF) format("truetype");
}

h6           { font-size: 14pt }
h5           { font-size: 15pt }
h4           { font-size: 16pt }
h3           { font-size: 17pt }
h2           { font-size: 18pt }
h1           { font-size: 19pt }

.all {
	width:500px;
	margin-left: auto;
	margin-right: auto;

}

.links {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 340px;
	width: 500px;
	height: 50px;
	font-family: "Copperplate Gothic Light";
	font-weight: bold;
}

.content {
	font-family: "Copperplate Gothic Light";
	background-color:#e9d49c;
	width:500px;
	margin-left: auto;
	margin-right: auto;
	height: 340px;
	overflow:auto;
}

.foot {
	font-family: "Copperplate Gothic Light";
	font-size:13px;
	width:270px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	height: 110px;
	position:relative;
	left:-10px;
	text-align:center;
	font-weight:bold;
}

.menu {
	font-family: "Copperplate Gothic Light";
	font-size:14px;
}









/* Drop down menu style */

#dropmenudiv{
	font-family: "Copperplate Gothic Light";
	font-weight:bold;
	font-size:12px;
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	font-family: "Copperplate Gothic Light";
	font-weight:bold;
	font-size:12px;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	color:#000000;
	text-decoration: none;

}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: yellow;
}

/* End Drop down menu style */





