body {
		text-align: center; /* for IE */
		margin: 0px 0px 0px 0px;
		background-color: #000000;
		}

#playerlink {
		float: left;
		margin-top: 15 px;
		margin-left: 700px;
		height: 10 px;
		font-family: "Trebuchet MS", Georgia, Times;
		font-weight: bold;
			}
			
a.playerlink {color:#000000}
a.playerlink:visited {color:#000000}
a.playerlink:hover {color: #AAFFFF}
a.playerlink:active {color: #AAFFFF}

a {color:#4444FF}
a:visited {color:#0000FF}
a:hover {color: #AAFFFF}
a:active {color: #AAFFFF}



#header {
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		width: 900px;
		background-image: url(images/header.jpg); /* Fay Wray Cardboard Image */
		height: 265px;
		}
		
#pagetitle {
		text-align: right;
		float: right;
		margin-top: 10px;
		margin-right: 80px;
		font-size: 30pt;
		font-family: "Trebuchet MS", Georgia, Times;
		font-weight: bold;
		}
		

#navcontainer {
		position: absolute; /*this sets the location of the Nav Bar */
		top: 200px;
		margin-left: 285px;
		width: 610px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}

#subnavcontainer {
		position: absolute; /*this sets the location of the Sub Nav Bar */
		top: 230px;
		margin-left: 387px;
		width: 610px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		
#navlist li {
		display: inline;
		list-style-type: none;
		padding-right: 15px;
		}






#content {
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		width: 800px;
		font-family: Georgia, Times;
		color: #AAFFFF;
		}

table {
		color: #AAFFFF;
		}
		
h1
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
	}

h2
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
h3
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
	}

h4
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
	}

h5
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
