body {
	background-color: #CCCCCF;
	margin:0;
	background-image: url(images/teak.gif);
	background-attachment:fixed;
	text-align:center;
}
#container {
	height: 100%;
}
#counter {
	float: right;
	margin-left : -54px;
}
#main {
	width:700px;
	position: relative;
	background-color: white;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	min-height: 100%;
}
#logo {
	background-image: url("images/logo_full.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 700;
	height: 142;
}
#buttons {
	position: relative;
	height: 22px;
	left: 160px;
	margin: 0px;
	padding: 0px;
}
#content {
	position: relative;
	left: 50px;
	width: 600px;
	margin: 0px;
	padding-bottom: 60px;
	padding-top: 20px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}
#leftborder, #rightborder {
	position: absolute;
	width: 13px;
	height: 100%;
	background-repeat: repeat-y;
	top:0px;
}

#leftborder {
	background-image: url(images/border_left.png);
	left: -13px;
}
#rightborder {
	background-image: url(images/border_right.png);
	right: -13px;
}
#imageArea {
	width: 600px;
	height: 328px;
}
.title {
	width: 300px;
	padding-bottom: 5px;
	border-bottom: 2px solid #000000;
}
.blurb {
	width: 280px;
	padding-right: 20px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}
.picture {
	float:right;
	position: relative;
	top: -50px;
	margin-bottom: -50px;
}
.thumbnail {
	border: 1px solid #000000;
}
.largethumb {
	border: 2px solid #000000;
}
.boatcont {
	padding-top: 50px;
}
.textholder {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}
.borderpic {
	border: 2px solid black;
}
.floatpic {
	float: right;
	margin-left: 10px;
	border: 2px solid black;
}
hr {
	color : black;
}
p {
	font-family : Arial, Geneva, Helvetica, sans-serif;
	font-size:12px;
}
ol,ul, td {
	font-family : Arial, Geneva, Helvetica, sans-serif;
	font-size:12px;
}
a:link, a:visited, a:active, a:hover {
	color: #1D2249;
	text-decoration: underline;
	outline:none;
	font-size: 12px;
}
	
h1 {
	font-family: Georgia, Garamond, New York ,Times ,Times New Roman;
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	color: #1D2249;
	font-weight: normal;
}
h2 {
	font-family: Georgia, Garamond, New York ,Times ,Times New Roman;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	color: #1D2249;
}
*html #main {
	height:100%;
}
#home_btn, #about_btn, #services_btn, #capabilities_btn, #contact_btn {
	border: none;
}