/* ----- 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: #e6e6e6;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 0px 0px 0px;}
.footer, .copyright {font-size: 7pt; color: #000; text-align: center;}


/* ----- links ----- */
a:link {text-decoration: none; color: #fdd657;}
a:visited {text-decoration: none; color: #fdd657;}
a:hover {text-decoration: underline; color: #fdd657;}
a:active {text-decoration: none; color: #fdd657;}

.footer a:link, .copyright a:link {text-decoration: none; color: #267e4c;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #267e4c;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #267e4c;}
.footer a:active, .copyright a:active {text-decoration: none; color: #267e4c;}


/* ----- backgrounds ----- */
.bg {background: url('content.jpg') center top no-repeat;}
.bg2 {background: url('contenta.jpg') center top repeat-x;}
.left1 {background: url('left1.jpg') right top no-repeat;}
.left2 {background: url('left2.jpg') right top no-repeat;}
.right1 {background: url('right1.jpg') left top no-repeat;}
.right2 {background: url('right2.jpg') left top no-repeat;}
.left2a {background: url('left2a.jpg') right top repeat-x;}
.right2a {background: url('right2a.jpg') left top repeat-x;}

/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('FILENAME.jpg');
}