body {
	margin: 0 auto;
	background: #C9D0E3 url(/assets/html/bg.jpg) repeat-x center top;
	font: normal 13px Geneva, Arial, Helvetica, san-serif;
	color: #333333;
}
#pagecontainer {
	margin: 0 auto;
	width: 800px;
	height: auto;
}
#header {
	height: 188px;
	width: 800px;
	clear: both;
	background: url(/assets/html/centerbg.jpg) no-repeat;
}
#contentcontainer {
	background: #F1F0F6 url(/assets/html/centerrepeat.jpg) repeat-y;
}
#footer {
	text-align: center;
	clear: both;
	height: auto;
	width: 800px;
	font: normal 11px Geneva, Arial, Helvetica, san-serif;
	color: #333333;
}
#footer a{
	font: normal 11px Geneva, Arial, Helvetica, san-serif;
	color: #333333;
}
#menu {
	clear: both;
	height: 45px;
	width: 800px;
}
.home {
	background: url(/assets/html/home.jpg) no-repeat;
	float: left;
	height: 45px;
	width: 101px;
}
a:hover.home {
	background: url(/assets/html/home_f2.jpg) no-repeat;
}
.rates {
	background: url(/assets/html/rates.jpg) no-repeat;
	float: left;
	height: 45px;
	width: 89px;
}
a:hover.rates {
	background: url(/assets/html/rates_f2.jpg) no-repeat;
}
.contact {
	background: url(/assets/html/contact.jpg) no-repeat;
	float: left;
	height: 45px;
	width: 117px;
}
a:hover.contact {
	background: url(/assets/html/contact_f2.jpg) no-repeat;
}
.trails {
	background: url(/assets/html/trails.jpg) no-repeat;
	float: left;
	height: 45px;
	width: 157px;
}
a:hover.trails {
	background: url(/assets/html/trails_f2.jpg) no-repeat;
}
#logo {
	height: 113px;
	width: 800px;
	clear: both;
}
#logo span {
	display: none;
}
#menu span {
	display: none;
}
#icontent {
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 15px;
}
h1 {
	margin: 0px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-transform: uppercase;
}
