@charset "ISO-8859-1";

body {
	background: black; 
	color: FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
}

#index {
	background-image: url(splash1.jpg); 
	background-repeat: no-repeat; 
	background-position: center top;
}

a         { color: 8b1503; text-decoration: underline; background: transparent; }
a:link    { color: 8b1503; text-decoration: underline; }
a:visited { color: 8b1503; text-decoration: underline; }
a:hover   { color: 8b1503; text-decoration: none; background: transparent; }
a:active  { color: 8b1503; text-decoration: none; }

#menubar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #8b1503;
	background-position: center;
	font-weight: bold;
}

#index #photocredit {
	position:absolute;
	top: 550px; 
	padding-left: 25%;
	font-size: x-small;
	font-style: italic;
	color: #000000;
	text-align:left;
}

.small {
	font-size: small;
}
