/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('bg.gif'); 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 0px 0px 0px;}
.welcome {padding: 0px 0px 0px 12px;}
.pad {padding: 0px 10px 0px 10px;}

.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #921e23;}
a:visited {text-decoration: none; color: #921e23;}
a:hover {text-decoration: underline; color: #921e23;}
a:active {text-decoration: none; color: #921e23;}

.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-bg {background: url('top-bg.jpg') center top repeat-x;}

.fader-bg {background: url('fader-bg.jpg') center top repeat-x;}
.fader-l {background: url('fader-l.jpg') right top no-repeat;}
.fader-r {background: url('fader-r.jpg') left top no-repeat;}

.welcome-bg {background: url('welcome-bg.jpg') left top repeat-y;}

.cont-bg {background: url('cont-bg.jpg') center top repeat-x #fff;}
.foot-bg {background: url('foot-bg.jpg') center top repeat-x;}


/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}