html, body {
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	background-color: #F3F3C9;
	color: #000000;
	font-family: verdana, helvetica, Sans-Serif;
	margin: 0px;
	padding: 0px;
}

#heading {
	position:absolute;
	left:0;
	top:0;
	text-align: center;
	width:100%;
	background-image: url(../images/header1.jpg);
	background-repeat: repeat-x;
	font-family: serif;
/*	color: #99ffff;*/
	color: black;
}

h1 {
	font-size: 275%;
	margin-top: 0;
	padding-top: 0;
}

#copy {
	font-size: .75em;
	font-style: italic;
	text-align: center;
	border-top: solid 1px black;
	margin-top: 10em;
}

div.link-list {
	position:absolute;
	top:100px;
	width:10em;
	font-size: 80%;
	padding-left:1%;
	padding-right:1%;
	margin-left:0px;
	margin-right:0px;
}

#main {
	position:absolute;
	top:100px;
	left:10em;
	padding-left:1em;
	padding-right:1em;
	padding-bottom: 5em;
	color: #000000;
}

#list1 {
	left:0px;
	font-weight: bold;
}

#reservations {
	border-top: solid 1px black;
	padding-top: .5em;
}

#list2 {
	right:0px;
}

a:link,
a:visited {
	color: #333399;
	text-decoration: underline;
}

a:hover {
	color: #6666cc;
	text-decoration: none;
}

a.MenuLinks,
a.MenuLinks:visited {
	color: #000000;
	text-decoration: underline;
}

a.MenuLinks:hover {
	color: #FCFCED;
	text-decoration: none;
}


hr {
	height:1px;
	color:#000000;
	margin:0px;
	width: 100%;
} 

li {
	padding: .2em;
}

ul.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.menu ul {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
}

ul.menu li {
	padding: .3em;
}

ul.nobullet {
	list-style-type: none;
}

table.rates th, td {
	text-align: center;
	padding: .2em;
	background-color: #FCFCED;
	color: #000000;
	white-space: nowrap;
}

#boat th {
	width: 33%;
	white-space: nowrap;
}

#pontoon th {
	width: 50%;
}