body {
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color: #ffc96f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #343434;
	margin: 0;
}
a {
	color: #427BBE;
}
a:hover {
	color: #666666;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0C4878;
	font-size: 16px;
	font-weight: bold;
}
.copyright {
	font-size: 11px;
	color: #0C4878;
}
.navtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}
.navtext:hover {
	color: #427BBE;
	text-decoration: none;
	font-weight: bold;
}
.mainphoto {
	margin: 5px;
	border: 2px solid #0C4878; 
}
.boats-table th {
	text-align: left;
	font-weight: normal;
}
.boats-table td {
	background-color: #F5F8FA;
	padding: 5px;
}
.boats-table .alt td {
	background-color: #EEF3F7;
}
.boats-table td p {
	margin: 0 10px 0 0;
	padding: 0;
}
.boats-photos-button {
	display: block;
	height: 30px;
	margin: 1px 5px 5px 5px;
	text-align: center;
	line-height: 30px;
	background-color: #DAEBF1;
}
.boats-photos-button:hover {
	background-color: white;
}
.boats-photos-button a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.tabletext {
	padding-left: 5px;
}
.gallery-bar, .gallery-main-title {
	width: 100%;
	padding: 5px;
	margin: 10px 0 10px 0;
	color: white;
	background-color: #0C4878;	
}
.gallery-bar a {
	color: white;
	font-weight: bold;
}
.gallery-main-title {
	padding: 5px 0 5px 0;	
	text-align: center;
	margin: 0;
}
.gallery-main-title a {
	font-weight: bold;
	color: white;
}
.gallery-title {
	float: left;
}
.gallery-nav {
	float: right;
}
.gallery-desc {
	text-align: justify;
	background-color: #DFEEFC;
	padding: 10px;
}