body{
	background: #baab5b url(../images/bg.jpg) repeat-x;
	margin-top: 0;
	padding-top: 0;
}
#main{
	width: 760px;
	margin: 0 auto;
	border-left: solid #BAAA5C 1px;
	border-right: solid #BAAA5C 1px;
}
#TopContent{
	background: #fff;
}
#welcome, #content{
	background: #fff;
	font: normal 12px Verdana, sans-serif;
	padding: 15px 25px;
}
#welcome p, #content p{
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}
#content h3{
	margin-bottom: 3px;
}
#content h4{
	margin-bottom: 3px;
}
#content a:link, #content a:visited{
	color: #600;
}
#content a:hover{
	color: #A67322;
}
#logo{
	background: #560019;
}
#amenities{
	background: #fffde8;
	font: normal 11px Verdana, sans-serif;
	padding: 15px 10px 10px 10px;
}
#amenities ul{
	padding: 0;
	margin: 10px 0 0 20px;
}
#amenities ul strong{
	color: #8c151e;
}
#footer{
	background: url(../images/footerbg.gif);
	text-align: center;
	color: #e9e0ae;
	font: normal 11px Verdana;
	padding: 10px;
}
#footer .copyright{
	color: #9c7062;
}
#footer a{
	color: #9c7062
}
#navcell{
	background-color: #004031;
	font-size: 12px;
	font-family: Arial;
	border-top: solid #baab5c 1px;
	border-bottom: solid #baab5c 1px;
}
#nav a{
	color: #e9e0ae;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 8px 9px 8px 9px;
}
#nav a:hover{
	background: #e9e0ae;
	color: #004031;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
}
#nav li.toplevel{
	border-right: solid #2f5b3c 1px;
}
#nav ul li { /* all list items */
	width: 10em;  /*width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #004031;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid #e9e0ae 1px;
}
#nav li ul a{
	background: #e9e0ae;
	color: #004031;
	border-bottom: solid #e9e0ae 1px;
}
#nav li ul a:hover{
	background: #004031;
	color: #e9e0ae;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#accPhotos img, #GroundsPhotos img{
	margin: 5px 0px;
}
.required{
	color: #f00;
}