@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #0a4a22;
	text-decoration: none;
}
a:visited {
	color: #0a4a22;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
a:active {
	color: #0a4a22;
	text-decoration: none;
}

body{
	text-align: center;
	background-color: #090914;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

#header{
	width: 882px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/header_flag.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 121px;
}
.logo{
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 5px;
}

#nav{
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	height: 38px;
	padding-right: 9px;
	padding-left: 9px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }

.menuItem{
	float: left;
	height: 38px;
}
.menuDivider{
	float: left;
	height: 38px;
	width: 3px;
	background-image: url(../images/menudivider.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#wrapper{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #86afdb;
	padding-top: 215px;
	background-image: url(../images/flag.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contenthome{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content{
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 200px;
	padding-right: 30px;
	min-height: 248px;
	padding-bottom: 30px;
}
#content p{
	padding-bottom: 10px;
}
.title{
	padding-bottom: 30px;
}
#footer{
	width: 509px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bottom_golfball.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 300px;
	text-align: left;
	padding-top: 70px;
	padding-left: 291px;
}

.details{
	font-size: 20px;
	font-weight: bold;
	color: #0a4a22;
	padding-top: 30px;
	border-bottom-style: solid;
	border-bottom-color: #0a4a22;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.detailstext{
	color: #0a4a22;	
}
.detailsleft{
	color: #0a4a22;
	float: left;
	width: 190px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.detailsright{
	float: right;
	width: 360px;
	padding-bottom: 5px;
	color: #0a4a22;
}
.chairs{
	color: #0a4a22;
	float: left;
	width: 260px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.golftitle{
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.detailslefttop{
	color: #0a4a22;
	float: left;
	width: 210px;
	text-align: center;
}
.detailsrighttop{
	float: right;
	width: 360px;
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
}
.clearboth{
	clear: both;
}

#highmountain{
}

.form{
	width: 300px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

