body {
	background: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	font-size: 85%;
}

p {
	line-height: 1.5em;
}

li {
	padding: .2em;
	line-height: 1.5em;
}

a, a:link, a:visited {
	color: #720000;
}

div#map {
	float: right;
	padding: 20px;
}

h1#logo {
	background: url(/images/hds-logo.png) left top no-repeat;
	width: 360px;
	height: 151px;
	text-indent: -999em;
	overflow: hidden;
	margin: -83px auto 0;
}

div#container {
	width: 750px;
	border: 1px solid #838072;
	margin: 110px auto 40px;
	position: relative;
	padding: 0 25px 25px;
	text-align: left;
}

div#content {
	background: #d3d3d3;
	padding: 0 0 20px 0;
}

div#container p, div#container h3 {
	padding: 0 20px;
}

div#container h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}

div#container h2 {
	text-align: center;
	color: #FFFFFF;
	background: #838072;
	padding: 5px 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.corner {
	width: 57px;
	height: 33px;
	overflow: hidden;
	position: absolute;
}

div.nw {
	background: url(/images/corner-sprite.png) left top no-repeat;
	left: -25px;
	top: -10px;
}

div.ne {
	background: url(/images/corner-sprite.png) right top no-repeat;
	right: -25px;
	top: -10px;
}

div.sw {
	background: url(/images/corner-sprite.png) left bottom no-repeat;
	left: -25px;
	bottom: -10px;
}

div.se {
	background: url(/images/corner-sprite.png) right bottom no-repeat;
	right: -25px;
	bottom: -10px;
}

a#fbButton,
a#fbButton:link,
a#fbButton:visited {
	position: absolute;
	right: 0;
	top: -113px;
}

