#holebyhole {
	margin : 0;
	padding :0;
	text-align : center;
}
#direction, #direction2 {
	position : relative;
	margin : 0 10px 0 180px;
	padding : 0;
}
#previous, #next, #previous2, #next2 {
	position : relative;
	width : 70px;
	margin : 0;
	padding :0;
	float : left;;
}
#previous a,  #previous a:link,  #previous2 a,  #previous2 a:link {
	display : block;
	text-align : right;
	padding-right: 4px;
	background-image : url(/panaga_site/images/arrows_left_on.gif);
	background-position : 1% 5px;
	background-repeat : no-repeat
}
#previous a:hover, #previous2 a:hover  {
	background-image : url(/panaga_site/images/arrows_left_over.gif);
	background-position : 1% 5px;
	background-repeat : no-repeat;
}
#next  a,  #next a:link,  #next2 a,  #next2 a:link {
	display : block;
	text-align : left;
	padding-left: 10px;
	background-image : url(/panaga_site/images/arrows_ce_on.gif);
	background-position : 70% 5px;
	background-repeat : no-repeat
}
#next a:hover, #next2 a:hover {
	background-image : url(/panaga_site/images/arrows_ce_over.gif);
	background-position : 70% 5px;
	background-repeat : no-repeat;
}


/*-----------------*/
 #selecthole,  #selecthole2 {
 	position : relative;
	margin : 5px 0 0 25px;
	padding : 0;
}
#selecthole ul li, #selecthole2 ul li  {
	list-style : none;
	margin :0 0 3px 4px;
	padding : 0;
}
#selecthole ul, #selecthole2 ul {
	margin : 0;
	text-align : center;
}
#selecthole li, #selecthole2 li {
	float : left;
	background-color : #508020;
}
#selecthole li a:link, #selecthole li a, #selecthole2 li a:link, #selecthole2 li a {
	display : block;
	width : 20px;
	text-align:center;
}
#selecthole li a:hover, #selecthole2 li a:hover {
	color : white;
}

/*-----------------*/

#holetext h1 {
	text-align : left;
	margin : 10px 0 0 10px;
	padding :0;
}
#holetext h2 {
	text-align : left;
	margin : 8px 0 0 10px;
	padding :0;
}
#holetext img {
	border : 8px solid #b1d190;
}
#holetext p {
	text-align : left;
}

/*-----------------*/
#holedetails {
	clear : both;
	margin : 0;
	padding : 0;
	text-align : left;
	font-weight : bold;
}

#holedetails .black {
	background : Black;
}
#holedetails .red {
	background : #B22222;
}
#holedetails .white {
	background : white;
	color : black;
}
#holedetails .blue {
	background :  #000099;
}
 #layout {
 	float : left;
	width : 100px;
	margin : 5px 10px 0 10px;
}
#layout img {
	border : none;
	padding : 40px 0 0 0;
}
#length {
	float : left;
	width : 150px;
	margin : 5px 0 0 20px;
}
 #course {
	float : left;
	width : 100px;
	margin : 5px 0 0 20px;
}
#length ul li, #course ul li {
	border : 1px solid #b1d190;
	list-style : none;
	color: white;
	margin : 0 0 10px 0;
	padding : 4px;
	width : 110px;
	text-align : center;
}
#length h2, #course h2, #layout h2 {
	margin : 10px 0 10px 0;
	font-weight : bold;
}
