
/* general setup */

BODY {
	margin: 0px;
	background: white;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 100%;
}

P, TD, OL, UL, LI, BLOCKQUOTE {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 100%;
	color: #333333;
}

/* page structure and headings */

#centerframe {
	text-align: center;
}

#pageframe {
	margin: 20px 10px 10px 10px;
	width: 730px;	text-align: left;
}

#navigation {
	float: left;
	width: 200px;
	height: 500px;
	padding-right: 10px;
	border-right: 5px solid #c0c0c0;
	background: url('/images/background.png') no-repeat bottom right white;
	}

#forsale {
	margin: 0px;
	height: 235px;
	text-align: left;
	padding: 25px 0px 0px 10px;
	width: 100px;
}

#content {
	float: right;	width: 500px;	padding-bottom: 20px;
}

/* headings */

H1 {
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	font-size: 200%;
	font-weight: bold;
	color: #808080;
	border-bottom: 2px solid #333333;
}

H2 {
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	font-size: 150%;
	font-weight: bold;
	color: #808080;
	border-bottom: 1px dashed #333333;
	width: 100%;
}

H1 SPAN { display: none; }

/* general text styles */

.small {
	font-size: 80%;
}

.grey {
	background: #EEEEEE;
	padding: 0.25em 0.5em 0.25em 0.5em;
}

LI.spaced {
	margin-bottom: 0.5em;
}

LI.extraspaced {
	margin-bottom: 1em;
}

BLOCKQUOTE {
	background: #EEEEEE;
	padding: 0.25em 0.5em 0.25em 0.5em;
	font-style: italic;
	font-size: 120%;
}

P.imgholder {
	margin: 0px 0px 0.5em 0.5em;
	padding: 0px 0px 0.5em 0.5em;
	float: right;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

/* classes for ship's log */

.shiplogboxes {
	width: 200px;
	margin: 0px 0px 0.5em 0.5em;
	padding: 0px 0px 0.5em 0.5em;
	float: right;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

.shiplogboxes H2 {
	font-size: 100%;
	border: 0px;
	color: #333333;
	background: #EEEEEE;
	padding: 0.25em 0.5em 0.25em 0.5em;
}

.shiplogfooter {
	text-align: right;
	font-style: italic;
	background: #EEEEEE;
	padding: 0.25em 0.5em 0.25em 0.5em;
}

.shiplogboxes UL {
	margin: 0.5em 0.5em 0.5em 1em;
}

/* general table styles */

TABLE .label {
	white-space: nowrap;
	text-align: right;
	background: #EEEEEE;
	vertical-align: top;
	padding: 0.25em 0.5em 0.25em 0.5em;
;
}

TABLE .value {
	text-align: left;
	padding: 0.25em 0.5em 0.25em 0.5em;
}

TABLE .button {
	white-space: nowrap;
}

/* main hyperlinks */

A, A:visited, A:hover, A:active {
	text-decoration: underline;
	color: black;
}

/* navigation */

UL.nav {
	margin: -1px 0px 0px 0px;
	padding: 0px;
	clear: both;
	text-align: left;
}

UL.nav LI {
	list-style-type: none;
	text-align: right;
	width: 185px;
	height: 35px;
	white-space: nowrap;
}

UL.nav LI A, UL.nav LI A:visited {
	width: 100%;
	-moz-box-sizing: border-box;
	display: block;
	text-decoration: none;
	background: white;
	color: #808080;
	padding: 0.25em 0.5em 0.25em 0.5em;
	border: 1px solid white;
	font-size: 120%;
	font-weight: bold;
}

UL.nav LI A:hover {
	text-decoration: none;
	background: #EEEEEE;
	color: #333333;
	border: 1px solid #808080;
}

UL.nav LI A:active {
	text-decoration: none;
	background: #333333;
	color: #EEEEEE;
}

/* form elements */

FORM { margin: 0px; }

INPUT, SELECT, TEXTAREA {
	font-family: Array;
	font-size: 8pt;
}

INPUT.wide, SELECT.wide, TEXTAREA.wide {
	width: 100%;
}

/* end of stylesheet */

