﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 800px;
	margin: 10px auto;
}
#masthead {
	border: 1px solid #808080;
	text-align: center;
	width: 798px;
	height: 149px;
	background-image: url('../images/Masthead/masthead2.jpg');
}
#navigation {
	border: 1px solid #808080;
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 500px;
	background-image: url('../images/Navigation/Navi.JPG');
}
#content {
	border: 1px solid #808080;
	float: left;
	width: 618px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	height: 480px;
	background-repeat: no-repeat;
}
#footer {
	border: 1px solid #808080;
	text-align: center;
	clear: both;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('../images/Footer/nature park 011.jpg');
}
/* Masthead Styles */
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #FFC679;
	text-decoration: none;
	display: block;
	font-family: "Tempus Sans ITC";
	font-style: normal;
	font-size: 16pt;
	font-weight: bolder;
	height: 60px;
	vertical-align: text-bottom;
	line-height: 60px;
	text-align: center;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #FFC679;
	font-weight: 900;
	font-style: normal;
	font-family: "Tempus Sans ITC";
	font-size: 20pt;
	text-align: center;
}
#content img {
	vertical-align: top;
}
/* Footer Styles */
#footer p {
	color: #FFC679;
	margin-top: 5px;
	font-style: normal;
	font-family: "Tempus Sans ITC";
	font-weight: bold;
}
#footer a {
	color: #FFC679;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
a {
	color: #C0C0C0;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: none;
}
.content {
	font-weight: bolder;
	font-family: "Tempus Sans ITC";
	font-size: 12pt;
	font-style: normal;
	color: #808080;
}
.content_center {
	font-style: normal;
	font-weight: bolder;
	color: #808080;
	text-align: center;
	font-family: "Tempus Sans ITC";
	font-size: 12pt;
}
#navigation a:hover {
	color: #FFFFCC;
}
.newStyle1 {
	font-family: "Tempus Sans ITC";
	font-size: medium;
	font-weight: bolder;
	padding: 2px;
	list-style-type: none;
}
.newStyle2 {
	border-width: 0px;
}
