html, body {margin:0; padding:0; font-family: Arial, Helvetica, sans-serif;}
body {
	background-image: url(images/site/background.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #bcd4c3;
}
div#nav {
	width: 120px;
	height: 150px;
	position: relative;
	left: -53px;
	top: 70px;
}
div#home div#nav {
	left: -29px;
	top: 130px;
}
div#nav img {
	display: block;
	margin-bottom: 10px;
}
p, h1, h2 {
	margin: 0;
	padding: 0;
}
h1 {
	margin-top: 20px;
}
p, h2 {
	margin-top: 5px;
	margin-bottom: 15px;
}
div#content {
	width: 500px;
	padding-left: 93px;
	margin-top: -10px;
	color: #5b2b2f;
	font-size: 11px;
	line-height: 18px;
}
div#home div#content {
	width: 280px;
	padding-left: 385px;
	margin-top: 160px;
}
div#content h1 {
	font-size: 14px;
	text-decoration: underline;
}
div#content .tiny { font-size: 9px; }
div#content a {
	color: #5b2b2f;
	text-decoration: underline;
}
div#content a:hover {
	color: black;
	text-decoration: underline;
}
div#content a.anchor {
	color: #5b2b2f;
	text-decoration: none;
	font-size: 14px;
	display: block;
	margin-bottom: 12px;
}
div#content a.anchor:hover {
	color: #5b2b2f;
	text-decoration: none;
	display: block;
	background-color: white;
	background-image: url(/images/site/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	margin-right: auto;
	padding-left: 20px;
	position: relative;
	left: -20px;
}
div#footer {
	margin-left: 24px;
}
div#copyright {
	color: #330000;
	font-size: 9px;
	text-align: right;
	margin-right: 33px;
}
div#copyright a {
	color: #330000;
	text-decoration: underline;
}
div#content img.border {
	border: 1px solid #5b2b2f;
}
div#content .large {
	font-size: 12px;
}
