html, body, #wrapper{
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, San Serif;
	background-color: #847a69;
}

a:link {
	font-size: 11px;
	color: #6b6b6b;
	font-weight: bold;
	text-decoration: none;
}

#navBar {
	display:block;
	font-size: 11px;
	color: #6b6b6b;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
}

a:visited {
	font-size: 11px;
	color: #6b6b6b;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	color: #6b6b6b;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	font-size: 11px;
	color: #6b6b6b;
	font-weight: bold;
	text-decoration: none;
}

h1.copy {
	font-size: 12px;
	color: #6b6b6b;
	font-weight: normal;
	text-align: justify;
}
h1.fineprint {
	font-size: 9px;
	color: #b9b9b9;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}