/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('bg.jpg') center top; 
	font-family: arial, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 0px 0px 0px;}
.ml {padding: 0px 18px 0px 46px;}
.news {padding: 0px 35px 0px 19px;}
.welcome {padding: 0px 35px 0px 19px;}
.sub {padding: 0px 46px;}
.featured2 {padding: 1px 0px 0px 59px;}

.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #626826;}
a:visited {text-decoration: none; color: #626826;}
a:hover {text-decoration: underline; color: #626826;}
a:active {text-decoration: none; color: #626826;}

.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: none; color: #d49240;}
.footer a:active, .copyright a:active {text-decoration: none; color: #fff;}


/* ----- backgrounds ----- */
.bg_top {background: url('bg_top.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;}

.left_bg {background: url('left_bg.jpg') center bottom no-repeat;}
.right_bg {background: url('right_bg.jpg') center top repeat-y;}

.news {background: url('mountainlife.jpg') center top no-repeat;}
.welcome {background: url('welcome.jpg') center top no-repeat;}
.sub {background: url('subpage.jpg') center top no-repeat;}
.subpage {background: url('subpage_bg.jpg') center top repeat-y;}

.featured {background: url('real_bg.jpg') center top no-repeat; height:201px;}
.featuredb {background: url('real_bg2.jpg') center top no-repeat; height:201px;}

/* ----- other stuff ----- */
.img {border: 2px solid #626826;}
ul { margin-top: 3px; margin-bottom: 3px; }
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}