@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(../images/BG/mainBG.jpg);
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.outerBorder {
	border: medium groove #999999;
	height: auto;
	vertical-align: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
h1 {
	font-size: 14pt;
	color: #000000;
	text-align: left;
	padding: 5px;
}
.inventoryHeadings {
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333333;
}
.smallDesText {
	font-size: 10pt;
	color: #333333;
}
.nauticalback {
	background-attachment: scroll;
	background-image: url(../images/Nautical.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.boatTitle {
	font-size: 14pt;
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 5px;
}
.detailImageBorder {
	border: medium outset #000033;
}
.heading1 {
	font-size: 18px;
	text-align: center;
}
.heading2 {
	font-size: 14px;
	text-align: center;
}
.imageOnRight {
	float: right;
}
.innerTable {
	margin: 1%;
}
