.leftcolumn {
	float: left;
	width: 500px;
}

.smalltextcenter2 {
	font-size: 0.75em;
	text-align: left;
	margin: 10px;
	text-align: center;
}

.rightcolumn {
	float: right;
	width: 275px;
}

.visitscontainer {
	width: 300px;
	margin: 0px auto;
}

.subleftcolumn {
	float: left;
	width: 145px;
	background-color: #cbcbcb;
	font-weight: bold;
	border-right: 1px solid #9e9e9e;
	margin-top: 1.0em;
}

.subrightcolumn {
	float: left;
	width: 145px;
	background-color: #cbcbcb;
	font-weight: bold;
	margin-top: 1.0em;
}

.subleftcolumndata {
	float: left;
	width: 145px;
	background-color: #f1f5fa;
	border-right: 1px solid #d9d9d9;
}

.subrightcolumndata {
	float: right;
	width: 145px;
	background-color: #f1f5fa;
}

.subleftcolumndata2 {
	float: left;
	width: 145px;
	background-color: #ffffff;
	border-right: 1px solid #d9d9d9;
}

.subrightcolumndata2 {
	float: right;
	width: 145px;
	background-color: #ffffff;
}

.sponsorlink {
	font-size: 0.675em;
	color: black;
	cursor: default;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.rates {
	background-color: #D3D3D3;
	width: 600px;
	margin: 0px auto;
	border: 1px solid black;
}

.ratesheading {
	margin-top: 1.0em;
	font-size: 1.2em;
	font-weight: bold;
}

.ratessubheading {
	font-size: 1.1em;
	font-style: italic;
}

.ratesspacerbottom {
	margin-bottom: 1.5em;
}

.ratesspacerboth {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.alignleft {
	text-align: left;
	margin-left: 5em;
}

.clearit {
	clear: both;
}

.contacttitles {
	text-align: left;
}

.contactdata {
	text-align: left;
	margin-bottom: 0.6em;
}

.contactinput {
	width: 425px;
}

.errorcontacttitles {
	text-align: left;
	color: red;
}

.errorcontactinput {
	width: 425px;
	background-color: red;
}

.fakelink {
	color: #0000FF;
	cursor: pointer;
	text-decoration:underline;
}

.testimonialimage {
	cursor: pointer;
}

.boatphotoscontainer {
	width: 675px;
	margin: 0px auto;
}

.boatphotosdiv {
	float: left;
	height: 155px;
	width: 205px;
	margin: 0.5em;
}

.boatphotos {
	cursor: pointer;
	border: 1px solid black;
}

.headerimage {
	
}

hr {
	width: 50%;
}

p {
	font-size: 14px;
	text-align: left;
	cursor: default;
}

#sitebody {
	background-color: #0096D2;
	margin-top: 0px;
}

#pagewrap {
	text-align: center;
	background-color: #e4c18b;
	width: 875px;
  margin-left: auto;
  margin-right: auto;
}

#navigation ul {
	margin-left: 0px;
	padding-left: 0px;
}

#navigation ul li {
	display: inline;
}

.navimages {
	border: 0px;
}

#weatherbutton {
	cursor: pointer;
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#errordiv {
	font-weight: bold;
	color: red;
	text-decoration: underline;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#successdiv {
	font-weight: bold;
	color: green;
	text-decoration: underline;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.displaynone {
	display: none;
}