.h1
{
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}
.h2
{
    text-align: center;
	font-size: 100%;
	font-weight: bold;
}
.h3
{
	text-align: center;
}  

BODY
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 14;
	margin: 0;
	background-color: #031e31;
	color: #fff;
}

a
{
	color: #9dd7ff;
}

  TD   { font-size: 14;}
  
  .winner
  {
	background-color: #ffff00;
	color: #000000;
  }


#logo
{
	position: absolute;
	top: 30px;
	left: 10px;
	color: #9dd7ff;
}

#image
{
	position: absolute;
	top: 20px;
	right: 20px;
}

#quote
{
	position: absolute;
	top: 160px;
	width: 100%;
	text-align: center;
	color: #9dd7ff;
	font-style: italic;
}

#sidebar
{
	width: 195px;
	position: absolute;
	left: 3px;
	top: 184px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 13;
	background-color: #1e5a84;
}

#sidebar-top
{
	font-weight: bold;
	text-align: center;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	background-color: #0099FF;
	padding: 5px;
}

#sidebar-main
{
	padding: 5px;
}

#main
{
	position: absolute;
	left: 215px;
	top: 184px;
	right: 10px;
	padding-bottom: 10px;
}

#main-inner
{
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	background-color: #1e5a84;
}

#bottom
{
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	margin: 20px;
}