body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

/*TOP NAVIGATION*/
#Nav {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	height: 25px;
	text-align: center;
	background: #663333 url(../images/bg_nav.gif) no-repeat bottom;
}
#Nav li {
	margin: 0;
	padding: 0 20px; 
	text-align: center;
	display: inline;
}
#Nav li a {
	line-height: 15px;
	color: #F6F0D6;
	font-size: 1.3em;
	text-decoration: none;
}
#Nav li a:hover {
	color: #fff;
}

/*GENERAL STYLES*/
#ColumnOne {
	padding-right: 20px;
	vertical-align: top;
}
#ColumnTwo {
	padding-top: 42px;
}
a {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #663300;
	text-decoration: none;
}
#ColumnOne p, #ColumnTwo p, #ColumnOne ul {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #794E24;
}
.table {
	border: none;
	width: 100%;
	font-size: 1.1em;
	color: #794E24;
}
.table td {
	padding: 3px 0;
}
address {
	font-style: normal;
	color: #794E24;	
}
a img {
	border: none;
}
h1 {
	text-indent: -99999px;
	height: 40px;
	width: 100%;
}
h1.home {
	background: url(../images/h1_home.gif) no-repeat;
}
h1.golf {
	background: url(../images/h1_golf.gif) no-repeat;
}
h1.garden {
	background: url(../images/h1_garden.gif) no-repeat;
}
h1.directions {
	background: url(../images/h1_directions.gif) no-repeat;
}
h1.contact {
	background: url(../images/h1_contact.gif) no-repeat;
}
h1.about {
	background: url(../images/h1_about.gif) no-repeat;
}
h1.receptions {
	background: url(../images/h1_receptions.gif) no-repeat;
}
h1.camp {
	background: url(../images/h1_camp.gif) no-repeat;
}
h1.menu {
	background: url(../images/h1_menu.gif) no-repeat;
}
h2, h3 {
	color: #9F9959;
	font-size: 1.8em;
	font-weight: normal;
}
h2 span {
	font-size: 12px;
	display: block;
}
.leftImg {
	float: left;
	margin: -2px 0 0 -5px;
}
.featureBox {
	background: #EFE7C2;
	padding: 15px;
	border: 1px solid #DFD5A7;
}
.featureBox h2,
.featureBox p {
	margin: 3px;
}

