body {
	background-image: url(pics/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin: 0px;
}
body {
	background-image: url(pics/main_bg.jpg);
	background-position: top;
	font-family: "Times New Roman", Times, serif;
}


a:link {
	color: #643319;
	text-decoration: none;
}
a:visited {
	color: #643319;
	text-decoration: none;
}
a:hover {
	color: #F26635;
	text-decoration: none;
}
a:active {
	color: #643319;
	text-decoration: none;
}


.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #643319;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #643319;
	margin-bottom: 8px;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #643319;
}
.top_links {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #643319;
	width: auto;
	float: left;
	background-image: url(pics/dot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 7px;
	margin-left: 4px;
}

