<!--
html, body {margin:0; padding:0; width:100%; height:100%;}
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #3F2516;
	font-size:16px;
	background-color: #B4B997;
}
#bg_image { position: fixed; top: 0; left: 0; z-index: 1; width: 100%; }

#scrollable {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	visibility: visible;
}
.header {
	"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	font-weight: normal;
	color: #330;
	background-image: url(images-global/frame_topper.gif);
	height: 158px;
	text-align: center;
}
.maincontent {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #3F2516;
	background-image: url(images-global/frame_middle.gif);
	background-repeat: repeat;
	font-size: 15px;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 22px;
}
A {color: #3F2516; text-decoration: none; background: none;}
A:HOVER { color: #1E120B; text-decoration: underline; background: none; }