table {
	border: 2px solid silver;
	border-collapse: collapse;
	margin-top: 20px;
}

table th {
	text-align: left;
	background-color: palegreen;
}

table span {
	font-size: 80%;
}

table th span {
	font-weight: normal;
}

table tr.sub_header {
	font-weight: bold;
}

.sub_section td {
	border-top: 3px solig silver;
}

.note {
	font-style: italic;
}

.first_col {
	width: 400px;
}

#seasonal td, #winter td, #camping td, #extra td, #visitors td, #rentals td, #services td {
	border-bottom: 1px solid silver;
}

#seasonal, #winter {
	width: 350px;
	float: left;
}

#winter {
	margin-left: 20px;
}

#camping, #extra, #visitors, #rentals, #services {
	clear: left;
	width: 720px;
}

.Fees {
	List-style:disc;
}