* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background: url(images/bgBodyMastersGrad.jpg) #8aafa8 ;
	background-repeat: repeat-x;
	font-family: Helvetica, san-serif;
	color: #000000;
	}
	
H1, H2, H3, H4 {
	text-align: center;
	}
	
p {
	text-align: left;
	}
	
a {
	color: #800205;
	text-decoration: none;
	outline: none;
	}
	
a:hover {
	color: #800205;
	text-decoration:underline;
	}
	
.gray {
	background: url(images/hrGray.gif);
	width: 500px;
	height: 1px;
	}
	
#wrapper {
	width: 905px;
	margin: auto;
	}
	
#contentWrapper {
	background: #ebebeb;
	background-repeat: no-repeat;
	border: 1px solid #174038;
	width: 898px;
	height: auto;
	margin: auto;
	}
	
#header {
	background: url(images/header4.jpg);
	width: 900px;
	height: 100px;
	margin: 5px auto;
	}
	
#nav {
	border: 1px solid #000000;
	background: url(images/nav.jpg);
	width: 900px;
	height: 30px;
	margin: 10px auto ;
	}
	
#nav ul {		
	width: auto;
	padding-top: 2px;
	}
	
#nav li {
	display: inline;
	font-size: .72em;
	line-height:30px;
	margin-left: 66px;
	}
	
#nav a {
	color:#555555;
	text-decoration: none;
	}
	
#nav a:hover {
	color:#ff0000;
	text-decoration: none;
	}
		
#nav a.current {
	color: #ac0808;
	}
	

#players {
	width: 450px;
	height: 350px;
	margin-left:21px;
	float: left;
	}
	

.tickerstyle {
	width:90%;
	height:27px;
	padding:3px;
	margin: auto;
	}

.messagediv {
	display: none;
	color: #000000;
	text-align: center;
	font-size: 1em;
	font-family: verdana, san-serif;
	}
	
.messagediv a {
	color: #800205;
	text-decoration:none; 
	}
	
.messagediv a:hover {
	text-decoration: underline;
	color:#800205;
	}
	
#index {
	font-size: 80%;
	color: #333333;
	text-align: center;
	margin: 1px auto;
	width: 60%;
	}
	
#index a {
	color:#150609;
	text-decoration: none;
	}
	
#index a:hover {
	color:#ffffff;
	text-decoration: none;
	}
	
a span.mouse {
	position: absolute;
	margin-left: -999em;
	text-decoration: none;
	}
	
a.mouse {
	text-decoration: none;
	}
	
a:hover span.mouse {
	position: absolute;
	margin-left: -20em;
	background: #efefef;
	text-align: left;
	color: #000000;
	text-decoration: none;
	padding: 4px 8px;
	width: 300px;
	height: auto;
	}
	
	
#footer {
	font-size: .72em;
	color: #111111;
	text-align: center;
	margin: 4px auto 300px;
	width: 60%;
	}