* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background:  url(images/bgMJH.jpg) #e7d4c6;
	background-repeat: repeat-x;
	font-family: Helvetica, san-serif;
	color: #150609;
	}
	
H1, H2, H3, H4 {
	text-align: center;
	}
	
a {
	color: #800205;
	text-decoration: none;
	outline: none;
	}
	
a:hover {
	color: #800205;
	text-decoration:underline;
	}
	
.choc {
	background: url(images/hrChoc.gif);
	width: 500px;
	height: 1px;
	}
	
.grayLite {
	background: url(images/hrGrayLite.gif);
	width: 500px;
	height: 1px;
	}
	
.grayLite90 {
	background: url(images/hrChoc.gif);
	width: 800px;
	height: 1px;
	}
	
#introWrapper {
	background: url(images/bgBodyHall3.jpg);
	border: 1px solid #150609;
	width: 898px;
	margin: auto;
	}
	
#wrapper {
	width: 905px;
	margin: auto;
	}
	
#contentWrapper {
	background: #e8e8e8;
	border: 1px solid #150609;
	width: 898px;
	height: 640px;
	margin: auto;
	}
	
.cdWrapper {
	border: 1px solid #150609;
	width: 898px;
	height: 420px;
	margin: auto;
	}
	
.cdPhoto {
	width: 198px;
	float: left;
	margin-left:10px;
	margin-top: 10px;
	}
	
.cdCopy {
	width: 280px;
	font-size: 80%;
	float: left;
	margin-left:3px;
	}
	

#nav {
	border: 1px solid #150609;
	background: url(images/bgNav.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: 30px;
	}
	
#nav a {
	color:#150609;
	text-decoration: none;
	}
	
#nav a:hover {
	color:#ffffff;
	text-decoration: none;
	}
		
#nav a.current {
	color: #800205;
	}
	

.event {
	width: 800px;
	font-size: 15px;
	margin: auto;
	text-indent: 0px;
	padding: 5px 5px 5px 30px;
	}

#players {
	width: 300px;
	height: 200px;
	margin: auto;
	}
	
#left {
	display: inline;
	width:300px;
	height: 200px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	}
	
#right {
	display: inline;
	border: px solid #ffffff;
	width:300px;
	height: 200px;
	float: left;
	margin-top: px;
	margin-left: 0px;
	}  
	
.tickerstyle {
	width:860px;
	height:27px;
	padding:3px;
	overflow:hidden;
	}

.messagediv {
	display: none;
	color: #150609;
	text-align: center;
	font-size: 90%;
	}
	
.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;
	}
	
	
#footer {
	font-size: .72em;
	color: #111111;
	text-align: center;
	margin: auto;
	width: 898px;
	height: 460px;
	}