body
{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	font-family : Verdana, sans-serif;
	text-align : center;
	background:url(bg.gif) repeat-x;
}

a
{
	color : Black;
}

a:hover
{
	color : #33d6f4;
}

div#content
{
   width:820px;
   margin:0px auto 0px auto;
   padding:0;
}

.error
{
   color:red;
}

h2 {
   font-size: 110%;
   margin-top: 5px;
   margin-bottom: 5px;
}

div#main 
{
   text-align:left;
   overflow:hidden;
}

table.gamelist 
{
   width:65%;
   margin-top: 20px;
   float:left;
}

table.gamelist td
{
   padding:3px;
}

table.gamelist tr:nth-child(even)
{
   background: url(table-data.gif) repeat-x top #d3d3d3;
}

#nav 
{ 
   padding-bottom: 40px; 
   width: 250px;
   float:left;
}

#nav ul
{
   list-style-type: none;
   width: 100%;
   text-align: center;
   padding: 0;
   margin:0;
}

#nav ul#topnav li
{
  width:80%;
  background: url(nav-top-level.gif) repeat-x;
  font-weight: bold;
  padding: 3px 10px;
  text-align: left;
}

#nav ul#topnav li a
{
   text-decoration: none;
   color: white;
   font-weight: bold;
   display: block;
   width:100%;
}

#nav ul#bottomnav li
{
  width: 80%;
  background: url(nav-bottom-level.gif) repeat-x;
  font-weight: bold;
  padding: 3px 10px;
  text-align: left;
}

#nav ul#bottomnav li a
{
   text-decoration: none;
   color: black;
   font-weight: bold;
   display: block;
   width:100%;
}

.clear { clear: both; }