/* CSS Document */

h1 {
	color: #7e603b;
	font-weight: normal;
	font-size: 1.5em;
	padding: 0 0 9px 0;
}

p, li, label {
	color: #666;
	font-size: 1.0em;
}

p a, li a {
	color: #0066cc;
	text-decoration: underline;
}

p a:hover, li a:hover {
	color: #666;
	text-decoration: none;
}

li {
	list-style: none;
}

ul#attractions {
	width: 300px;
}

*:first-child+html ul#attractions {
	position: absolute;
}

* html ul#attractions {
	position: absolute;
	top: 1090px;
} 

ul#attractions li {
	padding: 7px 0 7px 0;
	width: 300px;
}

.large {
	font-size: 1.2em;
}
