body {
	font-size: 81.25%;
	font-family: Helvetica, Arial, sans-serif;

}
a:link, a:visited {
	color: #00A94F;
	text-decoration: none;
}
a:link, a:hover {
	color: #00A94F;
	text-decoration: underline;
}
#main {
	background: black;
	color: #000000;
}
#wrapper {
	background-color: #FFF7E6;
	background-image: url(../images/sidebar.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#content { 
	background: #FFF7E6;
	color: black;
}
#content p {
	margin: 10px 20px;
}
#content p.afterh2 { margin: 0 20px; }
#content h2 {
	margin: 0 20px;
}
#sidebar { background: #97C0E6; }
#footer p { 
	text-align: center;
	color: #ccbeb4;
	margin: 0;
}
#contact { 
	list-style-type: none; 
	color: black; 
	text-align: center; 
	background: #DBB34E;
	margin: 0;
	padding: 0;
}
#contact li {
	float: left;
	width: 35.5%;
	padding: 5px 0;
	background: #DBB34E; 
}
#contact li.last { width: 29% }
#contact a:link, #contact a:visited
{ color: white; }

#address { background: black; margin: 0 -3px; font-size: 0.875em; font-weight: bold; }
#copyright { padding-top: 3px; font-size: 0.68em; }
.attractions { 
	list-style-type: none;
	margin-left: 0;
	padding-left: 15px;
}

/* Horizontal Menu */
.hmenu {
	font-size: 0.875em;
	height: 20px;
	text-transform: uppercase;
	 font-weight: bold; 
	letter-spacing: 1px;
	padding-top: 5px;
	margin-left: 5px;
}
.hmenu ul li {
	text-align: center;
	border-right: 1px solid #DBB34E;
	padding: 0 10px 0;
}

.hmenu ul li.s1 { width: 80px; padding: 0 5px 0; }
.hmenu ul li.last, .hmenu ul li li { border-right: none; }
.hmenu ul li a:link, .hmenu ul li a:visited { color: #FFFFFF; text-decoration: none;} 
.hmenu ul li a:hover { color: #DBB34E; text-decoration: none;}

.hmenu ul ul li {
	background: #DBB34E;
	border-top: 1px solid black;
	width: 100%;
	padding: 0;
	margin-left: -5px;
}
.hmenu ul ul li a:link, .hmenu ul ul a:visited {
	color: black;
}
.hmenu ul ul li a:hover { color: white; }
