/* top level */
H1 {
	font-family: Garamond, "Times New Roman", cursive, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #CAC0A2;
	text-align: left;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 25px;
}
/* main content */
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 160%;
}
.bodytext A {
	color: #000000;
	text-decoration: underline;
}
.bodytext A:hover {
	color: #000000;
	text-decoration: underline;
}
/* footer */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68%;
	color: #B8AA8D;
}
.footer A {
	color: #AFA389;
	text-decoration: underline;
}
.footer A:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footerNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68%;
	line-height: 120%;
	font-weight: bold;
	color: #757462;
}
.footerNav A {
	color: #757462;
	text-decoration: none;
}
.footerNav A:hover {
	color: #757462;
	text-decoration: underline;
}
/* sidebar */
.gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68%;
	color: #000000;
	text-align: center;
}
.gallery A {
	color: #000000;
	text-decoration: none;
}
.gallery A:hover {
	color: #000000;
	text-decoration: underline;
}
