* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background-color: white;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	color: #900;
}

#container {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 900px;
	min-height: 100%;
	text-align: left;
	border: none;
	background: url('./vertbars.gif') repeat top left;
}

#topbanner {
	position: relative;
	top: 20px;
	width: 100%;
	height: 100px;
	background-color: #e7e29a;
}

#logo {
	position: absolute;
	top: 10px;
	left: 0px;
	height: 80px;
	width: 480px;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: thin solid #900;
	background: url('./ShipyardLogo.jpg') no-repeat bottom right;
	background-color: #fdf9ce;
}

#nav {
	visibility: hidden;
	position: absolute;
	top: -10px;
	left: 650px;
	height: 120px;
	width: 240px;
	background: url('navback.jpg') no-repeat top left;
	background-color: #fdf9ce;
	border: thin solid #900;
}

#nav ul {
	margin-top: 5px;
	list-style-type: none;
}

#nav li {
	margin-left: 20px;
	font-size: 12px;
	line-height: 24px;
}

#nav a {
	color: #900;
	text-decoration: none;
}

.currentpage {
	text-decoration: none;
}

#navleft {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 110px;
}

#navright {
	position: absolute;
	top: 5px;
	left: 110px;
}


#content {
	position: relative;
	width: 800px;
	margin-top: 60px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: justify;
}

#contentleft {
	position: relative;
	float: left;
	top: -20px;
	width: 340px;
}

#contentright {
	position: relative;
	float: right;
	width: 440px;
}

#footer {
	position: relative;
	top: 20px;
	width: 100%;
	text-align: center;
	font-size: 10px;
}

.framed {
	padding: 10px 10px 30px 10px;
	background-color: #e7e29a;
	border: 1px solid #900;
}

.bio {
	padding: 10px 10px 10px 10px;
	background-color: #e7e29a;
	border: 1px solid #900;
}


.pic {
	padding: 10px;
	margin: 10px 0px 10px 25px;
	background-color: #e7e29a;
	border: 1px solid #900;
}

.title {
	position: relative;
	top: -40px;
	left: 10px;
	font-size: 10px;
}

h3 {
	border-bottom: medium solid #900;
	margin: 10px 5px 10px 5px;
}

p {
	margin: 5px 5px 10px 5px;
}

#keith {
	width: 800px;
	height: 350px;
}

#willie {
	width: 800px;
	height: 350px;
}

#keith img {
	float: right;
	margin-left: 10px;
}

#willie img {
	float: left;
	margin-right: 10px;
}

h4 {
	margin-left: 10px;
	margin-right: 10px;
}

.news {
	border-bottom: thin solid #900;
}

#footer a {
	margin-top: 10px;
	color: #900;
}

form {
	border: thin solid #900;
	padding: 10px;
	margin: 10px;
	background-color: #fdf8ce;
}

label {
	font-size: 12px;
}

input {
	border: thin solid #900;
	color: #900;
}

textarea {
	border: thin solid #900;
}

.formbutton {
	background-color: #e7e29a;
}