body {
	background-color: #336633;
	color: #FDFEFE;
	font-family: ;
	font-size: ;
	font-weight: bolder
}
#container 
{	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-right: auto;
	width: 780px;
	height: 490px;
	margin-top: -245px;
	margin-left: -390px;
	/*border-style: solid;
    border-width: 2px;
    border-color: black;*/
}

#title
{
	position: absolute;
	/*top: 20;
	left: 10;*/
	height: 250;
	width: 160;
	z-index: 3;
	/*border-style: solid;
    border-width: 2px;
    border-color: black;*/
}

#contents
{
	position: absolute;
	width: 620px;
	height: 450px;
	z-index: 1;
	left: 160;
	/*top: 0;
	border: 4px none #0066CC;
	background-color: #336699;
	layer-background-color: #336699;*/
	overflow: auto;
	/*border-style: solid;
    border-width: 2px;
    border-color: black;*/
}

#plymlogo 
{
position: absolute;
width: 160;
height: 190;
top: 250;
/*left: 10;*/
z-index: 3;
/*border-style: solid;
    border-width: 2px;
    border-color: black;*/
}

#navbar {
	position: absolute;
	top: 450;
	width:780;
	height:40;
	z-index:3;
	left: 0;
}

/*Pseudo classes*/
a 
{
	text-decoration: none;
	color: #FDFEFE;
}

a:hover 
{
	text-decoration: underline;
}


/*Headings*/

h1, h2, h3
{
	text-align: center;
}

#fixtures 
{
cell-padding: 100px;
}
