body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 700px;
	text-align: center;
}

h1, h3, h4, h5, h6 {
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

h2 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #996600;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
}


/* ******************************************************** */
#allpages {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: left;
	width: 700px;
}

#title {
	position: absolute;
	top: 5px;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	border: solid #AAAAAA 1px;
	border-bottom-style: none;
	height: 98px;
	width: 700px;
	visibility: visible;
	z-index: 1;
}

#main {
	position: absolute;
	top: 126px;
	background-image: url(images/line.gif);
	border: solid #AAAAAA 1px;
	border-top-style: none;
	height: 400px;
	width: 700px;
	visibility: visible;
	z-index: 2;
}

#submain {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
}

#maintext {
	width: 440px;
}

#golfhole {
	position: absolute;
	top: 20px;
	left: 375px;
	width: 300px;
	height: 300px;
	z-index: 4;
}

#photobox {
	position: absolute;
	top: 25px;
	left: 250px;
	z-index: 4;
}

/* ******************************************************** */
#navlist {
	position: absolute;
	top: 104px;
	background-image: url(images/bar.gif);
	border: solid #CCCCCC 1px;
	border-right-color: #AAAAAA;
	border-left-color: #AAAAAA;
	height: 20px;
	width: 700px;
	text-transform: uppercase;
}

#navcontainer ul {
	background-color: #EDE2CA;
	color: #996600;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 20px;
	margin-left: 0;
	margin-top: 0;
	padding: 0px;
	text-align: left;
}

#navcontainer ul li {
	display: inline;
	padding-bottom: 3px;
	padding-top: 3px;
}

#navcontainer ul li a {
	border-right: solid #CCCCCC 1px;
	color: #996600;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	text-decoration: none;
}

#navcontainer ul li a:hover {
	background-color: #006600;
	color: #FFFFFF;
}

#navcontainer #active {
	border-left: solid #CCCCCC 1px;
}

/* ******************************************************** */
#navlist2 {
	position: absolute;
	background-image: url(images/bar.gif);
	border: solid #CCCCCC 1px;	
	border-left-color: #AAAAAA;
	border-right-color: #AAAAAA;
	height: 20px;
	text-transform: uppercase;
}

#navcontainer2 ul {
	background-color: #EDE2CA;
	color: #996600;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 20px;
	margin-left: 10px;
	margin-top: 0;
	padding: 0px;
	text-align: left;
}

#navcontainer2 ul li {
	display: inline;
	padding-bottom: 3px;
	padding-top: 3px;
}

#navcontainer2 ul li a {
	border-right: solid #CCCCCC 1px;
	color: #996600;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	text-decoration: none;
}

#navcontainer2 ul li a:hover {
	background-color: #006600;
	color: #FFFFFF;
}

#navcontainer2 #active {
	border-left: solid #CCCCCC 1px;
}


/* ******************************************************** */
#navcontainer3 ul {
	background-color: #EDE2CA;
	color: #996600;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 20px;
	margin-left: 0px;
	margin-top: 0;
	padding: 0px;
	text-align: left;
}

#navcontainer3 ul li {
	display: inline;
	padding-bottom: 3px;
	padding-top: 3px;
}

#navcontainer3 ul li a {
	border-right: solid #CCCCCC 1px;
	color: #996600;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	text-decoration: none;
}

#navcontainer3 ul li a:hover {
	background-color: #006600;
	color: #FFFFFF;
}

#navcontainer3 #active {
	border-left: solid #CCCCCC 1px;
}


/* ******************************************************** */

.teetime {
	color: red;
	font-style: italic;
}

.justy {
	text-align: justify;
}

img.toright {
	float: right;
}

img.withborder {
	border: solid #999999 1px;
}

img.padtop {
	margin-top: 30px;
}

#centerit {
	text-align: center;
}

.moveabit {
	padding-left: 50px;
}

.theframe {
	border-style: none;
	height: 320px;
	width: 300px;
}

.photoframe {
	border: none;
	width:420px;
	height:315px;
}

.boldtext {
	font-weight: bold;
}

.slant {
	font-style: italic;
}