.VisitorTeamCell {
	vertical-align: middle;
	text-align: right;
}
.HomeTeamCell {
	vertical-align: middle;
	text-align: left;
}
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	font-family:arial,sans-serif;
	font-size:small;
	max-width: 100%;
}

.PHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.POldHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

NewsHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.PlayerNames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.PlayerStatsL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.PlayerStatsR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

div#container {
	position:relative; /* needed for footer positioning*/
/*	margin:0 auto; /* center, not in IE5 */
	width:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width: 100%; 
	height: 140px;
}

div#content {
	padding:0em 0em 5em; /* bottom padding for footer */
	width: 100%; 
}

div#footer {
	position:absolute;
	width:100%;
	height: 65px; 
	bottom:0; /* stick to bottom */
}
