body {background-color: #9bb89a;  margin:0px 0px 0px 0px;
   	background-image: url(golf-course/manor-golf-club.jpg);
	background-repeat: repeat-x;
	font-family: verdana, arial;
	font-size: 75%; }
	
p {	font-family: verdana, arial;
	font-size: 1em; }
	form {margin: 0px;}
.golf { background: url("golf-course/golf-ball.jpg") no-repeat bottom right; border: none; vertical-align: top; font-size: .9em; text-align: left;}
.pggrad {background: url("golf-course/bkgd.jpg"); background-repeat: repeat-x; padding: 10px 10px 10px 10px;}
.imgfloat {float: right; margin: 8px 0 8px 8px;}
.imgfltlft {float: left bottom; margin: 8px 0 8px 8px;}

.shdwr{
background-repeat: repeat-y;
/* Mozilla Firefox and other non IE based browsers ignores the filter style*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, sizingMethod=scale src="golf-course/shdwr.png");
}

/* IE ignores this part IE can not read styles with [attribute]*/
.shdwr[class]{
background: url(golf-course/shdwr.png) repeat-y;
}

.shdwl{
background-repeat: repeat-y;
/* Mozilla Firefox and other non IE based browsers ignores the filter style*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, sizingMethod=scale src="golf-course/shdwl.png");
}

/* IE ignores this part IE can not read styles with [attribute]*/
.shdwl[class]{
background: url(golf-course/shdwl.png) repeat-y;
}

.shdwt{
background-repeat: repeat-x;
/* Mozilla Firefox and other non IE based browsers ignores the filter style*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, sizingMethod=scale src="golf-course/shdwt.png");
}

/* IE ignores this part IE can not read styles with [attribute]*/
.shdwt[class]{
background: url(golf-course/shdwt.png) repeat-x;
}

.shdwb{
background-repeat: repeat-x;
/* Mozilla Firefox and other non IE based browsers ignores the filter style*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, sizingMethod=scale src="golf-course/shdwb.png");
}

/* IE ignores this part IE can not read styles with [attribute]*/
.shdwb[class]{
background: url(golf-course/shdwb.png) repeat-x;
}

.shdwtr{
background-repeat: repeat-x;
/* Mozilla Firefox and other non IE based browsers ignores the filter style*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, sizingMethod=scale src="golf-course/shdwtr.png");
}

/* IE ignores this part IE can not read styles with [attribute]*/
.shdwtr[class]{
background: url(golf-course/shdwtr.png) repeat-x;
}

.shdwtl{
background-repeat: repeat-x;
/* Mozilla Firefox and other non IE based browsers ignores the filter style*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, sizingMethod=scale src="golf-course/shdwtl.png");
}

/* IE ignores this part IE can not read styles with [attribute]*/
.shdwtl[class]{
background: url(golf-course/shdwtl.png) repeat-x;
}

.shdwbr{
background-repeat: no-repeat;
/* Mozilla Firefox and other non IE based browsers ignores the filter style*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, sizingMethod=scale src="golf-course/shdwbr.png");
}

/* IE ignores this part IE can not read styles with [attribute]*/
.shdwbr[class]{
background: url(golf-course/shdwbr.png) no-repeat;
}

.shdwbl{
background-repeat: repeat-x;
/* Mozilla Firefox and other non IE based browsers ignores the filter style*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, sizingMethod=scale src="golf-course/shdwbl.png");
}

/* IE ignores this part IE can not read styles with [attribute]*/
.shdwbl[class]{
background: url(golf-course/shdwbl.png) repeat-x;
}
	
/* Nav */
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
background-color: #036;
color: White;
float: left;
width: 696px;
font-family: verdana, helvetica, sans-serif;
}

#navcontainer ul li { display: inline;}

#navcontainer ul li a
{
font-size: 1em;
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #10477f;
color: #fff;
}


.bkgblk {background-color: #000;}
.bkggrn {background-color: #0d520d; padding: 8px 8px 8px 8px;}
.bkgwht {background-color: #fff;}
.bkgred {background-color: #990000;}
.bkgdlblu {background-color: #dfe4e8;}
.bkgdyl {background-color: #fde06d;}
.wht {color: white;}
.red {color: #990000;}

h1 { font-size: 1.2em; color: #000000; margin: 0px;}
h2 {font-size: 1.2em; color: #000000; margin: 0px;}
.cent {text-align: center;}
.lg { font-size: 1.2em;}
.smlc {font-size: .8em; text-align: center;}
.sml {font-size: .8em;}
.med {font-size: .9em; text-align: left;}

a:link {color: #036;text-decoration: none;}
a:active {color: #036; text-decoration: none;}
a:visited {color: #036;text-decoration: none;}
a:hover {color: #036;text-decoration: underline;}
