.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(/images/bullet_1.gif);
	top: 100px;
}
.bodylight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #433E1F;
	font-weight: lighter;
}
.Name {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #FFFFFF;
}
.sidebar {
	font-family: Arial, "B Optima Bold", "Gill Sans BoldExtraCondensed";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-indent: 1pt;
	line-height: 14px;
}
.sidebarlarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #333333;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 1px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330099;
	font-weight: bold;
	text-indent: 1pt;
	line-height: 16px;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	text-decoration: none;
	font-weight: normal;
	line-height: 18px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666600;
	text-decoration: none;
	font-weight: normal;
	line-height: 18px;
}
.rivername {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	line-height: 26px;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
	list-style-image: url(/images/bullet_1.gif);
}
.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #993300;
	font-weight: bold;
	line-height: 30px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #333333;
	line-height: 36px;
}
.sidebarsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C4BB91;
}
.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #993300;
	font-weight: bold;
	line-height: 22px;
	list-style-image: url(/images/bullet_1.gif);
}
.bodyboldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #993300;
	font-weight: bold;
}
.reserve {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #663300;
	font-weight: 700;
}
.sidebare {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #C4BB91;
	word-spacing: normal;
	line-height: 30px;
	text-align: right;
	white-space: normal;
}
.trips {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 10px;
}
.guidename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #663300;
	font-weight: bold;
	line-height: 22px;
}
.flies {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
/*************************************** Chris' Jquery Slider ******************/

#slidebox {
	width:400px;
	height:100px;
	padding:10px;
	background-color:#fff;
	border-top:3px solid #E28409;
	position:fixed;
	bottom:0px;
	right:-430px;
	-moz-box-shadow:-2px 0px 5px #aaa;
	-webkit-box-shadow:-2px 0px 5px #aaa;
	box-shadow:-2px 0px 5px #aaa;
}
#slidebox p, a.more {
	font-size:11px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#555;
}
a.more {
	cursor:pointer;
	color:#E28409;
}
a.more:hover {
	text-decoration:underline;
}
#slidebox h2 {
	color:#E28409;
	font-size:18px;
	margin:10px 20px 10px 0px;
}
a.close {
	background:transparent url(images/close.gif) no-repeat top left;
	width:13px;
	height:13px;
	position:absolute;
	cursor:pointer;
	top:10px;
	right:10px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 3px;
}
a.close:hover {
	background-position:0px -15px;
}

