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

html, body, #wrapper {
	height:100%;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #737A35;
}
#wrapper { margin: 0 auto; text-align: left; vertical-align: middle; width: 400px; }

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #893101;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link {
	font-size: 18px;
	color: #893101;
	text-decoration: none
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

a:hover { color: #893101; text-decoration: underline }
a:visited { color: #893101; text-decoration: none }
a:active { color: #893101; text-decoration: none }

#visitor { 	float: right; color: #949C51; font-size: 12px; text-transform: uppercase; position: relative; top: -13px; }
#visitor p { margin: 0px; }
