@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffffff;

}
.woodsStyle #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	background-color: ffffff;
	z-index: 1;
	background-image: url(../images/woods_body.jpg);
	
}

.woodsStyle #header {
	background-color: ffffff;
	height: auto;
	width: auto;
	z-index: 2;
	margin: 0;
	padding: 0;
}
.woodsStyle #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 */
}
.woodsStyle #mainContent {
	background-image: url(../images/woods_body.jpg);
	background-repeat: repeat-y;
	width: auto;
	height: auto;
	clear: none;
	padding-bottom: 30px;
	z-index: 2;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 0px;
}
.woodsStyle #bodyContent {
	padding-left: 20px;
	padding-right: 20px;
	height: auto;
	clear: both;
	width: auto;
	z-index: 3;
	background: none;
}
.woodsStyle #rightSideTimes {
	float: right;
	height: auto;
	text-align: center;
	clear: right;
	z-index: 10;
	padding: 10px;
	border: thin groove #193E82;
	background-color: #E2EBFA;
}
.woodsStyle #rightSideTimes p {
	font:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: 00000;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.woodsStyle #rightSideMap {
	float: right;
	height: auto;
	z-index: 10;
	margin-top: -200px;
	width: auto;
}
h1 {
	font:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: 00000;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;

}
h2 {
	font:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: 00000;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;

}
p {
	font:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: 00000;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
a:hover {
	text-decoration: none;
	color: #e84d2f;
	padding: 0;
	margin: 0;

}
a:focus {
	text-decoration: none;
	color: #193e82;
	padding: 0;
	margin: 0;

}
.woodsStyle #footer {
	padding: 0 10px;
	text-align: center;
	background-image: url(../images/woods_footer.jpg);
	height: auo;
	background-repeat: no-repeat;
	clear: both;
	background-color: #ffffff;
	padding-top: 20px;
	z-index: 2;
}

.woodsStyle #footer a{
	font:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
.woodsStyle #footer a:hover {
	text-decoration: none;
	color: #e84d2f;
}
.woodsStyle #footer a:focus {
	text-decoration: none;
	color: #193e82;
	font:Arial, Helvetica, sans-serif;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
