/* CSS Document created 05/09/2008 by Fraser Patullo*/
div.hole{
	width:554px;
	border-bottom:2px solid #383838;
	padding:10px 0;
}
div#content{
	float:left;
}
table{
	float:left;
	clear:none;
	margin:10px 0 0 15px;
}
table tr td{
	padding:5px 0;
}
tr.hilight{
	background-color:#383838;
}
div#center{
	width:896px;
	margin:0 auto;
}
table.yardage{
	border-collapse:collapse;
	text-align:right;
}
table.yardage tr{
	border-bottom:2px solid black;
}
table.yardage td, table.yardage th{
	padding:0 5px;
}
.yellow{
	background-color:#FFFF00;
	color:#000000;
}
.white{
	background-color:#FFFFFF;
	color:#000000;
}
table.yardage tr.white td, table.yardage tr.yellow td{
	color:#000000;
}
.red{
	background-color:#FF0000;
}
.hole ul li{
	float:left;
	list-style:none;
	padding:0 5px;
}
.hole ul{
	height:20px;
	float:right;
	margin-top:5px;
}

.hole p{
	width:100%;
	clear:both;
}
.hole h2{
	float:left;
}
