html {
overflow: auto;
}


html, body{
scrollbar-face-color:#009900;
scrollbar-base-color:#006600;
scrollbar-arrow-color:black;
scrollbar-track-color:#FFCC00;
scrollbar-shadow-color:#003300;
scrollbar-highlight-color:#FFCC00;
scrollbar-3dlight-color:#006600;
scrollbar-darkshadow-Color:#009900;
}

body,td,th {
	font-family: Georgia, Andalus, Times New Roman;
	color: #FFCC00;
}

html { 
	height: 100%;
}

body { 
	height: 100%;
}

#div_header_main {
	position: relative;
	min-height: 200px;
	left:0px;
	top:0px;
	width:820px;
	height:200px;
	z-index:1;
	background-image: url(../images/banner/text.png);
	background-repeat: no-repeat;
}

#div_header_golf {
	position: relative;
	min-height: 200px;
	left:0px;
	top:0px;
	width:820px;
	height:200px;
	z-index:1;
	background-image: url(../images/banner/banner_golf.png);
	background-repeat: no-repeat;
}

#div_header_football {
	position: relative;
	min-height: 200px;
	left:0px;
	top:0px;
	width:820px;
	height:200px;
	z-index:1;
	background-image: url(../images/banner/banner_football.png);
	background-repeat: no-repeat;
}

#div_header_bowls {
	position: relative;
	min-height: 200px;
	left:0px;
	top:0px;
	width:820px;
	height:200px;
	z-index:1;
	background-image: url(../images/banner/banner_bowls.png);
	background-repeat: no-repeat;
}

#div_header_cricket {
	position: relative;
	min-height: 200px;
	left:0px;
	top:0px;
	width:820px;
	height:200px;
	z-index:1;
	background-image: url(../images/banner/banner_cricket.png);
	background-repeat: no-repeat;
}

#div_header_pavilion {
	position: relative;
	min-height: 200px;
	left:0px;
	top:0px;
	width:820px;
	height:200px;
	z-index:1;
	background-image: url(../images/banner/banner_pavilion.png);
	background-repeat: no-repeat;
}

#div_header_fishing {
	position: relative;
	min-height: 200px;
	left:0px;
	top:0px;
	width:820px;
	height:200px;
	z-index:1;
	background-image: url(../images/banner/banner_fishing.png);
	background-repeat: no-repeat;
}

#div_body {
	position: relative;
	min-height: 100%;
	width: 820px;
	left: 0px;
}

* html #div_header #div_body { 
	height: 100%;
}

#div_footer {
	position: relative;
	margin-top: 0px;
	width: 820px;
	height: 100px;
}

body {
	background-color: #006600;
	color: #FFCC00
}
a:link, a:visited, a:active {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}

.pagehead {
	font-size: x-large;
	text-decoration: underline;
	font-weight: bold;
}

.pagefoot {
	font-size: small;
	font-family: Georgia, Andalus, "Times New Roman";
}

.pagenormal {
	font-size: Large;
}

.history_year {
	font-size: larger;
	font-weight: bold;
}

.pagenormal_big {
	font-family: Georgia, Andalus, "Times New Roman";
	color: #FFCC00;
	font-size: x-large;
	font-weight: normal;
}

.contact_title {
	font-style: italic;
}

.contact_name {
	font-weight: bold;
	font-style: italic;
}	

.contact_number {
	font-weight: bold;
}

.contact_email {
	font-style: italic;
}

.contact_header {
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
}

td.yellowyard {
	background-color:#FFFF00;
	color:#006600;
	font-size:medium;
}
td.whiteyard {
	background-color:#FFFFFF;
	color:#006600;
	font-size:medium;
}
td.gallery {
	border: 1px solid #FFCC00
}

td.head {
	font-family: Georgia, Andalus, "Times New Roman";
	font-size: large;
	font-weight: bold;
	color: #FFCC00;
}

td.date {
	font-family: Georgia, Andalus, "Times New Roman";
	font-size: medium;
	font-weight: bold;
	color: #FFCC00;
}

td.info {
	font-family: Georgia, Andalus, "Times New Roman";
	font-size: medium;
	font-style: italic;
	color: #FFCC00;
}


