.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
}
.left {
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
.right {
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	color: #3c2813;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #304A2F;
}
.border {
	border: 1px solid #55452C;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}

