body {
	background-color: #AE7637;
}
#pagecontainer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00000;
	height: auto;
	width: 950px;
}
#left {
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#right {
	background-image: url(images/right.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#top {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#bottom {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.bottomcontent {
	font-size: .6em;
}
.bottomcontent a {
	color: #333333;
	text-decoration: none;
}
.directions {
	list-style: none;
}
a:hover {
	color: #805A30;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
.currentpage {
	color: #805A30;
	text-transform: capitalize;
}
h1 {
	font-size: 1.3em;
}
a {
	color: #000000;
	text-decoration: none;
}