/* CSS Document */

body
{
   	background-image:url('/images/background.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: center center;
}

#headerNav a#history span
{
	background-color: Maroon;
	color: White;
	font-weight: bold;
	border-width: thin;
	border-color: Maroon;
}

#footerNav a#fhistory span
{
	background-color: Maroon;
	color: White;
	font-weight: bold;
	border-width: thin;
	border-color: Maroon;
}

