

/* Global configs */

* {
	padding: 0;
	margin: 0;
}


body {
	behavior: url(functions/csshover.htc);
	background-color: #ECE9D8;
	margin-top: 10px;
	margin-right: 10%;
	margin-bottom: 0%;
	margin-left: 10%;

}

#wrapper {
	width: 760px;
	background-color: #FFFFFF;
	overflow: hidden;
}



#header {
	width: 760px;
	height: 204px;
	background: url(../static_images/panelbg1.jpg) no-repeat top center;
	text-align: center;
	margin-bottom: 10px;
}


#navigation {
	border: 0px none #859234;
	height: 25px;
	width: 760px;
	background: url(../static_images/navbg.jpg) no-repeat top center;
	font-size: 80%;
	margin: 0px;
	padding-top: 15px;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	display: inline;
	margin: 0px;
	font-size: 1em;
	font-weight: 800;
}

#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
	padding: 10px;
	color: #6B6559;
	text-transform: uppercase;
}

#panel {
	width: 760px;
	background-color: #FFFFFF;
	height: 330px;
	border: 1px solid #669900;
	margin: 2px 0px 0px;
}



#panellngtxt {
	width: 760px;
	background-color: #FFFFFF;
	height: 650px;
	border: 1px solid #669900;
	margin: 2px 0px 0px;
}



#left {
	width: 230px;
	float: left;
	padding: 10px 20px 10px 30px;
	margin: 0px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	color: #A09183;
	letter-spacing: 1px;
	overflow: hidden;
}


#left h2 a, #left h2 a:link, #left h2 a:visited {
	font-size: 14px;
	color: #6B6559;
	padding-left: 30px;
	background: url(../static_images/h2.gif) no-repeat top left;
}



#right {
	width: 450px;
	float: right;
	margin: 0px;
	padding: 20px 20px 20px 0px;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 14px;
	color: #666666;
}


#right h1 {
	background: url(../static_images/h1.gif) no-repeat top left;
	margin: 0px 0px 20px 0px;
	padding: 15px 15px 0px 15px;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 16px;
	color: #6A5C51;
}

#right h2 {
	font-size: 14px;
	color: #6B6559;
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../static_images/h2.gif) no-repeat top left;
}

#right ul {
	margin: 0px 0px 10px 40px;
}

#right p {
	margin: 0px 0px 20px 0px;
}

#right hr {
	height: 1px;
	width: 440px;
	text-align: center;
	margin: 15px 0px 15px 0px;
	background: #ECE9D8;
}

#right h2 a:visited {
	color: #6B6559;
}


#boatplan {
	height: 200px;
	float: left;
	padding: 20px 0px 0px 20px;
	margin: 0px;
	text-align: center;
}



.pictureholder {
	padding: 5px;
	margin: 0px;
	border: 1px solid #669900;
	background-color: #FFFFFF;
}



#airmail {
	background-image: url(../static_images/airmail.gif);
	background-repeat: repeat-x;
	float: left;
	width: 760px;
	height: 8px;
}

#copy {
	width: 760px;
	text-align: center;
	font-family: "Tw Cen MT", Verdana, Arial;
	font-size: 11px;
	color: #000052;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

a:link {
	color: #CC3333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #CC3333;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}