@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/trees_only.png);
	background-color: #000;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {
	width: 708px;
	margin: 0px auto 0px auto;
	padding: 20px 35px 0px 15px;
	background-color: #fff;
	border: 1px solid #fff; 
	line-height: 160%;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content p {
	line-height: 160%;
}
#header {
	width: 802px;
	background-image: url(../images/header.png);
	height: 200px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#header #home_link a {
	display: block;
	width: 800px;
	height: 120px;
	text-decoration: none;
}
#header #home_link a span {
	visibility: hidden;
}
#nav {
	display: block;
	padding: 5px 10px 5px 40px;
	margin: 30px 0px 20px 40px;
	color: #000;
	width: 670px;
	text-align: center;
	background-color: #efefef;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	
}
#nav a:link, #nav a:active, #nav a:visited {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	color: white;
	width: 760px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 10px;
	padding-top: 28px;
}
.redtext {
	color: red;
	font-weight: bold;
}
.boldtext {
	color: black;
	font-weight: bold;
}
