@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#pre_header {
	float: left;
	height: 66px;
	width: 780px;
	margin-top: 5px;
}
#page_ID {
	height: 50px;
	width: 520px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #307A00;
	background-color: #CCFFFF;
	border: 1px solid #307A00;
}


.oneColFixCtrHdr #header {
	height: 224px;
	width: 530px;
	float: left;

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	float: left;
	width: 520px;
	background-color: #ececec;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;


}
#footer_style {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	float: left;
	height: 15px;
	width: 500px;
}

#home_btn {
	float: left;
	height: 24px;
	width: 250px;
}
#about_btn {
	float: left;
	height: 24px;
	width: 250px;
}
#off_site_btn {
	float: left;
	height: 24px;
	width: 250px;
}
#rates_btn {
	float: left;
	height: 24px;
	width: 250px;
}
#wedding_packages_btn {
	height: 25px;
	width: 250px;
	float: left;
}
#reservations_btn {
	float: left;
	height: 24px;
	width: 250px;
}
#contact_us_btn {
	float: left;
	height: 24px;
	width: 250px;
}
#russell_tennis_btn {
	float: left;
	height: 24px;
	width: 250px;
}
#health_btn {
	float: left;
	height: 24px;
	width: 250px;
}


#flash_area {
	float: left;
	height: 350px;
	width: 780px;
	margin-top: 8px;
	border: 1px solid #97D937;
}
#jump_menu {
	float: left;
	height: 25px;
	width: 780px;
	background-color: #307A00;
	margin-top: 3px;
}
#sideBar {
	float: right;
	height: 700px;
	width: 245px;
	margin-top: 5px;
	background-image: url(../Assets/images/sideBar_bkg.jpg);
}


#nav {
	float: right;
	height: 224px;
	width: 250px;
}

.oneColFixCtrHdr #footer {
	float: left;
	width: 780px;
	height: 65px;
	background-image: url(../Assets/images/footer_bkg.jpg);


}
#lower_nav {
	float: left;
	height: 25px;
	width: 780px;
	background-color: #97D937;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
