body {
	margin: 0;
	height: 100%;
	font-family: Calibri, Verdana, Tahoma, Arial, sans-serif;
	font-size: 12pt;
	color: #fff;
	background: #000 url('images/header1.jpg') top center no-repeat;
}
body a:link, body a:visited {
	color: #2872b7;
	text-decoration: none;
}
body a:hover, body a:active {
	color: #e0791e;
	text-decoration: none;
}
h1, h2, h3, ul, li, p {
	margin: 0;
	padding: 0;
}
h1, h2 {
	font-family: Kalinga, Calibri, Verdana, Tahoma, Arial, sans-serif;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: #151515 2px 2px 1px;
}
h1 {
	font-size: 18pt;
	text-align: center;
}
h2 {
	margin: 1em 0;
	font-size: 14pt;
}

div#wrapper {
	height: 100%;
	margin-bottom: 1em;
}

div#titlebar, div#navbar {
	position: relative;
	width: 100%;
	height: 26px;
}
div#titlebar {
	top: 10px;
	background: #000 url('images/titlebar.gif') top center no-repeat;
}
div#navbar {
	top: 140px;
	background: #000 url('images/navbar.gif') top center no-repeat;
}
div#navbar ul {
	margin: 0 auto;
	width: 464px;
	list-style-type: none;
}
div#navbar li {
	display: inline-block;
	margin: 0 1px;
	width: 110px;
	height: 26px;
}

a#overview , a#gallery, a#reports, a#crew {
	display: inline-block;
	width: 110px;
	height: 26px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
a#overview:hover {
	background: url('images/navbar_a.gif') -1px 0 no-repeat;
}
a#gallery:hover {
	background: url('images/navbar_a.gif') -117px 0 no-repeat;
}
a#reports:hover {
	background: url('images/navbar_a.gif') -232px 0 no-repeat;
}
a#crew:hover {
	background: url('images/navbar_a.gif') -348px 0 no-repeat;
}

div#footer {
	margin: 0 auto;
	width: 50%;
	font-size: 10pt;
	text-align: center;
}

div#overview p , div#reports p{
	margin-bottom: 1em;
	text-indent: 1em;
}

div#gallery {
	width: 1000px;
	text-align: center;
}
div#gallery p {
	margin: 0.25em 0 1em 0;
	text-align: left;
}

div#reports ul {
	margin-left: 1em;
}

div#crew table, div#reports table {
	margin: 0 auto;
}
div#crew table th, div#crew table td{
	width: 50%;
	padding: 0.25em;
	vertical-align: top;
	background: none;
}
div#crew table th {
	text-align: right;
	font-weight: normal;
}
div#crew p {
	text-align: center;
}

div.content {
	margin: 150px auto 1em auto;
	width: 820px;
}

div.photo-left, div.photo-right {
	margin: 0.5em;
	padding: 0.5em 0.5em 0.25em 0.5em;
	background: rgba(255,255,255,0.1);
	font-size: 11pt;
	font-style: italic;
}
div.photo-left img, div.photo-right img {
	padding-bottom: 0.25em;
}
div.photo-left {
	float: left;
}
div.photo-right {
	float: right;
}
div.notice {
	margin: 1em 0;
	line-height: 2em;
	text-align: center;
	background: rgba(0,0,0,0.25);
	border: 0 solid rgba(255,255,255,0.25);
	border-width: 1px 0;
}

div.spacer {
	height: 8px;
	clear: both;
}