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

body {
	background-color: #FFCC99;
}

a {
	cursor: pointer;
	color: #333333;
}

a:hover {
	color: #999999;
}

h1 {
}

h2 {
	font-size: 18px;
	line-height: 95%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 19px;
}

h3 {
	font-size: 14px;
	text-align: center;
}

#frame {
	border-top-color: #B5D5FF;
	border-top-style: double;
	border-top-width: 1px;
	border-right-color: #6699FF;
	border-right-style: groove;
	border-right-width: 1px;
	border-left-color: #B5D5FF;
	border-left-style: double;
	border-left-width: 1px;
	border-bottom-color: #6699FF;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	background-image: url(../jpg/bg099.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 625px;
	margin-top: 1%;
	margin-right: auto;
	margin-left: auto;
}

#frameluau {
	border-top-color: #B5D5FF;
	border-top-style: double;
	border-top-width: 1px;
	border-right-color: #6699FF;
	border-right-style: groove;
	border-right-width: 1px;
	border-left-color: #B5D5FF;
	border-left-style: double;
	border-left-width: 1px;
	border-bottom-color: #6699FF;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	background-image: url(../jpg/bgluau.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 625px;
	margin-top: 1%;
	margin-right: auto;
	margin-left: auto;
}

#left {
	width: 300px;
	height: 625px;
	float: left;
	position: relative;
}

#nav {
	width: 295px;
	margin-top: 400px;
	margin-right: auto;
	margin-left: 0px;
	padding-top: 5px;
	position: relative;
}

#nav ul {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 160%;
	text-align: left;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#banner {
	background-position: 0px, 0px;
	width: 680px;
	height: 135px;
	margin-right: auto;
	margin-left: 3px;
	float: right;
	position: relative;
}

#home {
	width: 680px;
	height: 420px;
	margin-right: auto;
	margin-left: 3px;
	float: right;
	position: relative;
	overflow: auto;
}

#pagenav {
	width: 610px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	position: relative;
}

#pagenav span {
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

#pagenav a {
	text-decoration: none;
}

#pagenav a:visited {
	text-decoration: none;
	color: #999999;
}

#pagenav a:hover {
	text-decoration: underline;
	color: #333333;
}

#txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 127%;
	background-color: #FDFDE4;
	border: solid #999999 1px;
	width: 630px;
	min-height: 415px;
	position: relative;
	margin-left: 15px;
}

#txt p {
	font-size: 14px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 12px;
}

#txt a {
	color: #666666;
}

#txt a:visited {
	text-decoration: none;
	color: #999999;
}

#txt a:hover {
	text-decoration: underline;
	color: #333333;
}

#footer {
	text-align: center;
	width: 680px;
	height: 40px;
	margin-right: auto;
	margin-left: 3px;
	float: right;
	position: relative;
}

#footer p {
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 125%;
	font-size: 10px;
	text-decoration: none;
}

#footer a {
	text-decoration: none;
}

/* JS Toggles */

#homeimg {
	background-color: #333333;
	background-image: url(../jpg/temphome.jpg);
	background-repeat: no-repeat;
	border: solid #999999 1px;
	width: 365px;
	height: 320px;
	position: relative;
	margin-right: 37px;
	float: right;
}

#classesimg {
	background-color: #333333;
	background-image: url(../jpg/tempclass.jpg);
	background-repeat: no-repeat;
	border: solid #999999 1px;
	width: 365px;
	height: 320px;
	position: relative;
	margin-right: 37px;
	float: right;
}

#clubimg {
	background-color: #333333;
	background-image: url(../jpg/tempclub.jpg);
	background-repeat: no-repeat;
	border: solid #999999 1px;
	width: 365px;
	height: 320px;
	position: relative;
	margin-right: 37px;
	float: right;
}

#rentalsimg {
	background-color: #333333;
	background-image: url(../jpg/temprental.jpg);
	background-repeat: no-repeat;
	border: solid #999999 1px;
	width: 365px;
	height: 320px;
	position: relative;
	margin-right: 37px;
	float: right;
}

#contactimg {
	background-color: #333333;
	background-image: url(../jpg/tempcontact.jpg);
	background-repeat: no-repeat;
	border: solid #999999 1px;
	width: 365px;
	height: 320px;
	position: relative;
	margin-right: 37px;
	float: right;
}

#phone {
	background-color: #FFFFCC;
	border-top-color: #B5D5FF;
	border-top-style: double;
	border-top-width: 1px;
	border-right-color: #6699FF;
	border-right-style: groove;
	border-right-width: 1px;
	border-left-color: #B5D5FF;
	border-left-style: double;
	border-left-width: 1px;
	border-bottom-color: #6699FF;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	text-align: center;
	margin-top: 1%;
	padding: 20px;
}

#phone span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #333333;
	text-align: center;
}

.faq {
	font-weight: bold;
	font-variant: small-caps;
}

#gallerypage {
	text-align: center;
}

#gallerypage p {
	text-align: center;
}

#bio {
	margin-left: 10px;
}

#textbadge {
	width: 610px;
	height: 160px;
	background-color: #FFCC99;
	border: solid 1px #333333;
	margin-top: 30px;
	padding-bottom: 12px;
}

#badge {
	width: 610px;
	height: 115px;
	background-color: #FFCC99;
	border: solid 1px #333333;
	margin-top: 0px;
}

#badgel {
	float: left;
	margin-left: 45px;
	font-size: 12px;
}

#badgel a {
	font-size: 12px;
}

#badgem {
	font-size: 12px;
	margin-left: 55px;
	margin-right: 30px;
	clear: none;
	float: left;
}

#badgem a {
	font-size: 12px;
}

#badger {
	float: right;
	margin-right: 45px;
	font-size: 12px;
}

#badger a {
	font-size: 12px;
}

#highlight a {
	color: #990000;
}

#highlight a:visited {
	color: #990000;
}
