body, select, input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	line-height: 1.5em;
	background-image: url(../images/mainbkg.png);
	color: #D1C4A9;
}
h1 {
	font-size: 2.2em;
	font-weight: lighter;
	color: #7a6047;
	letter-spacing: -0.03em;
	margin-top: 24px;
	margin-bottom: 18px;
}
h2 {
	font-size: 1.2em;
	color: #b8831d;
	text-transform: uppercase;
	font-weight: lighter;
	margin-bottom: 14px;
	margin-top: 24px;
}
h3 {
	font-size: 1.1em;
	margin-bottom: 8px;
	padding-top: 8px;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
p {
	margin-bottom: 1.5em;
}
.error {
	color: #C00;
}
.confirmation {
	color: #080;
	font-weight: bold;
}
a:link {
	color: #BE822D;
	text-decoration: underline;
}
a:visited {
	color: #BE822D;
	text-decoration: underline;
}
a:hover {
	color: #D1C4A9;
	text-decoration: none;
}
.h2special {
	font-size: 1.2em;
	color: #b8831d;
	font-weight: lighter;
	margin-bottom: 14px;
	margin-top: 24px;
}
