/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background-color: #48361d; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
	text-align: left;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}

#ctr {margin-left: auto; margin-right: auto; width: 760px;}


/* ----- typography/positioning ----- */
.welcome {padding: 0px 0px 0px 19px;}
.latest {padding: 0px 19px 0px 5px;}
.content {padding: 0px 19px 0px 19px;}

.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #700000;}
a:visited {text-decoration: none; color: #700000;}
a:hover {text-decoration: underline; color: #700000;}
a:active {text-decoration: none; color: #700000;}

.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('bg1.jpg') center top repeat-x #fff;}
.bot-home {background: url('bg2.jpg') center top repeat-x;}
.bot-sub {background: url('bot-sub.jpg') center top repeat-x;}


/* ----- other stuff ----- */
#fader {width: 760px; height: 302px; overflow: hidden;}  
ul li {
	margin-left: -15px; 
	list-style-image: url('bullet.jpg');
}
h1 {font-size: 9pt; margin: 0px;}