.header {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: bold;
}

.bodytext {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
}
.bodycolor {
	background-color: #009CBB;

}
.contentbox {
	background-color: #8AD3E4;
	width: 840px;
}

.subtext {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
.bodysplash {
	background-color: #5B3E1C;
	background-attachment: fixed;
	background-position: center;
}

.thumbnail{
	padding: 3px 3px 3px 3px;
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
}
	
a, .contact-link{
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
	font-family: "Courier New", Courier, monospace;
}

.section{
	border-top: 4px solid #009CBB;
	padding: 1em .5em 1em .5em;
	overflow: auto;
	width: 100%;
	}
	
html {overflow-y: scroll;
}
