@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(a/bkg.jpg);
	background-position: center top;
	background-color: #E2DEBD;
	background-repeat: no-repeat;
}
p, li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #8b8551;
	list-style-type: circle;
}
a{
	color: #a85f30;
}
.footer {
	padding-left: 26px;
	padding-right: 25px;
}
.footer p {
	color: #F4F2E4;
}
.footer a {
	color: #F4F2E5;
	text-decoration: none;
}
.footer a:hover {
	color: #7B441B;
	text-decoration: underline;
}
.scrollableArea {
	background-image: url(a/bkg-scroll.jpg);
	height: 480px;
	width: 400px;
	margin-left: 32px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 46px;
}
.scrollableText {
	overflow: auto;
	height: 440px;
	margin-right: 5px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
}
em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #9D5A1B;
	font-weight: normal;
}
