body {
	margin: 0px;
	background: #c0a848 url(images/bg.jpg) repeat-y center;
	font: .8em/1.5em Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}
h2 {
	font-size: 1.3em;
	margin: 0px 0px 1.5em 0px;
}
h3 {
	font-size: 1.1em;
	margin: 0px 0px 1.5em 0px;
}
p {
	margin: 0px 0px 1.5em 0px;
}
ul {
	margin: 0px 0px 1.5em 3em;
	padding: 0px;
}
ul.long li {
	margin-bottom: 1.5em;
}
ul.long ul li {
	margin-bottom: auto;
}
a {
	color: #ccaf3d;
	font-weight: bold;
	text-decoration: none;
}
a.visited {
	color: #c0a848;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
#title {
	position: relative;
	width: 800px;
	height: 199px;
	margin: auto;
	background: url(images/title.png);
}
#title h1 {
	display: none;
}
#title div {
	position: absolute;
	bottom: 0px;
	left: 570px;
	font-size: 1.3em;
	font-weight: bold;
}
#container {
	width: 730px;
	margin: 0px auto 10px auto;
	padding-right: 30px;
	text-align: left;
}
#nav {
	position: relative;
	float: left;
	width: 200px;
	height: 250px;
}
#nav-home {
	position: absolute;
	top: 10px;
	left: 10px;
}
#nav-about {
	position: absolute;
	top: 54px;
	left: 44px;
}
#nav-events {
	position: absolute;
	top: 108px;
	left: 28px;
}
#nav-resources {
	position: absolute;
	top: 142px;
	left: 42px;
}
#nav-nextsteps {
	position: absolute;
	top: 185px;
	left: 0px;
}
#nav-contact {
	position: absolute;
	top: 224px;
	left: 12px;
}
#content {
	float: left;
	width: 530px;
}
.offsetleft {
	width: 200px;
	float: left;
	margin: 0px 20px 1em -20px;
}
.offsetright {
	width: 200px;
	float: right;
	margin: 0px -20px 1em 20px;
}
.small {
	font-size: .8em;
	line-height: 1.25em;
}
#footer {
	clear: left;
	padding-top: 20px;
	text-align: center;
	font-size: .8em;
}