body {
	color: #000000;
	background: #d0d8e0 url(/media/screen/hillhobber.jpg) repeat-x;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}

h1 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	}
	
h2 {
	font-size: 13px;
	font-weight: 700;
	color: #000;
	}

ul {
	list-style-type: decimal;
	list-style-position: outside;
	}

li {
	width: 500px;
	margin-bottom: 10px;
	}

#holder {
	position: absolute;
	top: 15px; 
	left: 50%;
	margin-left: -390px;
	width: 780px;
	}

#headerimg {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	width: 780px;
	}

#navigation {
	position: absolute;
	top: 205px; 
	left: 0px;
	width: 210px;
	}
	
#contentholder {
	position: absolute;
	top: 205px; 
	left: 205px;
	width: 576px;
	}

#content_header {
	position: relative;
	}
	
#contentarea {
	position: relative;
	margin: 0px;
	background: url(/media/screen/content_back.gif);
	}

#information {
	position: relative;
	height: 20px;
	margin-top: 3px;
	text-align: right;
	width: 572px;
	font-size: 11px;
	}

.menuimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	}
	
.contenttext {
	margin: 10px;
	}
	
.contenttipp {
	margin: -5px 10px 10px 10px;
	font-size: 9px;
	text-align: right;
	}
	
.handicaplist {
	float: left;
	margin-right: 5px;
	}
	
.hlink {
	color: #000000;
	}
	
.player_name_td {
	border: 1px solid white;
	width: 100px;
	height: 20px;
	}
	
.player_name_td_selected {
	border: 1px solid white;
	width: 100px;
	height: 20px;
	background: #1258C5;
	color: #ffffff;
	}