﻿html, body {
	margin: 0;
	padding: 0;
}
table
{
	font-family:Verdana;
	font-size:11px;
}
body {
	color: #000; 
	font-family: Verdana;
	font-size: 11px;
	text-align:center;
}
#adcontainer{
	margin-left: auto;
	margin-right: auto;
	width:880px;
}
#container{
	float:left;
	width:880px;
}
#towerad{
	float:right;
	height:600;
	padding:120px 0 0 0;
	width:120px;
}
/*
#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
*/
#contentheader {
	background: url(../image/teamnamebg.gif) repeat-x;
	float:left;
}
#teamnames {
	margin: 16px 0 0 0;
	width: 882px;
}
#topcontentrow {
	float:left;
	margin-top:10px;
	width:880px;
}
#bottomcontentrow {
	margin-top: 10px;
	float:left;
}
#topleft {
	float: left;
	width: 162px;
}
#topmiddle {
	margin: 0 4px;
	float: left;
	width: 548px;
}
#topmiddle #prematch{
	float: left;	
	width:369px;
}
#topmiddle #live{
	float: left;
	width:548px;	
}
#topmiddle #postmatch{
	float: left;	
}
#topright {
	float: left;
	width: 162px;
}
#bottomleft {
	float: left;
	width: 335px;
}
#bottommiddle {
	float: left;
	margin: 0 8px;
	width: 307px;
}
#bottomright {
	float: left;
	width: 220px;
}
#footer {	
	border-top:10px solid #000000;
	margin-top:10px;
}
#footerpad{
	color:#FFF;
	padding:10px 27px;
	text-align:left;
}
#footerpad a,
#footerpad a:link,
#footerpad a:visited{
	color:#FFF;
	text-decoration:none;
}
#footerpad a:hover{
	color:#FFF;
	text-decoration:underline;
}
/* We all know what this one is for */
.clearline {
	clear: both;
	height: 0;
	line-height:0;
	overflow: hidden;
}
/* This is for hiding/showing portions of the page */
.invisible {
	display: none;
}
.visible {
	display: block;
}
td a
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;	
}
td a:hover
{
	text-decoration:underline;	
}
img
{
	border:0px;
}
