@charset "UTF-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F9F9F9;
}
body {
	background-color: #000000;
	margin: 8px;
	overflow: auto;
}
a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
.title {
	font-size: 36px;
	color: #CC0000;
	font-weight: bold;
}

div#menu
{
	width: 830px;
	height: 420px;
}
div#all
{
	width: 830px;
	overflow: auto;
	margin: 0px auto 0px auto;
	clear: both;
}
div#body_header
{
	width: 830px;
	height: 14px;
	background-image: url('images/page_header.jpg');
	clear: both;
}
div#body_content
{
	width: 790px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url('images/page_bg.jpg');
	background-repeat: repeat-y;
	clear: both;
}
div#body_footer
{
	width: 830px;
	height: 14px;
	background-image: url('images/page_footer.jpg');
	clear: both;
}
div#footer
{
	width: 794px;
	padding-right: 36px;
	padding-top: 14px;
	text-align: right;
}
div#heart_separators
{
	width: 810px;
	height: 16px;
	padding: 10px;
	clear: both;
	text-align: center;
}
.red
{
	color: #CC0000;
}
.crew_header
{
	font-weight: bold;
	font-size: 14px;
	color: #CC0000;
}
.note
{
	color: #CCCCCC;
}
div#crew img
{
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
div#crew p
{
	clear: both;
}
div#spacer
{
	clear: both;
	height: 26px;
}
