<style type="text/css"> 

* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

body {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 10px 0 0 0;
	border: 0;

}
ol, ul {
	list-style: none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}


/* Layout Styles */

#outer {
	width: 800px;
	height: auto;
	margin: 0px auto;
	background-color: #999;
}
#header {
	height: 220px;
	background-color: #fff;
}
#contentWrap {
	background: #dceddc;
	height: auto;
}
#content {
	float: left;
	padding-top: 160px;
}
#mainContent {
	background-color: #fff;
	width:460px;
	min-height: 510px;
	float: left;
	padding: 5px 20px;
}
#sidebar1 {
	background-color: #dceddc;
	width: 150px;
	height: auto;
	float: left;
	padding-top: 10px;
}
#sidebar2 {
	background-color: #dceddc;
	width: 150px;
	height: auto;
	float: right;
	padding-top: 10px;
}
#footer {
	width: 100%;
	height: 50px;
	background-color: #fff;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	border-top: solid #030 3px;
}

/* Header styles incl. navigation */

#logo {
	float: left;
}
#secondNav {
	height: 80px;
	color: black;
	font-size: 10px;
	float: right;
}
#secondNav a {
	color: black;
}
#secondNav a:hover {
	color:#060;
	text-decoration: underline;
}
#primeNav {
	clear: right;
	height: 200px;
}
#primaNav ul {
	float: right;
}
#primeNav li {

	width: 105px;
	height: 200px;
	line-height: 200px;
	float: right;
	margin-left: 5px;
}
#primeNav a {
	display: block;
	width: 105px;
	height: 200px;
}
#primeNav span em {
	display: none;
}
#home a {
	background: url(../images/buttons2.gif) no-repeat 0px -5px;
}
#history a {
	background: url(../images/buttons2.gif) no-repeat -118px -5px;
}
#amenities a {
	background: url(../images/buttons2.gif) no-repeat -237px -5px;
}
#events a {
	background: url(../images/buttons2.gif) no-repeat -355px -5px;
}
#contact a {
	background: url(../images/buttons2.gif) no-repeat -473px -5px;
}
#home a:hover {
	background: url(../images/buttons2.gif) no-repeat 0px -218px;
}
#history a:hover {
	background: url(../images/buttons2.gif) no-repeat -118px -218px;
}
#amenities a:hover {
	background: url(../images/buttons2.gif) no-repeat -237px -218px;
}
#events a:hover {
	background: url(../images/buttons2.gif) no-repeat -355px -218px;
}
#contact a:hover {
	background: url(../images/buttons2.gif) no-repeat -473px -218px;
}
#homepagePic {
	z-index: 1;
	position: absolute;
	top: 150px;
	border-bottom: solid white 12px;
}


/* Content Styles */

h1 {
	color: #030;
	font-size: 16px;
}
h2 {
	color: #333;
	font-size: 14px;
}
p {
	line-height: 1.2;
}
#mainContent a {
	text-decoration: underline;
	color: #0C0;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #666;
}

/* Sidebar Styles */
.adSpace ul {
	list-style-position: inside;
	padding: 0px 25px;
	margin-left: 0;
}

.ad {
	font-size: 10px;
	text-align: center;
	background-color: #fff;
	border: double #030 1px;
	height: 100px;
	width: 100px;
	margin-bottom: 10px;
	padding: 10px 3px 0px 3px;
	list-style-position: inside;
}
.business {
	color:#030;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.8;
}
.business a {
	color: #030;
	text-decoration: underline;
}
.business a:hover {
	color: #999;
}		
.tagline {
	font-style: italic;
}
.phone {
	color: #060;
	line-height: 1.4;
}

/* Footer Styles */

#footer a {
	color:#090;
}
#footer a:hover {
	color: #666;
}

/* Misc. Styles */

.clrflt {
	clear: both;
	
}
</style>
