body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #D34836;
	background-color: #56492F;
	background-image:  url(images/greenbg5.jpg);
}
h1 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

a:link {
	color: #8D332E;
	text-decoration: none;
}
a:visited {
	color: #565141;
	text-decoration: none;
}
a:hover {
	color: #2E2936;
	text-decoration: none;
}
.footer {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.mainPic {
	border: 3px double #D34836;
	width: 712px;
	height: 510px;
	margin-right: 140px;
	margin-left: 140px;
}

