a:link       { text-decoration: underline; color: blue }
a:visited    { text-decoration: underline; color: navy }
a:active     { text-decoration: underline; color: blue }
a:hover      { text-decoration: underline; color: red }

.nav { font-family: Verdana, Arial; font-weight: bold; }
a.nav:link   { text-decoration: none; color: white; }
a.nav:visited { text-decoration: none; color: white; }
a.nav:active { text-decoration: none; color: white; }
a.nav:hover  { text-decoration: underline; color: yellow; }

.nav2{ font-family: Verdana, Arial; font-weight: normal; font-size: 11px;}
a.nav2:link   { text-decoration: none; color: white; }
a.nav2:visited { text-decoration: none; color: white; }
a.nav2:active { text-decoration: none; color: white; }
a.nav2:hover  { text-decoration: underline; color: yellow; }

body {
  text-align: center;
  background: url('/images/background.gif');
  }

img { border: 0; }

#container
{
	margin: 0 auto;
	width: 670px;
	text-align: left;
}
#header{
	width: 670px;
	border-top: 10px solid #000000;
	border-bottom: 1px solid #000000;
}
#footer
{
	width: 670px;
	border-top: 10px solid #000000;
}
#column_layout {
	background: url('/images/tablebg.gif'); 	
	width: 670px;
	overflow: auto;
}
#main_content{
	width: 513px;
	_width: 510px; /* IE6 hack */
	margin-left: 141px;
	
	background-color: #FFFFFF;
	border-right: 10px solid #000000;
	font-family: Verdana,Arial;
	font-size: smaller;
	padding: 3px;
}
#navigation {
	float:left;
	font-family: Verdana, Arial;
	font-size: smaller;
	height:100%;

	width: 130px;
	background-color: #5E6C80;
		
	border-left: 10px solid #000000;
	border-right: 1px solid #000000;
}
#gameinfobox {
	float: right;
	border: 1px solid #000000;
	margin: 0.5em;
	padding: 0.3em;
	font-size: 11px;
	width: 130px;
}
.tablelist {
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	border-collapse: collapse;
}
.tablelist td {
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	padding: 3px;
}
.tablelist th {
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	background-color: #0000CC;
	color: #FFFFFF;
}
.navigation_header {
	font-family: Verdana, Arial;
	font-size: smaller;
	color: #FFFFFF;
	background-color: #292929;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 0.3em;
}
.date_header {
	width:100%;
	text-align: center;
	color: #FFFFFF;
	background-color: #000080;
	background: url('/images/bluebg.gif'); 	
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

#tweetbox
{
	border: 1px dotted black;
	padding: 3px;

	width: 460px;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-align: left;
}
#tweetbox ul
{
	margin: 0;
	list-style-type: none;
	padding: 0;
	padding-left: 8px;
}
#tweetbox ul li
{
	margin-bottom: 5px;

}