body {
	height: 100%;
	background-image: url(headerimage3.png);
	background-repeat: repeat-x;
	background-color: #628c5c;
}
h1 {
	font-size: 70px;
	font-family: arial;
	color: #3A5564;
	font-weight: bold;
	position: absolute;
	top: 8px;
	left: 220px;
	margin: 0px;
}
h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	margin: 0px;
}
#nav {
	position: absolute;
	top: 101px;
}
.button {
	display: inline;
}
a.navlink {
	text-decoration: none;
	background-color: #628c5c;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #075625;
	margin: 0px 2px 0px 0px;
	padding: 4px 8px 4px 8px;
	font-family: sans-serif;
	color: #075625;
	font-weight: bold;
	float: left;
	height: 19px;
}
a.navlink:hover {
	background-color: #ffff77;
}
#main {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 100%;
}
.content {
	display: block;
	width: 600px;
	color: #303030;
	font-family: sans-serif;
	border: dashed 2px #075625;
	padding: 15px;
	margin-bottom: 25px;
	margin-left: 100px;
}
.bold {
	font-weight: bold;
}
.indented {
        padding-left: 50pt;
        padding-right: 50pt;
}

p img {
	float: left;
	margin: 0px 15px 15px 0px;
}
#footer {
	border-top: dashed 2px #075625;
	font-size: .8em;
	color: #303030;
	font-family: sans-serif;
	padding: 5px 0px 7px 7px;
}
#email {
	position: relative;
	top: 3px;
}
