#wrapper  {
	position: absolute top center;
	margin: 0px;
	width: 770px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	border: none;
	min-height: 500px;
}

#header  {
	width: 770px;
	min-height: 115px;
	float: left;
}

#logo  {
	width: 222px;
	height: 105px;
	margin: 10px 0px 5px 5px;
	background: transparent url('/public/images/logo.png') no-repeat top left;
	float: left;
	cursor: pointer;
}

.search  {
	width: 210px;
	text-align: right;
	float: right;
	height: 105px;
	margin: 10px 5px 5px 0px;
}

#topShadow  {
	width: 770px;
	height: 10px;
	float: left;
}

#mainWrapper  {
	width: 770px;
	background: url('/public/images/shadowMiddle.png') top center;
	float: left;
}

#mainContent  {
	background: transparent url('/public/images/rightBacker.jpg') repeat-y top right;
	width: 750px;
	margin: 5px 10px;
	float: left;
	.float: none;
}

#leftColumn  {
	width: 540px;
	float: left;
	text-align: left;
	min-height: 600px;
	color: #35363e;
	font-size: 11px;
}

#brownBar  {
	background: #744800;
	height: 7px;
	width: 540px;
	border-bottom: 2px solid #FFFFFF;
}

#mainPicture  {
	width: 540px;
	background: transparent;
	height: 248px;
}

/* dropdown nav */
#mainNav {
	background: transparent url('/public/images/navBacker.png') no-repeat top left;
	width: 540px;
	height: 36px;
}

#mainNav li ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	border-left: 2px solid #311100;
	border-right: 2px solid #311100;
	border-top: 2px solid #311100;
	font-size: 11px;
	text-align: left;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
	z-index: 9999;
}

#mainNav li li a {
	display: block;
	width: 15em;
	color: #FFFFFF;
	border-bottom: 2px solid #311100;
	padding: 5px 8px;
	text-decoration: none;
	background: #735726;
}

#mainNav li li a:hover {
	text-indent: 8px;
	background: #4f330d;
	color: #FFFFFF;
}

#mainNav li li { /* all list items */
	float: left;
	width: 160px; /* width needed or else Opera goes nuts */
}

#mainNav li ul { /* second-level lists */
	position: absolute;
	width: 181px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: 34px;
}

#mainNav li li ul {
	display: none;
}

#mainNav li:hover ul, #mainNav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav1  {
	float: left;
	width: 77px;
	height: 36px;
	text-indent: -999em;
}

#nav2  {
	float: left;
	width: 168px;
	height: 36px;
	text-indent: -999em;
}

#nav3  {
	float: left;
	width: 159px;
	height: 36px;
	text-indent: -999em;
}

#nav4  {
	float: left;
	width: 130px;
	height: 36px;
	text-indent: -999em;
}

#rightColumn  {
	width: 207px;
	float: left;
	text-align: left;
	min-height: 600px;
	color: #9a8f87;
	font-size: 10px;
	border-left: 3px solid #FFFFFF;
}

#progArea  {
	width: 25%;
	height: 40px;
	border: 1px solid #95702c;
	cursor: pointer;
}

#bodyContent  {
	background: white;
	float: left;
	width: 525px;
}

#eventsColumn  {
	float: left;
	width: 152px;
}

#eventsMain  {
	float: left;
	width: 150px;
	.width: 152px;
	border: 1px solid #c0c0c0;
	margin-top: 0px;
}

#enewsMain  {
	float: left;
	width: 150px;
	.width: 152px;
	margin: 10px 0px;
	border: 1px solid #c0c0c0;
}

#enewsInside  {
	margin: 2px;
	padding: 0px 3px 3px 15px;
	background: transparent url('/public/images/enewsBacker.gif') top left no-repeat;
	text-align: right;
}

#welcomeColumn  {
	float: left;
	width: 373px;
	font-size: 13px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 135%;
	padding-top: 5px;
	.padding-top: 5px;
}

#bodyContentInside  {
	float: left;
	width: 525px;.width: 520px;
	font-size: 13px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 135%;
	padding: 15px 15px 15px 5px;
}

#bodyContentInside h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
}

#bodyContentInside h2 {
	font-weight: bold;
	font-size: 17px;
	line-height: 24px;
}

#bodyContentInside h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}

#bodyContentInside i, #bodyContentInside em {
	font-style: italic !important;
}

#bodyContentInside p {
	margin: 12px 0;
}

#bodyContentInside ul {
	margin-left: 15px;
}

#bodyContentInside li {
	list-style: disc;
	margin-left: 20px;
}

#featurettesMain  {
	width: 525px;
	float: left;
}

#riverRockMain  {
	width: 258px;
	border: 1px solid #c0c0c0;
	float: left;
	margin-right: 5px;
}

#reservationMain  {
	width: 258px;
	border: 1px solid #c0c0c0;
	float: left;
}
#newsWrapper{
	 line-height: 135%; 
	 width: 100%; 
	 border-top: 1px dotted #614f41; 
	 padding: 2px 0px;
}

#newsInHeader  {
	margin-bottom: 2px;
	margin-top: 15px;
	font-size: 13px;
	line-height: 135%;
	width: 535px;
	float:left;
}
#newsInCaption {
	width: 535px;
	font-size: 11px;
	float:left;
}

#eventsInWrapper{
	 line-height: 135%; 
	 width: 100%; 
	 border-top: 1px dotted #614f41; 
	 padding: 2px 0px;
}

#bottomShadow  {
	width: 770px;
	height: 10px;
	float: left;
}

#footer  {
	font-size: 11px;
	color: #50300b;
	text-align: right;
	line-height: 135%;
}

#dropmenudiv  {
	margin-top: -3px;
	.margin-left: 4px;
	position: absolute;
	border: 2px solid #311100;
	border-bottom-width: 0px;
	font-size: 11px;
	text-transform: capitalize;
	text-align: left;
	z-index: 100;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
}

#dropmenudiv a  {
	/*width: 100%;*/
	text-indent: 8px;
	display: block;
	color: #FFFFFF;
	border-bottom: 2px solid #311100;
	padding: 5px 3px;
	text-decoration: none;
	background: #735726;
}

#dropmenudiv a:hover  {
	/*hover background color*/
	text-indent: 8px;
	display: block;
	background: #4f330d;
	color: #FFFFFF;
	border-bottom: 2px solid #311100;
	padding: 5px 3px;
	text-decoration: none;
}

