body{
	background-color:gray;
}
#body{
	background-color: white;
	position:absolute;
	top: 0px;
	width:980px;
	min-height: 100%;
	border-color: #990033;
	border-left-style: solid;
	border-right-style: solid;
}
#title{
	padding: 0 20px;
	font-family: ;
	font-weight: bold;
	font-size: 30px;
	color: #8c3a3a;
}
#title_2{
	font-size: 50px;
}
#subtitle{
	font-size: 20px;
	color: lightgray;
}
/******   H3    */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("image/OFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #555555;
	border-top:1px solid #919191;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;}
ul#menu li a{
	display:block;
	float:left;
	color:#8c3a3a;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("image/DIVIDER.gif") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("image/HOVER.gif") no-repeat top right;	
	}
#content{
	color: black;
	margin-left: 20px;
	margin-right: 20px;
}
#content a{
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}
#content h2{
	padding-left: 10px;
	color: #990033;
	border-left-style: solid;
	border-left-width: medium;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: gray;
}
#content h3{
	color:#990033;
	margin-left: 20px;
}
#content h4{
	margin-left: 40px;
}
.margin60{
	margin-left: 60px;
}
.margin80{
	margin-left: 80px;
}
#whatsnew{
	width:500px;
	border:outset gray;
}
#whatsnew p{
	padding:20px;
	height: 70px;
	overflow: auto;
}
#aboutus1{
	font-size: xx-large;
	color: #990033;
}
.center{
	text-align: center;
}
table th.width6_5{
	width: 6.5em;
}

.players{
	font-size: 15px;
}

#footer{
	background-color:silver;
	color: #990033;
}
#footer p{
	font-size: small;
	text-align: center;
	padding-bottom: 1px;
	padding-top: 1px;
}