	body {
		background-color: #8E98B1;
		margin: 0;
		padding: 0;
	}
	
	a, a:visited, a:active {
		color: #000066;
	}

	a:hover {
		color: #990000;
	}

	#container {
		position: relative;
		width: 1000px;
		margin: 0 auto;
		border: 1px #546291 solid;
		background-image: url('../images/bkg.jpg');
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: top center;
		background-color: #EAEBE5;
	}
	
	#background_image {
		position: absolute;
		height: 720px;
		width: 998px;
		background-image: url('images/bkg.jpg');
		top: 0;
		left: 0;
		z-index: -1;
	}
	
	#logo-top {
		float: left;
	}
	
	#logo-bot {
		float: left;
		clear: left;
	}
	
	#slogan {
		float: right;
	}
	
	#left-bar {
		float:left;
		clear: left;
		width: 190px;
		text-align: center;
	}
	
	#right-bar {
		float: right;
		width: 354px;
	}
	
	#space {
		clear:both;
		height: 1px;
		overflow: hidden;
	}
	
	#content {
		position: relative;
		margin-left: 200px;
		padding: 30px;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 12px;
		line-height: 22px;
	}
	#content2 {
		position: relative;
		margin-left: 200px;
		padding: 30px;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 12px;
		line-height: 14px;
	}
	
	th {
		height: 5em;
		vertical-align: bottom;
		text-align: left !important;
		padding-left: 45px;
	}
	
	.copyright {
		float: right;
	}
	
	.headline, .headline2, .body2, .subhead {
		text-align: center;
	}
	
	.photocaption, .photocaption2 {
		text-align: center;
		text-decoration: none;
		line-height: 14px;
	}
	
	.headline img, td img {
		margin: 0 auto;
		display: block;
	}
	
	.center {
		margin: 0 auto;
		text-align: center;
	}
	
	#boat_photos td {
		padding-bottom: 1em;
	}