@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	margin:0px;
	background-color:#fcfdfb;
	background-image:url(/images/backgrounds/grass.jpg);
	background-repeat:repeat-x;
}

p {
	margin:12px 0 0;
	padding:0;
	width:400px;
}
h1 {
	font-size:22px;
	margin:0 0 12px 0;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#22360f;
}

h2 {
	font-size:16px;
	margin:12px 0 12px 0;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#22360f;
}

h3 {
	font-size:22px;
	margin:0 0 12px 0;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#22360f;
}
h4 {
	font-size:16px;
	margin:12px 0 12px 0;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#22360f;
}

#container {
	position:relative;
	width:766px;
	text-align:left;
	margin:auto;
	background-color:#FFF;
}

#header {
	position:relative;
	width:766px;
	height:125px;
	background-image:url(/images/header/background.jpg);
	background-repeat:no-repeat;
}

#address {
	position:absolute;
	top:20px;
	left:303px;
	color:#fff;
}

#bullets {
	position:absolute;
	top:55px;
	left:303px;
	color:#fff;
}

#bullets a {
	color:#fff;
	text-decoration:none;
}

#bullets a:hover {
	text-decoration:underline;
}

#navigation {
	position:relative;
	clear:both;
	height:35px;
}

#navigation ul
{
    list-style:none;
    padding:0;
    margin:0;
    bottom:0;
}

#navigation li
{
    float: left;
    width:85px;
    height:27px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	padding-top:8px;
	cursor:hand;
}

#navigation a
{
    color:#fff;
    text-decoration:none;
}

#navigation a:hover
{
    text-decoration:underline;
}

.navOn { background-image:url(/images/navigation/nav_on.gif); }
.navOff { background-image:url(/images/navigation/nav_off.gif); }

#content {
	position:relative;
	clear:both;
	padding:30px;
	background-position:top right;
	background-repeat:no-repeat;
}

#content a {
	color:#0079c1;
	font-weight:bold;
}

#holeImage {
	position:absolute;
	top:30px;
	right:30px;
}

#face {
	position:absolute;
	top:30px;
	right:30px;
}

#homeImage {
	position:absolute;
	top:30px;
	right:20px;
}

#footer {
	position:relative;
	text-align:center;
}

#footer ul
{
    list-style:none;
    padding:0;
    margin:0;
}

#footer li
{
    float: left;
    width:85px;
    height:25px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:10px;
	cursor:hand;
	background-color:#22360f;
}

#footer a
{
    color:#fff;
    text-decoration:none;
}

#footer a:hover
{
    text-decoration:underline;
}

#copyright {
	position:relative;
	clear:both;
	text-align:center;
}

#copyright p {
	width:auto;
	padding:10px;
	margin:0;
}

#copyright a {
	color:#b0110e;
}

.red {
	color:#b0110e;
	font-weight:bold;
}

/*backgrounds*/
.home  {
	background-image:url(/images/backgrounds/home.jpg);
}
.course  {
	background-image:url(/images/backgrounds/course.jpg);
}
.clubhouse  {
	background-image:url(/images/backgrounds/clubhouse.jpg);
}
.competitions  {
	background-image:url(/images/backgrounds/competitions.jpg);
}
.visitors  {
	background-image:url(/images/backgrounds/visitors.jpg);
}
.trophies  {
	background-image:url(/images/backgrounds/trophies.jpg);
}
.history  {
	background-image:url(/images/backgrounds/history.jpg);
}
.contact  {
	background-image:url(/images/backgrounds/contact.jpg);
}
