body {
	margin: 0;
	padding: 0;
	background: #657b60 url(img/body.gif) 0 0 repeat-x;
	font-size: 62.5%;
	font-family: "Lucida Grande", "Bitstream Vera Sans", Arial, sans-serif;
	text-align: center;
}

div#wrapper {
	position: relative;
	width: 773px;
	height: 577px;
	margin: 0 auto;
	text-align: left;
}

div#swish {
	background: url(img/swish.gif) 0 0 no-repeat;
	width: 773px;
	height: 74px;
}

div#tail {
	position: absolute;
	background: url(img/tail.gif) 0 0 no-repeat;
	width: 43px;
	height: 38px;
	top: 74px;
	right: 0;
}

div#nav {
	position: absolute;
	width: 218px;
	top: 66px;
	left: 0;
}

div#nav a#littleriver {
	display: block;
	width: 218px;
	height: 203px;
	background: url(img/lr.gif) 0 0 no-repeat;
}

div#nav a#peachtree {
	display: block;
	width: 218px;
	height: 216px;
	background: url(img/pt.gif) 0 0 no-repeat;
	margin-top: 7px;
}

div#nav a#peachtree:hover,
div#nav a#peachtree:visited:hover,
div#nav a#littleriver:hover,
div#nav a#littleriver:visited:hover {
	background-position: -218px 0;
}


div#footer {
	position: absolute;
	width: 773px;
	height: 92px;
	bottom: 0;
	left: 0;
	background: url(img/footer.gif) 173px bottom no-repeat;
}

div#footer p {
	position: absolute;
	width: 773px;
	height: 16px;
	top: 111px;
	text-align: center;
	color: #e9e4e1;
	font-size: 0.9em;
	left: 50px;
}

div#footer p a { color: #e9e4e1; }

div#flash_container {
	position: absolute;
	background: url(img/home.gif) 0 0 no-repeat;
	width: 558px;
	height: 411px;
	left: 172px;
	top: 74px;
}


#content h1 { position: absolute; font-size: 9px; left: -99em; width: 99px; }
#content p { position: absolute; font-size: 9px; left: -99em;  width: 99px; }

