/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background-color: #3B3328; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
	text-align: left;
}

td {font-size: 8pt; text-align: left;}
p {margin: 0px; padding: 0px; text-align: left;}

#fader {height: 760px; width: 342px; overflow: hidden;}

/* ----- typography/positioning ----- */
.content {padding: 0px 12px 0px 12px;}
.footer, .copyright {color: #bab1a7; text-align: center; font-size: 7pt;}
.featured {padding: 10px 0px 0px 18px;}
.featured2 {padding: 10px 20px 0px 18px;}
.area {color: #bab1a7; padding: 75px 7px 5px 23px;}
#fader {height: 342px; width: 525px; overflow: hidden;}
.areanav {text-align: right; padding: 0px 12px 6px 0px;}

h2 {padding: 5px 0px 0px 0px; margin:0px; font-weight:bold; font-size:9pt;}

/* ----- links ----- */
a {text-decoration: none; color: #247ba3;}

a:link {text-decoration: none; color: #247ba3;}
a:visited {text-decoration: none; color: #247ba3;}
a:hover {text-decoration: underline; color: #247ba3;}
a:active {text-decoration: none; color: #247ba3;}

.footer a:link, .copyright a:link, .area a:link {text-decoration: none; color: #fff;}
.footer a:visited, .copyright a:visited, .area a:visited {text-decoration: none; color: #fff;}
.footer a:hover, .copyright a:hover, .area a:hover {text-decoration: underline; color: #fff;}
.footer a:active, .copyright a:active, .area a:active {text-decoration: none; color: #fff;}


/* ----- backgrounds ----- */
.bg {background: url('back_fea.jpg') center top no-repeat;}
.bg1 {background: url('back_eve.jpg') center top no-repeat;}
.sidebg {background: url('sidebg.jpg');}


/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}
