@charset "UTF-8";
body {
	background-attachment: scroll;
	background-color: #ffffe4;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Palatino, Times, "Times New Roman", serif;
	font-size: 13pt;
	line-height: 16pt;
	color: #49271f;
}
#wrapper {
	text-align: left;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
}
#content {
	margin: 0px;
	padding: 0px;
}
#footer {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #49271f;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #49271f;
}
a:hover {
	text-decoration: underline;
	color: #ad4f05;
}
a:active {
	text-decoration: none;
	color: #ad4f05;
}
