div.body {
	height: 468px;
}
div#border {
	position: relative;
	left: 34px;
	top: 13px;
	width: 928px;
	height: 435px;
	background-color: #003300;
}
div#card {
	position: relative;
	left: 33px;
	width: 260px;
}
div#card h2 {
	position: relative;
	top: 5px;
	font-size: 17px;
	margin: 0 0 7px 14px;
	color: white;
	font-weight: normal;
}
div#card table {
	position: absolute;
	top: 32px;
	font-size: 9px;
	font-family: Verdana,sans-serif;
	background-color: white;
	border-spacing: 0;
	border-collapse: collapse;
	font-weight: bold;
}
div#card table tr {
	border-spacing: 0;
	cursor: pointer;
}
div#card table tr.highlight {
	background-color: #B3DAFF;
}
div#card table tr td {
	border: 1px solid black;
	margin: 0;
	padding: 1px 1px 2px 1px;
	text-align: center;
}
div#card table tr#top {
	font-weight: normal;
	cursor: default;
}
div#card table td.a {
	width: 27px;
}
div#card table td.b {
	width: 39px;
}
div#card table td.c {
	width: 23px;
}
div#card table td.yellow {
	width: 40px;
	background-color: #FEFD04;
}
div#card table td.blue {
	width: 22px;
	color: teal;
}
div#card table td.red {
	width: 40px;
	background-color: red;
	color: white;
}
div#card table td.sired {
	width: 22px;
	color: red;
}
div#card table tr#mid td, div#card table tr#b1 td, div#card table tr#b2 td {
	color: black;
	cursor: default;
}
div#card table tr#mid td.red, div#card table tr#b1 td.red, div#card table tr#b2 td.red {
	color: white;
}
div#card table tr#mid td, div#card table tr#b1 td {
	border-top-width: 2px;
}
div#card table tr#mid td {
	border-bottom-width: 2px;
}
div#holeguide {
	position: absolute;
	left: 293px;
	top: 0px;
	width: 603px;
}
div#holeguide h2 {
	position: relative;
	top: 5px;
	font-size: 17px;
	margin: 0 0 7px 14px;
	color: white;
	font-weight: normal;
}
div#photo {
	position: absolute;
	top: 32px;
	background-image: url("images/course/aerial.jpg");
	width: 603px;
	height: 370px;
	background-position: top left;
}
div#photo div.transparency {
	left: auto;
	right: 8px;
	height: 99px;
	width: 105px;
	z-index: 2;
}
div#photo p {
	margin: 0;
	position: absolute;
	right: 12px;
	bottom: 0px;
	height: 93px;
	width: 95px; 
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	z-index: 3;
	color: white;
}
img#hole {
	width: 603px;
	height: 370px;
	z-index: 1;
}