* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: Helvetica;
	font-weight: bold;
	text-align:center;
	}
	
A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none}
A:hover {color: #e673a2;}
	
UL#NAV {
	font-size: 24px;
	list-style: none;
	text-align: center;
	line-height: 40px;
	top: 112px;
	position: absolute;
	}
	
#pagewrap {
	width: 792px;
	margin: 0 auto;
	text-align: left;
	}
	
#header {
	height: 126px;
	}
	
#menu {
	width: 144px;
	float: left;
	}
	
.clear {clear: both; height: 0;}

.absolute {position: absolute; top: 0;}

.centeredImage {text-align:center; top: 0; margin-top:0px; margin-bottom:0px; padding:0px; position: absolute;}
	
#content {
	width: 648px;
	margin: 9px 18px 9px 153px;
	}
	
#copyright {
	font-size: 8pt;
	margin: 12px 0 0 0;
	text-align: center;
	}
	
H1 {
	font-size: 24pt;
	}
	
BR#Player {
	line-height: 32px;
	}
	