body {
	background-color: #738539;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background_tree.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	background-attachment: scroll;
	background-position: center top;
}
.main {
	background-image: url(../images/border.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px 40px 20px;
	vertical-align: top;
	background-color: #FCF8CD;
}
h1 {
	font-size: 22px;
	color: #821417;
	text-align: center;
	vertical-align: top;
}
.red {
	color: #821417;
}
h2 {
	font-size: 16px;
	color: #CA9B31;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CA9B31;
	padding-bottom: 2px;
	padding-top: 5px;
	margin-bottom: -5px;
	line-height: 20px;
}

a:link {
	color:#33441A;
}    /* unvisited link */

a:visited {
	color:#831417;
} /* visited link */

a:hover {
	color:#8DA05E;
}   /* mouse over link */

a:active {
	color:#4C632D;
}  /* selected link */
.floatleft {
	float: left;
	border-top-color: #738539;
	border-right-color: #738539;
	border-bottom-color: #738539;
	border-left-color: #738539;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.floatright {
	float: right;
	border-top-color: #738539;
	border-right-color: #738539;
	border-bottom-color: #738539;
	border-left-color: #738539;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 20px;
}
.centerswf {
	text-align: center;
}

