/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 1px; 
	background: url('bg.jpg') center top repeat-y #4f831c; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #1d3703;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 17px 0px 17px;}
.welcome {padding: 0px 10px 0px 17px;}
.featured {padding: 0px 10px 0px 9px;}

.eventscalendar {padding: 0px 0px 0px 0px;}
.elkriver {padding: 0px 0px 0px 13px;}
.ridesnowshoe {padding: 0px 10px 0px 23px;}

.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #7b422f;}
a:visited {text-decoration: none; color: #7b422f;}
a:hover {text-decoration: underline; color: #7b422f;}
a:active {text-decoration: none; color: #7b422f;}

.footer a:link, .copyright a:link {text-decoration: none; color: #fff;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #fff;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #fff;}
.footer a:active, .copyright a:active {text-decoration: none; color: #fff;}


/* ----- backgrounds ----- */
.top {background: url('top-bg.jpg') center top repeat-x;}
.top-l {background: url('top-l.jpg') right top no-repeat;}
.top-r {background: url('top-r.jpg') left top no-repeat;}

.o-l {background: url('1-l.jpg') right top repeat-y;}
.o-r {background: url('1-r.jpg') left top repeat-y;}
.t-l {background: url('2-l.jpg') right top repeat-y;}
.t-r {background: url('2-r.jpg') left top repeat-y;}

.home {background: url('bg-home.jpg') left top repeat-y;}
.sub {background: url('bg-sub.jpg') left top repeat-y;}

.eventscalendar {background: url('bg-eventscalendar.jpg') left top repeat-y;}

.bottom {background: url('bg-bottom.jpg') left top repeat-y;}


/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}