html, body, #wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 800px;
}

@font-face {
    font-family: GillSans;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/GILLSAN0.eot);
}

a {
	outline: none;
}

a:link {
	color: #711611;
}

a:visited {
	color: #711611;
}

a:hover {
	color: #711611;
}

a:active {
	color: #711611;
}

a.button {
	background: #b38c8c;
	display: block;
}

a.button:hover {
	background: #711611;
}

a.button:active {
	background: #711611;
}

img.button {
	background: transparent;
	border: none;
}

.title {
	color: #711611;
}

.copyright {
	font-family: GillSans, Arial;
	font-size: 9px;
}

.main {
	font-family: GillSans, Arial;
	font-size: 12px;
}

.print {
	font-family: GillSans, Arial;
	font-size: 9px;
	line-height: 1.2;
}

.spacing {
	line-height: 90%;
}

.iframe_padding {
	padding-left: 10px;
	padding-right: 10px;
}

.hide {
	display: none;
	position: absolute;
}

.show {
	display: block;
}

.showSub {
	margin-left: 14px;
	display: block;
}
