@charset "utf-8";
body, h1, h2, h3, h4, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #9A9A9A;
	text-align: center;
	background-image: url(grafx/bground.jpg);
	background-repeat: repeat-x;
}
#content h3 {
	margin-top: 20px;
}

.whitehed {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#wrapper {
	background-color: #FFFFFF;
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 90px;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #CFCFCF;
	background-image: url(grafx/topbarwater.jpg);
}
#topnav {
	float: right;
	height: 30px;
	width: 300px;
	color: #CCCCCC;
	font-size: 70%;
	padding-top: 8px;
	text-align: right;
	padding-right: 20px;
}
#topnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav {
	background-image: url(grafx/navback.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 900px;
	text-align: center;
}
#nav ul {
	list-style-image: none;
	padding-top: 6px;
	padding-bottom: 6px;
}
#nav li {
	display: inline;
	font-weight: bold;
	font-size: .8em;
	padding-right: 6px;
	padding-left: 6px;
}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #4A4A4A;
	padding-top: 4px;
	padding-bottom: 4px;
}
#nav li a:hover, #nav li active, #nav li a:focus {
	color: #CC0000;
	text-decoration: none;
}
#bodywrap {
	background-image: url(grafx/bodyback.jpg);
	background-repeat: repeat-x;
	width: 900px;
	float: left;
}
#sidebar h4 {
	color: #666666;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 70%;
	padding-top: 4px;
	padding-left: 6px;
	letter-spacing: .6em;
}
#sidebar {
	width: 200px;
	color: #333333;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 30px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebar ul {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar li {
	color: #DB0100;
	margin-bottom: 6px;
	font-size: 13px;
}
#sidebar p {
	font-size: 70%;
}
#sidebar li a:link, #sidebar li a:visited {
	text-decoration: none;
	color: #DB0100;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: normal;
}
#sidebar li a:hover, #sidebar li active, #sidebar li a:focus {
	text-decoration: underline;
	color: #DC0000;
}
#content a, #contentfull a {
	color: #2D5380;
}
#content {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#content h1, #contentfull h1 {
	margin-top: 24px;
	margin-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #666666;
	font-size: 140%;
	letter-spacing: .4em;
	font-family: "Trebuchet MS", Verdana, sans-serif, Helvetica;
}
#contentfull p, #content p {
	font-size: 80%;
	line-height: 140%;
}
#rtcontent {
	float: right;
	margin-top: 15px;
	margin-right: 30px;
	width: 580px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9A9CA6;
	padding-top: 35px;
}
#rtcontent p {
	font-size: 75%;
}

#content ul {
	font-size: 90%;
	font-weight: bold;
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 40px;
}
#content li {
	list-style-image: url(grafx/redarrow.gif);
	margin: 4px;
}
#submenu {
	padding-left: 30px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#submenu a {
	color: #999999;
	text-decoration: none;
}

#footer {
	color: #FFFFFF;
	font-size: 70%;
	width: 900px;
	padding-top: 20px;
	text-align: center;
	background-image: url(grafx/footerback.jpg);
	background-repeat: repeat-x;
	height: 90px;
	background-color: #9A9A9A;
}
#footer a {
	color: #FFFFFF;
}
.boatname {
	font-family: "Arial Black", Arial, Verdana;
	font-size: 26px;
	color: #CC3300;
	text-decoration: none;
}
.navover {
	color: #DB0001;
	background-color: #FFFFFF;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}
.tenpoint {
	font-size: 11px;
}
.redtext {
	color: #9C1F2E;
}

.emailz {
	padding-left: 25px;
	background-image: url(grafx/emailicon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.sixteenpt {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
.noline {
	text-decoration: none;
	font-weight: normal;
}
.erbuscard {
	float: left;
	height: 165px;
	width: 350px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 5px;
	padding-bottom: 10px;
}
.desc {
	font-style: italic;
	color: #666666;
}
#buscard h4 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#buscard p {
	margin: 0px;
	padding: 0px;
}
#contbox {
	padding: 5px;
}

#content h2 {
	font-size: 30px;
	padding-top: 20px;
}
