* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #f9f9ef url(../images/bg.png) repeat-x;
	color: #222;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
}
#navholder {
	width: 854px;
	height: 172px;
	margin: 0 auto 0;
	background: url(../images/header.jpg) top right no-repeat;
	position: relative;
}
#nav {
	position: absolute;
	top: 120px;
	left: 320px;
	list-style-type: none;
	height: 40px;
}
#nav li {
	float: left;
}
#nav li a {
	margin: 0 6px 0 0;
	padding: 2px 4px 4px;
	display: block;
	color: #00662d;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
#nav li.active a, #nav li a:hover {
	color: #00662d;
}
#page {
	width: 700px;
	margin: 0 auto 0;
	padding: 0 0 0 154px;
	background: url(../images/vines.jpg) no-repeat;
}
h1 {
	color: #00662d;
	margin: 10px 0 10px;
	font: bold 2.6em/1.1em Georgia, "Times New Roman", Times, serif;
	clear: both;
}
h2 {
	color: #00662d;
	margin: 10px 0 10px;
	font: bold 1.3em/1.3em Georgia, "Times New Roman", Times, serif;
}
.rightcol {
	float: right;
	width: 355px;
}
.leftcol {
	float: left;
	width: 325px;
}
.content p {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	padding: 0 0 10px 0;
}
.content ul {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	list-style-position: inside;
	list-style-image: url(../images/bullet.png);
	list-style-type: circle;
}
.content ul li {
	padding: 0 0 24px 16px;
	text-indent: -14px;
}
.content p a {
	color: #dd9a00;
	text-decoration: none;
}
h2 a, h2 a:visited {
	color: #00662d;
}
a.hidelink {
	text-decoration: none;
	border: none;
}
#footer {
	clear: both;
}
#footer p {
	padding: 10px 0;
}
.linkback, .linkback:visited {
	color: #4c9b24;
	text-decoration: none;
}
