body	{
	color: #ffffff;
	font-family: courier new, courier, serif;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	
}

#mainbody	{
	width: 600px;
	margin-top: 15px;
	padding: 0px;
}

#mainbody.splash	{
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("images/IMG_0534.jpg");
	height: 574px;
}

#header_menu a	{
	color: #aaaaaa;
	font-size: smaller;
	padding: 5px;
	text-decoration: none;
}

#header_menu a:hover	{
	color: #ffffff;
}

#footer	{
	padding-top: 5px;
	font-size: smaller;
	color: #999999;
}
#footer a	{
	color: #aaffcc;
	padding: 5px;
	text-decoration: none;
}

#footer a:hover	{
	color: #ffffff;
}

#splash_menu	{
	text-align: left;
	position: relative;
	left: 300px;
	top: 275px;
	list-style-type: none;
	list-style-position: outside;
}

#splash_menu a	{
	color: #ffffff;
	text-decoration: none;
}

#splash_menu a:hover	{
	color: #cccccc;
	text-decoration: underline;
}

a	{
	color: #aaffcc;
}

td	{
	vertical-align: top;
}

td.rightline	{
	border-right: 1px solid #333333;
}

table.thin	{
	border: 1px solid #333333;
}

table.thin td	{
	padding: 6px 2px;
}

blockquote	{
	font-size: smaller;
	font-style: italic;
}