body {
	background: #FEFAE3;
	margin: 0;
	padding: 0;
}

#allt {
	position: relative;
	top: -1px;
	border-top: 1px solid red;
	background: #FEFAE3 url(images/top-back.png) repeat-x center top;
	text-align: center;
	_width: 926px;
	min-width: 926px;
}

#all {
	position: relative;
	left: -5px;
	top: -1px;
	border-top: 1px solid red;
	text-align: left;
	margin: 0 auto 0 auto;
	width: 926px;
	background: #023E06 url(images/background.png) repeat-y;
}

#content {
	margin: 390px 0 0 73px;
	padding: 20px 310px 30px 20px;
	background-image: url(images/grback.gif);
	background-repeat: no-repeat;
	color: #EDEDD4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	letter-spacing: 1px;
}

#content h1 {
	font-weight: normal;
	font-size: 1em;
	padding: 6px 0 6px 0;
	margin: 0;
}

#content p {
	padding-left: 20px;
}

#content a {
	color: #EDEDD4;
}

#top {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#top2 {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#top3 {
	position: absolute;
	top: 0;
	left: 0;
}

#navtop {
	position: absolute;
	top: 387px;
	right: 0;
}

#footer {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	/*padding-left: 2em;*/
}

#nav {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	position: absolute;
	top: 355px;
	right: 35px;
	width: 250px;
}

#nav ul, #nav li {
	list-style: none;
	list-type: none;
	margin: 0;
	padding: 0;
}

#nav a {
	color: #023E06;
	text-align: center;
	display: block;
	width: 250px;
	text-decoration: none;
	padding: 7px 0 7px 0;
	letter-spacing: 2px;
}

#nav a:hover {
	text-decoration: underline;
}

body.map #top {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

body.map #top2 {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

body.map #top3 {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

body.rates #top {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

body.rates #top2 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

body.rates #top3 {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

