/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('FILENAME.jpg') center top repeat-x #fff; 
	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 132px;}
.content2 {padding: 0px 0px 0px 15px;}
.footer, .copyright {color: #000; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #173650;}
a:visited {text-decoration: none; color: #7b5216;}
a:hover {text-decoration: underline; color: #173650;}
a:active {text-decoration: none; color: #173650;}

.footer a:link, .copyright a:link {text-decoration: none; color: #173650;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #7b5216;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #173650;}
.footer a:active, .copyright a:active {text-decoration: none; color: #173650;}


/* ----- backgrounds ----- */
.top1 {background: url('top1_bg.jpg') center top repeat-x;}
.top2 {background: url('top2_bg.jpg') center top repeat-x;}
.nav {background: url('nav_bg.jpg') center top repeat-x;}
.bot {background: url('bot_bg.jpg') center top repeat-x;}
.content {background: url('content_bg.jpg') center top no-repeat;}
.content2 {background: url('content_bg1.jpg') center top no-repeat;}
.contentx {background: url('content_x.jpg') center top repeat-x #f5edda;}
.fader_l {background: url('fader_l.jpg') right top no-repeat;}
.fader_r {background: url('fader_r.jpg') left top no-repeat;}
.fader_bg {background: url('fader_bg.jpg') center top repeat-x;}


/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('FILENAME.jpg');
}