/* Last Updated 10-23-2024 */
body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	background: #43B5F7 url("images/INMEMORY.png") repeat top center;
}
header {
	color: #FFFFFF;
	text-align: center;
	background: #A6C20A url("images/banb.jfif") no-repeat top center;
	height: 200px;
	padding: 20px;
}
nav {
	text-align: center;
	background-color: #496D2B;
	border-bottom: 2px solid #459302;
	border-top: 2px solid #459302;
	padding-bottom: 4px;
	padding-top: 10px;
}
/* The space between hyper linked buttons */
nav a {
	padding-left: 10px;
	padding-right: 10px;
}
/* The float CSS property places an element on the left or right side
 of its container, allowing text and inline elements to wrap around it. */
aside {
	float: right;
	font-size: 14px;
	text-align: center;
	padding: 20px;
	width: 210px;
}
/* The float CSS property places an element on the left or right side
 of its container, allowing text and inline elements to wrap around it. */
article {
	float: left;
	overflow: auto;
	text-align: justify;
	padding: 20px;
	width: 710px;
}
/*A container is for styling the entire width of a section. 
A wrapper is for styling and centering the max-width content inside it.*/
#wrapper {
	background-color: #A5C407;
	border: 2px solid #459302;
	margin: auto;
	width: 1000px;
}
footer {
	clear: both;
	color: #FFFFFF;
	text-align: center;
	background-color: #496D2B;
	border-top: 2px solid #459302;
	padding-top: 4px;
	padding-bottom: 2px;
}
/*The hyper-links in the footer*/
footer a {
	color: #FFFFFF;
	text-decoration: none;
}
/*The footer h6 heading only*/
footer h6 {
	margin: 0;
}
/*water activities and lodging girls pic*/
.alignleft {
	float: left;
	padding-right: 20px;
}
/*horseback riding, dining, and lodging boy*/
.alignright {
	float: right;
	padding-left: 20px;
}
/*register page only*/
form span {
	float: left;
	width: 200px;
}
/*water activities and dining only repeat external, internal, and in line*/
th, td {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
/*index page paragraph*/
.quote_author {
	color: #459302;
	font-style: italic;
}
/*any h1 header*/
header h1 {
	margin: 0;
}

