@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
body {
	background-image: url(../images/wood.jpg);
	background-attachment: fixed;
	background-position: center top;
	text-align: center;
}
p {
	text-align: left;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 18px;
	color: #EFA19E;
	font-style: italic;
}
a:link {
	color: #F49E9E;
	text-decoration: none;
}
a:visited {
	color: #F59F9F;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #956759;
}
a:active {
	color: #F6F;
}
.footer {
	font-size: 9px;
	color: #999;
}
#content {
	width:700px;
	z-index:1;
	background-image: url(../images/bkgdcontent.png);
	padding: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
