html, body, h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
}
h1 img
{
	display: block;
}
img
{
	border: 0;
}

a
{
	color: #FFA405;
	text-decoration: none;
}

a:hover 
{
	color: #FF0000;
}

.left 
{
	float: left;
}

.right 
{
	float: right;
}

.more
{
	text-align: right;
}

.clear
 {
	clear: both;
}

body
{
	background: url(images/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #ffffff;	
}

#outer
{
  background: top left url(images/page_bg_top.gif) repeat-x;
  padding-top: 8px;
}

#wrapper
{
	text-align: left;
	margin: auto;
	width: 798px;
	position: relative;
	background: url(images/body_bg.gif) repeat-y;
}

#body-bot
{
	background: top left url(images/bg.jpg) no-repeat;
	height: 700px;
	
}

#logo
{
	width: 25em;
	text-align: center;
}

#logo h1
 {
	color: #0066AA;
	font: 22px "Arial narrow", arial, sans-serif;
	line-height: 1;
	padding-top: 0.8em;
}

#logo p
{
	color: #464544;
	font: 16px "Arial narrow", arial, sans-serif;
	margin: 0;
}

#nav
{
	margin-top: 25px;
}

#nav li 
{
	list-style: none;
	float: right;
	background: left center url(images/arr.gif) no-repeat;
	padding-left: 10px;
	padding-right: 20px;
}

#nav a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover
{
	color: #FF0000;
}

#mainbox
{
	width: 431px;
	position: absolute;
	top: 86px;
	left: 20px;
}

#mainbox_bg   { background: url(images/main_smid.gif) repeat-y; }
#mainbox_grd { background: bottom url(images/main_mid.gif) repeat-x; height: 305px; }
#mainbox_top { background: url(images/main_top.gif) no-repeat; height: 24px; }
#mainbox_bot { background: bottom left url(images/main_bot.gif) no-repeat; height: 23px; }
#mainbox_grd { min-height: 300px;  padding: 2px 24px; }

#mainbox h1
{
	font: bold 22px arial;
	color: #ffffff;
	margin: 0;
}

#mainbox p
{
	margin: 1em 0;
}

#team_a
{
	position: absolute;
	top: 455px;
	left: 60px;
	font: 12px bold arial;
	color: #000000;
}

#team_b
{
	position: absolute;
	top: 580px;
	left: 410px;
	font: 12px bold arial;
	color: #000000;
}

#footer
{
	font-size: 9px;
	color: #fff;
	margin-top: 60px;
}