/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 1px; 
	background-color:#d5903d; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.welcome {padding: 0px 10px 0px 18px;}
.content {padding: 0px 18px 0px 18px;}
.footer, .copyright {color: #000; text-align: center;}

.featured {padding: 0px 0px 0px 215px;}
.callout1 {padding: 0px 22px 0px 19px;}
.callout2 {padding: 0px 22px 0px 15px;}
.callout3 {padding: 0px 24px 0px 13px;}


/* ----- links ----- */
a:link {text-decoration: none; color: #5e2006;}
a:visited {text-decoration: none; color: #5e2006;}
a:hover {text-decoration: underline; color: #5e2006;}
a:active {text-decoration: none; color: #5e2006;}

.footer a:link, .copyright a:link {text-decoration: none; color: #000;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #000;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #000;}
.footer a:active, .copyright a:active {text-decoration: none; color: #000;}


/* ----- backgrounds ----- */
.top_bg {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;}

.mid_bg_y {background: url('mid_bg_y.jpg') center top repeat-y;}
.mid_bg {background: url('mid_bg.jpg') center top repeat-x;}
.mid_l {background: url('mid_l.jpg') right top no-repeat;}
.mid_r {background: url('mid_r.jpg') left top no-repeat;}

.bot_l {background: url('bot_l.jpg') right top no-repeat;}
.bot_r {background: url('bot_r.jpg') left top no-repeat;}

.fader {background: url('fader1.jpg') center top no-repeat;}

.bg_welcome {background: url('bg_welcome.jpg') center top;}
.bg_content {background: url('bg_content.jpg') center top;}

.featured {background: url('fl_1.jpg') center top no-repeat;}
.callout1 {background: url('i01.jpg') center top no-repeat;}
.callout2 {background: url('i02.jpg') center top no-repeat;}
.callout3 {background: url('i03.jpg') center top no-repeat;}


/* ----- other stuff ----- */
.image {border:3px solid #ffffff;}
ul {margin-top:5px;}
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}