/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 1px; 
	background: url('bg.jpg') center top repeat-y #b5caa1; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 16px 0px 16px;}

.recent {padding: 0px 14px 0px 14px;}
.erir {padding: 0px 0px 0px 11px;}
.ride {padding: 0px 10px 0px 24px;}

.footer {color: #581b03; text-align: center; font-size: 7pt;}
.footer2, .copyright {color: #5e7548; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #a87d1e;}
a:visited {text-decoration: none; color: #a87d1e;}
a:hover {text-decoration: underline; color: #a87d1e;}
a:active {text-decoration: none; color: #a87d1e;}

.footer a:link {text-decoration: none; color: #581b03;}
.footer a:visited {text-decoration: none; color: #581b03;}
.footer a:hover {text-decoration: underline; color: #581b03;}
.footer a:active {text-decoration: none; color: #581b03;}

.footer2 a:link, .copyright a:link {text-decoration: none; color: #5e7548;}
.footer2 a:visited, .copyright a:visited {text-decoration: none; color: #5e7548;}
.footer2 a:hover, .copyright a:hover {text-decoration: underline; color: #5e7548;}
.footer2 a:active, .copyright a:active {text-decoration: none; color: #5e7548;}


/* ----- backgrounds ----- */
.nav-l {background: url('nav-l.jpg') right top no-repeat;}
.nav-r {background: url('nav-r.jpg') left top no-repeat;}
.nav-bg {background: url('nav-bg.jpg') center top repeat-x;}

.home-l {background: url('home-l.jpg') right top no-repeat;}
.home-r {background: url('home-r.jpg') left top no-repeat;}
.home-bg {background: url('home-bg.jpg') center top repeat-x;}
.home-y {background: url('home-y.jpg') center top repeat-y;}

.sub-l {background: url('sub-l.jpg') right top no-repeat;}
.sub-r {background: url('sub-r.jpg') left top no-repeat;}
.sub-bg {background: url('sub-bg.jpg') center top repeat-x;}
.sub-y {background: url('sub-y.jpg') center top repeat-y;}

.bg-welcome {background: url('bg-welcome.jpg') left top repeat-y;}
.bg-content {background: url('bg-content.jpg') left top repeat-y;}

.bg-ec {background: url('bg-eventscalendar.jpg') left top no-repeat;}

.bg-bot {background: url('bg-bot.jpg') left top repeat-y;}

.foot2 {background: url('foot2.jpg') left top no-repeat; height:84px;}

.foot-l-1 {background: url('foot-l-1.jpg') right top no-repeat;}
.foot-r-1 {background: url('foot-r-1.jpg') left top no-repeat;}
.foot-l-2 {background: url('foot-l-2.jpg') right top no-repeat;}
.foot-r-2 {background: url('foot-r-2.jpg') left top no-repeat;}


/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}
#fader {height: 273px; width: 760px; overflow: hidden;}
