@charset "UTF-8";
/* CSS Document */

.body 
{
	z-index:2;
	position:absolute;
	left: 20%;
	top: 0px;
	right: 10%;
	bottom: 0px;
}
.header 
{
	background-image: url(images/header3.gif);
	background-repeat: no-repeat;
	background-position: left;
	height:200px;
}
.crest {
	background-image: url(images/bgcrest.gif);
	background-repeat: no-repeat;
	height: 500px;
	width: 400px;
	backbround-position: top left;
	position: fixed;
	background-attachment:fixed;
	z-index: 1;
}
.Bros
{
	border: 3px outset #999900;
	margin: 10px;
	background-color: #000000;
	height: 140px;
}
.Nav
{
	color: #FFFFFF;
	text-decoration:none;
	text-align:center;
}
.Nav a:link
{
	color:#FFFFFF;
	text-decoration:none;
}
.Nav a:visited
{
	text-decoration:none;
	color: #FFFFFF;
}
.Nav a:active
{
	color: red;
	text-decoration:none;
}
.Nav a:hover
{
	color: #3B5998;	
	text-decoration:none;
}
.Nav2
{
	color: #000000;
	text-decoration:none;
	text-align:center;
}
.Nav2 a:link
{
	color:#000000;
	text-decoration:none;
}
.Nav2 a:visited
{
	text-decoration:none;
	color: #000000;
}
.Nav2 a:active
{
	color: red;
	text-decoration:none;
}
.Nav2 a:hover
{
	color: #3B5998;	
	text-decoration:none;
}
.Cal
{
	color: #3B5998;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;	
}
