
#Main
{
	min-height: 805px;  /* #Menu.min-height + 165px */
}

#HeaderText
{
	color: #003300;
	filter: Glow(Color=#ffffff, Strength=3);
}

#Menu
{
	background-position: center bottom;
	min-height: 640px;
	text-align: right;
	background: #789EC3 url(images/Menu1.jpg) center bottom;
	margin-bottom: 0px;
}

#Stats
{
	width: 200px; 
	height: 32px; 
	vertical-align: bottom; 
	background: url(images/Menu2.jpg) #789EC3 center top;
	margin-top: -1px;
	padding-top: 0px;
	text-align: center;
}

a.MenuItem:hover
{
	text-decoration: underline;
}

table
{
	margin: 3px;
	padding: 3px;
	width: 600px;
	border-bottom: gray thin solid;
	border-collapse: collapse;
}
td
{
	border-bottom: silver 1px solid;
	vertical-align: baseline;
	padding-left: 6px;
}



