* {
	margin: 0;
	padding: 0;
}
body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #003A29;
}
a {
	color: #666;
}
a:focus, a:hover {
	color: #666;
}
#main {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	text-align: center;
}
#header {
	width: 900px;
	height: 80px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
p.quote {
	width: 150px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
p.quote a {
	color: #fff;
	font-family: "Tahoma", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: middle;
	text-decoration: none;
}
p.quote a:href {
	text-decoration: none;
}
#center {
	background: #003A29 url(images/whiteBar.png) 0 52px repeat-x;
	height: 500px;
}
h1, h2, h3 {
	display: none;
}
address {
	font-style: normal;
	display: inline;
}
#hidden {
	position: absolute;
	left: -9999px;
}