/* CSS Document */

body {
	background-color: #2B1111;
	color: white;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	position:absolute;
	left:50%;
	margin-left: -300px;
	top:0px;
	width:600px;
	height:400px;
	z-index:1;
	background-image: url(images/tennis.jpg);
}
#menu a{
	display: block;
	color: #CCCCCC;
	background-color: #013300;
	text-decoration: none;
	border: none;
}
#menu{
	width: 175px;
	text-align: right;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 400px;
	color: #CCCCCC;
	background-color: #013300;
	z-index: 2;
}
#body{
	width: 340px;
	position: relative;
	left: 50%;
	margin-left: -300px;
	padding-left: 260px;
	top: 0px;
	color: #FFFF99;
	background-color: #013300;
	padding-bottom: 25px;
	padding-top: 25px;
}

#footer{
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 604px;
	height: 52px;
	position: relative;
	left: 50%;
	margin-left: -302px;
	text-align: center;
	padding-top: 30px;
}
#footer a{
	color: white;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
	border: none;
}
h3{
	color: white;
	background-color: #013300;
	font-size: x-large;
	border-bottom: 1px solid white;
	font-weight: normal;
	margin-top: 25px;
}
h2{
	color: white;
	background-color: #013300;
	font-size: x-large;
	border-bottom: 1px solid white;
	font-weight: normal;
	margin-top: 25px;
	text-align: left;
}
#content {
	width: 650px;
	position: absolute;
	left: 50%;
	margin-left: -325px;
	margin-top: 25px;
	top: 375px;
}
html>body>div#content>div#body{
	margin-top:-25px;	
}
p{
	padding-left: 20px;
	padding-right: 5px;
}
.c {
	text-align: center;
	padding-bottom: 15px;
}
.b {
	font-weight: bold;
}
td{
	text-align: center;
	padding: 5px;
}
table{
	width: 100%;
}
.spacer{
	height: 510px;
}
#smallspacer{
	height: 160px;
}
a img{
	border: none;
}
#sponsor{
	margin-top: 20px;
}

a {
	color: #FFFFCC;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFCC;
}
a:visited {
	color: #FF9966;
	text-decoration: none;
	border-bottom: 1px dashed #FF9966;
}
a:hover {
	color: #99FF99;
	text-decoration: none;
	border-bottom: 1px dashed #99FF99;
}
a:active {
	color: #0099FF;
	text-decoration: none;
	border-bottom: 1px dashed #0099FF;
}
.link{
	margin-top: 5px;
}
a#pg {
	background-image:url(images/tennis.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}