.banner {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
}
.buttontd {
	background-color: #CCCC99;
	height: 30px;
	width: 140px;
}
.maintable {
	border: 1px solid #993333;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993333;
	padding: 2px;
	font-weight: normal;
}
.buttonborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #993333;
	border-right-color: #993333;
	border-bottom-color: #993333;
	border-left-color: #993333;
}
.bodystripes {
	background-attachment: fixed;
	background-image: url(images/stripes.gif);
	background-repeat: repeat;
	background-position: left top;
}
.maincell {
	padding: 8px 7px;
	vertical-align: top;

}
.textcell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #F4F4F4;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #993333;
	border-right-color: #993333;
	border-bottom-color: #993333;
	border-left-color: #993333;
	width: 228px;
	text-align: justify;
	vertical-align: top;


}
.piccell {
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	width: 50%;

}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}
li {
	list-style-type: square;
	list-style-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-position: inside;
}
.attractionlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993333;
	text-decoration: none;
}
.attractionlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993333;
	text-decoration: underline;
}
.floater {
	float: left;
	margin-right: 4px;
}
