body {
	background-color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 20px auto 10px auto;
	scrollbar-face-color: #8F6832;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #9E7740;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #B99F7B;
	scrollbar-arrow-color: #FFFFFF;
	text-align: center;

}
body {
	text-align: -moz-center;
}

a, a:active, a:focus, a:link, a:visited {
	text-decoration: none;
	color: #9f0000;
}
a:hover {
	color: #9f0000;
	text-decoration: underline;
}
table.header {
	padding: 0px 0px 0px;
	background-color: white;
	border: thin dashed #B99F7B;
	text-align: center;
	width: 798px;
}
table.main {
	padding: 0px;
	color: Black;
	border: 0px none;
	background-color: #A7885D;
	width: 799px;
	height: 600px;
	font-size: 12px;
}
td.main {
	font-size: 12px;
	color: Black;
	padding: 21% 40px 0px 55px;
	background-color: White;
	background-image: url("images/parchment bg.jpg");
	background-repeat: no-repeat;
	border: 0px none;
	text-align: center;
	vertical-align: top;
}
table.links {
	padding: 0px;
	color: Black;
	border: 0px none;
	font-size: 12px;
}
td.link1 {
	vertical-align: top;
	padding: 10px;
}


