/* CSS Document */

body {
	background-color: #663300;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

div.content {
	padding: 10px;
}

div.video {
	margin: 0 auto;
	width: 630px;
}

.top {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.toptext {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.prices {
	font-size: 14px;
	font-weight: bold;
}

.center {
	margin: 0 auto;
}

.textcenter {
	text-align: center;
}

.banner {
	text-align: center;
	color: #ff0000;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
}

.style1 {
	padding: 0 0 0 8px;
	font-weight: bold;
	font-style: italic;
	font-size: 40px;
	color: #663300;
}

.tdmenu {
	padding: 0;
	width: 900px;
	margin: 0 auto;
	background-color:#ffffff;
}


.tdleft {
	padding: 0 10px 0 10px;
	width: 900px;
	height: 70px;
	margin: 0 auto;
	background-image:  url("21boat.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: right;
}

.tdright {
	padding: 0 10px 0 10px;
	width: 900px;
	height: 70px;
	margin: 0 auto;
	background-image:  url("right_21boat.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: left;
}

.tdtop {
	margin: 0 auto;
	width: 900px;
	background-image:  url("background.jpg");
	background-repeat: repeat-y;
}

div.main {
	margin: 0 auto;
	width: 900px;
	background-image:  url("background.jpg");
	background-repeat: repeat-y;
}

div.top {
	margin: 0 auto;
	width: 890px;
	background-repeat: repeat-x;
}

td.title {
	padding: 5px;
	width: 500px;
	font-weight: bold;
	font-style: italic;
	font-size: 50px;
	color: #663300;
}
td.address {
	padding: 5px;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #663300;
}

img.left {
	border: 0;
	margin: 6px;
	float: left;
}

img.right {
	border: 0;
	margin: 6px;
	float:right;
}

a:link {
	font-weight:normal;
	text-decoration:none;
}

a:visited {
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	font-bold;
	text-decoration:none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: #ffffff;
}

.ubercolortabs ul{
font: 
color: #d5c98f;
margin: 4px 0 0 2px;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}


.ubercolortabs a{
float: left;
color: #d5c98f;
background: #663300 url(roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #d5c98f; /*background color of tabs onMouseover*/
color: #663300;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #663300; /*background color of horizontal line*/
border-top: 1px solid #ffffff; /*Remove this to remove border between bar and tabs*/
}