
	body {
		background:#fff;
		color:#000;
		font-size:15px;
		font-family:'trebuchet ms', trebuchet, sans-serif;
	}

	a {
		color:#000;
	}

	.wrapper {
		width:920px;
		margin:0 auto;
	}

	.header {
		background: url(/images/headertext.png) no-repeat top left;
		height:170px;
	}

	.header h1 {
		display:none;
	}

	.headergraphic {
		position:relative;
		background: url(/images/headergraphic.jpg) no-repeat top right;
		height:170px;
	}

	.headergraphic ul {
		list-style:none;
		position:absolute;
		bottom:8px;
		right:30px;
		padding:0;
		margin:0;
	}

	.headergraphic ul li {
		float:left;
	}

	.headergraphic ul li a {
		color:#ccc;
		font-size:14px;
		padding:0 0 0 26px;
		text-decoration:none;
	}

	.headergraphic ul li a:hover {
		color:#fff;
	}

	.content {
		border-left:5px solid #334d6e;
		border-right:5px solid #334d6e;
		padding:0 0 20px 0;
	}

	.content h2 {
		padding:10px 40px 0px 30px;
		margin:0;
		font-weight:normal;
		font-size:28px;
		color:#334d6e;
	}

	.content p {
		padding: 5px 40px 5px 30px;
	}

	.content ul {
		list-style:none;
		margin:0;
		padding:0;
		padding-left:30px;
	}

	.content .boat_img_list li {
		/*background: url(/images/littleboat.jpg) no-repeat center left;*/
		list-style: square;
		/*text-indent:38px;*/
		line-height:25px;
		margin: 0 2em 0 2em;
	}

	.footer {
		clear:both;
		background:#334d6e;
		height:30px;
		line-height:30px;
		text-align:center;
	}

	.footer a {
		color:#ccc;
	}

	.nblink {
		float:left;
		width:210px;
		font-size:12px;
		color:#ccc;
	}

	.innerlink {
		float:right;
		width:200px;
		font-size:12px;
		color:#ccc;
	}

