table#content {
	width: 780px;
	height: 600px;
	background-image: url(images/content_bg.jpg);
	background-repeat:no-repeat;
	}
img {
	border: none;
	text-decoration: none;
	}
div#contentText {
	width: 460px;
	visibility:hidden;
	display:none;
	}
span.navButton {
	background-color: #244f26;
	border-color: #000000;
	border-style:solid;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 3px;
	color: #FFFFFF;
	font-weight: bolder;
	padding: 0px 35px 0px 35px;
	}
a span.navButton {
	text-decoration: none;
	}
span.navButton:hover {
	background-color: #000000;
	border-color: #244f26;
	}
table#navBar {
	position:absolute;
	top: 0px;
	z-index: 10;
	width: 780px;
	}
table#navBar td {
	text-align: center;
	padding-left: 7px;
	padding-right: 7px;
}
a,a:visited,a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
	}
a:hover {
	text-decoration:underline;
	}
div#restrictionsText {
	overflow:scroll;
	width: 460px;
	height: 460px;
	}
div#gallery {
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	}
td#gallery {
	text-align: center;
	background-color: #244f26;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-weight: bolder;
	}
div#plans,div#contactForm {
	width: 460px;
	}