body {
	background-image: url(img/blue);
	background-image-repeat: xy;
	font-family: Georgia, Verdana;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
}

#topbar {
	background-image: url(img/blue);
	width: auto;
	height: 80px;
	border-bottom: double rgb(220, 220, 230);
	padding: 20px 20px 0 40px;
}

#hull {
	padding: 10px 20px 10px 20px;
}


p {
	width: inherit;
	text-align: inherit;
	margin: 0px 0px 1em 0px;
}

.error {
	font-weight: bold;
	border-bottom: 1px solid red;
}

li + li {
	margin-top: 1em;
}

q.italic {
	font-style: italic;
}

q.italic:before, q.italic:after { content: ''; }

table.wideform td {
	vertical-align: bottom;
	padding-bottom: 1em;
}

.sail {
	margin: auto;
	margin-top: 20px;
	border-top: 2px solid rgb(200, 100, 100);
	width: 160px;
	text-align: center;
	padding: 10px;
	background-color: rgb(240, 220, 90);
	font-size: 20px;
}

.hull {
	margin: 0px;
	padding: 80px 10px 10px 10px;
	background-color: rgb(240, 240, 240);
	border-top: 2px solid rgb(200, 100, 100);
} 