div#title {
	font-size: 140%; 
	font-weight: bold; 
	line-height: 150%;
	color: #555;
	}
div#photo {
	float: left;
	text-align: center; 
	margin: 0 10px 5px 0; 
	font-size: 85%; 
	line-height: 120%; 
	color: #555;
	}
div#photo img {
	border: 1px solid gray;
	}
div.photoimg {
	float: left; margin: 0 20px;
	}
span.header {
	color: #800;
	}
ul.notop {
	margin-top: 0; margin-bottom: 0;
	}
table.table {
	border: 1px solid #666; 
	border-collapse: collapse; 
	margin-left: 2%;
	}
table.table td, table.table th {
	vertical-align: top; 
	padding: 2px 6px; 
	border: 1px solid #666;
	}
table.table th {
	background-color: #95917b;
	}
span#maplink {
	font-weight: normal;
	font-size: 75%;
	}
#parkinfo {
	border: 2px solid black; background-color: #dbd6c8; padding: 1em; font-size: 85%; 
	line-height: 120%; clear: both; margin-top: 2em;
	}
h1#title {
	display: none;
	text-align: center;
	}
/* styles for print only */
@media print {
h1#title {
	display: block;
	}


}
