body {
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	text-align: center;
	margin-top: 50px;
	font-size: 0.75em;
}
html {
	padding: 0px;
	margin: 0px;
}
#page {
	width: 800px;
	margin: 0 auto;
	height: auto !important;
	padding: 5px 10px 0px 10px;
}
#header {
	background-image: url('img/header_full.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
}
#links {
	border-bottom: 2px solid #CCCCCC;
	margin-top: 5px;
	text-align: center;
	color: #a75c42;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 3px;
}

#p a, a:link, a:hover, a:visited {text-decoration: underline; color: #000000;}

#links a, #links a:link, #links a:visited { text-decoration: none; color: #a75c42; }
#links a:hover { text-decoration: underline; }

#content {
	font-size: 0.7em;
	color: #000000;
	min-height: 200px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
h1 {
	font-size: 3.5em;
	color: #a75c42;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 0 0 0;
}
h3 {
	font-size: 2.0em;
	color: #a75c42;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 0 0 0;
}
p {
	font-size: 1.4em;
	color: #000000;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
hr {
	width: 90%;
	padding: 0 0 0 0;
	border-bottom: 1px solid #000000;
	color: #000000;
}
#footer {
	border-top: 2px solid #CCCCCC;
	padding-top: 3px;
	text-align: right;
	color: #000000;
	font-weight: normal;
	font-size: 0.9em;
	margin-bottom: 0px;
}
#footer p {
	text-align: left;
		color: #000000;
	font-weight: normal;
	font-size: 0.9em;
}
