
div#header { display: none; }
div#left { display: none; }
div#right { display: none; }
p#trail { display: none; }
div#middle { padding: 10px; }

div, p, li, td, dd, dt, h1, h2, h3, h4, h5, h6, label, select, input, textarea {
	font-family: Trebuchet MS, Trebuchet, Times, serif;
	font-size: 10pt;
}

h1 { font-size: 16pt; }

div#footer {
	clear: both;
	text-align: center;
}

div#footer ul {
	display: none;
}

ul#subfooter {
	display: none;
}

p.printMode {
	padding: 5px;
	border-bottom: 2px solid #B38C41;
	background-color: #E8D684;
	color: #47625B;
	font-weight: bold;
}

p.printMode a:link,
p.printMode a:visited,
p.printMode a:active,
p.printMode a:hover {
	color: #47625B;
}



/* ATTRACTIONS */
ul.navtabs { display: none; }
div.photo { 
	width: 300px;
	text-align: center;
	float: left;
}

div.map {
	width: 300px;
	margin: 0 0 0 320px;
}

div.description {
	clear: both;
	margin: 1em 0 0 0;
}

ul.gallery {
	list-style-type: none;
}

ul.gallery li {
	list-style-type: none;
	display: block;
	width: 100px;
	float: left;
	margin: 0 0 0 10px;
}
/* /ATTRACTIONS */



/* EVENTS */
.calendarthumb { display: none; }
div.np { display: none; }
div.calendar_search { display: none; }
/* /EVENTS */

