/* CSS Document */

body,td,th {
	font-family: Georgia, Times Roman, serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #D8C385;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 14px;
	color: #8c7e53;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8c7e53;
}
a:hover {
	text-decoration: none;
	color: #d8c385;
}
a:active {
	text-decoration: none;
	color: #d8c385;
}

.toptext {
	font-size: 13px;
	font-weight: bold;
}

div.box{
width: 800px;
height: 600px;
position: absolute;
text-align: center;
top: 50%;
left: 50%;
margin-top: -350px; /* height/2 = 200 */
margin-left: -400px; /* width/2 = 250 */
}


.mainheading {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #8c7e53;
}
.subheading {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.bigtext {
	font-size: 15px;
	color: #000000;
}

A.bigtext {
	font-size: 15px;
	color: #8c7e53;
}

A.bigtext:hover {
	font-size: 15px;
	color: #d8c385;
}


.footer {
	text-align: center;
	font-family: Georgia, Times Roman, serif;
	font-size: 11px;
	color: #666666;
}

A.footer {
	font-family: Georgia, Times Roman, serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}

.menubody {
	font-size: 12px;
	color: #8c7e53;
}

.menunotes {
	font-size: 14px;
	color: #8c7e53;
}

.menuheading {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #d8c385;
	
}
TD.table {
	font-family: Georgia, Times Roman, serif;
	font-size: 11px;
	color: #333333;
}

TD.tablehl {
	font-family: Georgia, Times Roman, serif;
    color: #FFFFFF;
	background-color: #8c7e53;
	font-size: 11px;
}

TR.spacerlight {
	background-color: #ffffff;
}

TR.spacerdark {
	background-color: #585332;
}

.homeimg {
background-image: url(images/outside_front.jpg);
background-position: bottom right;
background-repeat: no-repeat;
}

.mainbox {
background-color: #FFFFFF;
border-spacing: 0;
border: 3px;
border-bottom-color: #585332;
border-right-color: #8c7e53;
border-top-color: #ffffff;
border-left-color: #e7d294;
border-style: solid;
vertical-align: top;
}

TR.headerbox {
background-color: #8c7e53 ;
vertical-align: top;
}

TR.contentbox {
background-color: #ffffff;
vertical-align: top;
}

TD.menu {
background-color: #8c7e53;
font-size: 16px;
color: #ffffff;
text-align: left;
background-image: url(images/river.jpg);
background-position: bottom;
background-repeat: no-repeat;
}

A.menu, A.menu:visited {
font-size: 16px;
color: #ffffff;
text-align: left;
}

A.menu:hover, A.menu:visited:hover {
background-color: #ffffff;
font-size: 16px;
color: #8c7e53;
text-align: left;
}

TD.booking {
background-color: #8c7e53;
font-size: 16px;
color: #990000;
text-align: left;
background-image: url(images/river.jpg);
background-position: bottom;
background-repeat: no-repeat;
}

A.booking, A.booking:visited {
font-size: 16px;
color: #990000;
text-align: left;
}

A.booking:hover, A.booking:visited:hover {
background-color: #990000;
font-size: 16px;
color: #8c7e53;
text-align: left;
}


TD.incontrol {
	font-family: Georgia, Times Roman, serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
	color: #8c7e53;
	background-color: #FFFFFF;
	text-align: right;
}
TD.smallwhite {
	font-family: Georgia, Times Roman, serif;
	font-size: 11px;
	color: #FFFFFF;
	background-position: left;
}

A.smallwhite {
	font-family: Georgia, Times Roman, serif;
	font-size: 11px;
	color: #FFFFFF;
	background-position: left;
}

TD.redflash {
	color: #A8221E;
	font-weight: bold;
	font-size: 11px;
}
