/* general site layout stylesheet */
/* used for main pages */

body {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFF6D4;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#headerleft {
	float: left;
	width: 400px;
}

#header {
	margin: 0px;
}

#headerright {
	float: right;
}

#main {
	position: absolute;
	top: 105px;
	left: 0px;
	width: 100%;
}

#leftnavigation {
	float: left;
	width: 150px;
	color: #000000;
	padding: 0px;
	margin: 0px 3px 3px 3px;
	border: 1px solid #AAFFFF;
}

#leftnavigation a:link, #leftnavigation a:visited {
	text-decoration: none;
	color: #333333;
}

#leftnavigation a:hover, #leftnavigation a:active, #leftnavigation a:focus {
	font-weight: bold;
	text-decoration: none;
	color: #333333;	
}

.lnhead {
	font-weight: bold;
}

.lnbold {
	font-size: 100%;
}

.lnsub {
	font-size: 90%;
}

.bgc1 {
	background-color: #88FFFF;
}

.bgc2 {
	background-color: #BBFFFF;
}

.bgc3 {
	background-color: #EEFFFF;
}

.bgc4 {
	background-color: #FFE5D4;
}

#rightnavigation {
	float: right;
	width: 125px;
	color: #000000;
	padding: 0px;
	border: 1px;
	border: 1px solid #AAFFFF;
	margin: 0px 3px 3px 3px;
}

#ad {
	position: relative;
}

#content {
	position: relative;
	margin-left: 161px;
	margin-right: 136px;
	width: auto;
	padding: 4px;
}

#news {
	position: relative;
}

#newshead {
	position: relative;
	padding: 4px;
	background-color:#66FFFF;
	font-weight:bold;
}

#newsitem {
	position: relative;
	padding: 4px 0px 4px 4px;
	background-color:#FFFFFF;
}

#route {
}

#route p {
	margin-top: 3px;
	margin-bottom: 3px;
}

.ridename {
	font-weight: bold;
	text-align: center;
	font-size: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.sectionheader {
	font-weight: bold;
	font-size: 150%;
	margin-top: 0px;
}

.pageheader {
	font-weight: bold;
	font-size: 130%;
}

.smalllink {
	font-size: 80%;
}

#ratings {
	position: relative;
	margin-left: 161px;
	padding: 4px;
}

#rate {
	position: relative;
	margin-left: 161px;
	padding: 4px;
}

#map {
	position: relative;
	width: auto;
	height: 500px;
}

#footer {
	position: relative;
	margin-left: 161px;
	padding: 4px;
}

#footer p {
	font-size: 80%
}