/* CSS Document */

html, html body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFED9B;
	background: #3B3330;
}

#wrapper {
	width: 780px;
	margin: 20px auto 10px auto;
}

#top {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 0 8px 0;
}

#top h1 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}

#top h2 {
	font-size: 19px;
	padding: 0;
	margin: 0;
}

#top #title {
	width: 400px;
	float: left;
}

#top #menu {
	text-align: right;
	width: 300px;
	padding: 10px 8px 0 0;
	float: right;
}

#top a:link,
#top a:active,
#top a:visited,
#footer a:link,
#footer a:active,
#footer a:visited {
	color: #FFED9B;
	text-decoration: none;
}

#top a:hover, #footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#wrapper_inner {
	background: #EFEDE2;
	border: 4px solid #fff;
}

#hdr {
	background: url('../images/hdr.jpg') center center no-repeat;
	height: 200px;
}

#hdr2 {
	background: url('../images/hdr2.jpg') center center no-repeat;
	height: 200px;
}

#nav {
	color: #fff;
	background: #514946;
	padding: 0 6px;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav li {
	padding: 5px 5px;
	float: left;
}

#nav a {
	color: #fff;
	display: block;
	height: 40px;
	float: left;
}

#nav a.m1 {
	background: url('../images/m_Home1.gif') no-repeat;
	width: 70px;
}
#nav a.m2 {
	background: url('../images/m_Facilities1.gif') no-repeat;
	width: 115px;
}
#nav a.m3 {
	background: url('../images/m_Activities1.gif') no-repeat;
	width: 220px;
}
#nav a.m4 {
	background: url('../images/m_Rates1.gif') no-repeat;
	width: 85px;
}
#nav a.m5 {
	background: url('../images/m_Contact1.gif') no-repeat;
	width: 105px;
}
#nav a.m6 {
	background: url('../images/m_Links1.gif') no-repeat;
	width: 80px;
}

#nav a span {
	display: none;
}

#content_wrapper {
	font-size: 14px;
	color: #1D1D1D;
	padding: 10px;
}

#content_wrapper img {
	border: 3px solid #666;
}

#content_wrapper h1, #content_wrapper h2 {
	color: #947B0A;
}

#column1 {
	width: 33%;
	float: left;
}

#column2 {
	width: 33%;
	padding: 0 0 0 10px;
	float: left;
}

#column3 {
	width: 30%;
	float: right;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	padding: 5px;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }



.clr {
	clear: both;
}

#tac {
	color: #fff;
	background-color: #66CC66;
	width: 90%;
	padding: 5px;
}

a img {
	border: none;
}