/* Golf pages Style Sheet - golf.css
	Used for golf pages screen styling
	7 July 2006
*/
/* ----------------- HTML Elements -------------------- */

#banner img {
	position: absolute;
	margin-top: -24px;
	margin-left: 30%;
	z-index: -1;
}

#hole #leftcol {
	width: 60%;
	text-align: justify;
}
#hole #rightcol {
	width: 40%;
}

#layout #leftcol {
	width: 75%;
	text-align: justify;
}
#layout #rightcol {
	width: 25%;
}
		
