*{
	padding:0;

}

body {
	font-family:Verdana;
		margin:0 auto;
}

#golf_page {
	background-image: url(../images/golf_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: -2;
	
}

#container {
	padding:10px 0 0 0;
	width:950px;
	font-size:11px;
	margin:0 auto;
}


#header {
	width:950px;
	height:199px;
	background:no-repeat url(../images/logo.png) ;
}

#clear {
	clear:both;
}

#contacts a {
	text-decoration:underline;
	color:#CC6600;
}

#contacts {
	width:920px;
	text-align:right;
	height:100px;
	font-size:12px;
	padding:5px;
}

#mainimage {
	width:392px;
}

#threeimages {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	width:393px;
	margin-top: 30px;
}

#golfimage {
	width:393px;
	margin-top: 20px;
}

#middleimg {
	padding: 0px 3px 0px 3px;
}

.imagestext {
	text-align:left;
	margin-top: 10px;
}

#text {
	width:430px;
	float:right;
	padding:10px;
}

#footer{
	border:1px solid #ede7d0;
	width:924px;
	font-size:10px;
	color:#8F7156;
	background:#EDE7D0;
	padding:5px 0px 5px 10px;
	margin-bottom:10px;
	margin-left: 7px;
}

#footer a {
	font-size:10px;
	color:#8F7156;
	text-decoration: none ;
}

#golf_page #footer {
	margin-top: 250px;
	width:924px;
	font-size:10px;
	color:#8F7156;
	padding:5px 0px 5px 10px;
	margin-bottom:10px;
	margin-left: 7px;
}

#course_list li {
	list-style-type: disc;
	margin-left: 30px;
}

#golf_list li {
	list-style-type: disc;
	padding-bottom: 5px;
	margin-left: 15px;
}

h2 {
	font-family: verdana;
	font-size: 24px;
	color: #A83C0F;
	font-weight: lighter;
}

#leftcolumn {
    padding-bottom: 10px;
    margin-left: 20px;
    float: left;
  	width: 392px;
	  text-align: left;
	  line-height:20px;
}

#rightcolumn {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-left: 442px;
	  width: 485px;
	  text-align: left;
	  line-height:20px;
}

p.left {
	padding: 0 10px 0 10px;
}

#reservation {
	display: block;
	width: 140px;
	height: 24px;
	background-color: #ede7d0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}

.redlink a:link, .redlink a:visited {
	color: #A83C0F;
	text-decoration: underline;
}

#right_img img {
	margin-left: 0px;
	margin-right: auto;
	width: 430px;
	height: 285px;
}

#slideshow {
    position:relative;
    width:392px;
    height: 281px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}


