body 
{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	
	background-image:url('images/Seahawks.gif');
	
	
}

#container 
{
	
	width: 799px;
	margin: 0px auto;
	
	background-image: url('images/football2-V02.jpg');
}

#header
 {
	height: 100px;
	
	
}

#wrapper
 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content 
{
	
	width: 799px;
	
	
	
	height: 552px;
	
	overflow: scroll;
	overflow-x: hidden;
	
	scrollbar-base-color: darkblue;
    scrollbar-arrow-color: green;
	

}

#content h1
{
	color: darkblue;
	text-align: center;
}

#content h2
{
	color: blue;
	text-align: center;
	vertical-align: center;
	margin:0px auto;
}

#sponsor
{
	width: 798px;
	clear: both;
	
	
	
	border-color: darkblue;
	border-style: solid;
	
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

#footer 
{
	width: 798px;
	clear: both;
	

	
	
}



table.sample 
{
border-color: blue;
border-collapse: collapse;
}

table.sample th 
{
border-width: 2px;
border-style: solid;
border-color: blue;

padding-left: 5px;
padding-right: 5px;

font-weight: bold;
}

table.sample td 
{
border-width: 2px;
border-style: solid;
border-color: green;
}



table.sponsor
{
border-color: blue;
border-collapse: collapse;
background-color: #99FF99;
}

table.sponsor td 
{
border-width: 0px;
border-style: solid;
border-color: lightblue;

font-weight: bold;
}



table.bio
{

}

table.bio th 
{
border-width: 0px;

letter-spacing:2px;

font-size:x-large;
font-weight: bold;

text-align: left;
text-transform:uppercase;
}

table.bio td 
{
border-width: 0px;
}