/* CSS Document */

#header {
	background-color: #fff;
	height: 50px;
}

#body {
	background-color: #fff;
	font-family:arial; color:#333399; align:left;
	font-size: 100%;
}
#main {
	position: absolute;
	padding: 0px 210px 0px 160px;
	width:100%;
}

#IndexTable TR {
	color:#333399;
}

#normalmenu {
	position:absolute;
	left: 10px;
	top: 70px;
	width: 150px;
	padding:none;
	height: 485px;
}
#right {
	position:absolute;
	padding:none;
	right: 0px;
	top: 70px;
	width:200px;
	align:right;
}

#golfmenu {
	position:absolute;
	left: 10px;
	top: 70px;
	width: 150px;
	height: 485px;

}

#footer {
	background-color: #fff;
	height: 50px;
}

#GolfTable {
	font-family: Arial;
	font-size: 75%;
	color: #000072;
}
.SpecOffersText {
	font-family: Arial;
	font-size: 75%;
	color: #000072;
}
#GolfSubmit {
	font-family: Arial;
	font-size: 60%;
	color: #000072;
}
#emailbox {
	height: 23px;
	width: 130px;
	font-size: 100%;
}

.golflinks {
	font-color: #333399;
}
.eatlinks {
	font-color: #cc6600;
}
.relaxlinks {
	font-color: #006633;
}

div.golfhr {
  height: 3px;
  background: #fff url(images/golfhrbackground.gif) no-repeat scroll center;
}
div.golfhr hr {
  display: none;
}
div.eathr {
  height: 5px;
  background: #fff url(images/eathrbackground.gif) no-repeat scroll center;
}
div.eathr hr {
  display: none;
}
div.relaxhr {
  height: 5px;
  background: #fff url(images/relaxhrbackground.gif) no-repeat scroll center;
}
div.relaxhr hr {
  display: none;
}

.pageheading {
	font-family: Arial, Helvetica, sans-serif;
	color: #333399;
	font-weight: bolder;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	font-size: 125%;



}

main a, a:link, a:visited {
		font-family: Arial, Helvetica, sans-serif; color: #333399;
		text-decoration:none;
}

left a, a:link, a:visited {
		font-family: Arial, Helvetica, sans-serif; color: #000072;
		text-decoration:none;
}
left a, a:hover, a:active {
		text-decoration:underline;
}
