body {
	background: #6b7074;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img#body-bg {
	left:0;
	position: fixed;
	top:0;
	width:100%;
	z-index:-1;
}

div#wrap {
	margin: 0 auto;
	padding: 0;
	width: 788px;
}

div#floater {
	float: left;
	width: 100%;
	
	_position: absolute;
	_top: 0;
	_left: 80px;

}

div#top{
	background: url(top.gif) no-repeat top left;
	margin: 40px 0 0 0;
	padding: 0;
	width: 788px;
	height: 48px;
}

div#bottom {
	background: url(bottom.gif) no-repeat bottom left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 788px;
	height: 48px;
}

div#header {
	background: url(logo.gif) no-repeat top left;
	width: 788px;
	height: 48px;
	text-indent: -999px;
	overflow: hidden;
	font-size: 0;
	margin: 30px 0 0 0;
}

div#text-panel {
	background: #fff /*rgba(255, 255, 255, 0.9)*/;
	/*_background: #fff;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;*/
	width: 708px;
	text-align: left;
	padding: 5px 40px;
	line-height: 125%;
	margin: 0;
	float: left;
}

p, ul, ol {
	color: #333;
}

ul {
	margin-top: 0;
	padding-top: 0;
}

h1, h2, h3 {
	color: #999;
}

blockquote p {
	font-size: 17px;
}

blockquote#about p {
	font-size: 26px;
	color:#09F;
}

img#map {
	float: right;
	margin: 5px;
}

div.class {
	clear: both;
	height: 0;
}