body {
	background-color: #817157;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	line-height: 24px;
	color: #E1D5AD;
}
.border-right {
	background-image: url(../images/border-right.gif;
	background-repeat: repeat-y;
	background-position: top;
	background-image: url(../images/border-right.gif);
}
.border-left {
	background-image: url(../images/border-left.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.bg-main {
	background-color: #2E2114;
}
.line {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left;
}
.center {
	padding-left: 60px;
}
.bushcamptable {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #4F3922;
}
#maincontent p {
	margin: 10px 40px;
}
a {
	color: #CFC493;
}
.left {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.right {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer {
	padding: 10px 20px;
}
.footer a {
	text-decoration: none;
}
.camp {
	font-size: 16px;
	font-weight: bold;
	color: #E1D5AD;
}
li {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	padding: 0px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer a:hover {
	text-decoration: underline;
}
