/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('FILENAME.jpg') center top repeat-x #B1CED1; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #60544d;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 0px 0px 0px;}
.footer, .copyright {font-size: 7pt; color: #60544d; text-align: center;}
.pad {padding: 4px 7px 4px 9px;}
.pad2 {padding: 4px 27px 4px 12px;}

/* ----- links ----- */
a:link {text-decoration: none; color: #AC3A07;}
a:visited {text-decoration: none; color: #CB5201;}
a:hover {text-decoration: underline; color: #AC3A07;}
a:active {text-decoration: none; color: #AC3A07;}

.footer a:link, .copyright a:link {text-decoration: none; color: #AC3A07;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #CB5201;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #AC3A07;}
.footer a:active, .copyright a:active {text-decoration: none; color: #AC3A07;}

.fea a:link, .copyright a:link {text-decoration: none; color: #fff;}
.fea a:visited, .copyright a:visited {text-decoration: none; color: #CB5201;}
.fea a:hover, .copyright a:hover {text-decoration: underline; color: #fff;}
.fea a:active, .copyright a:active {text-decoration: none; color: #fff;}


/* ----- backgrounds ----- */
.bg {background: url('backnews.jpg') center top no-repeat;}
.bg2 {background: url('backfrea.jpg') center top no-repeat;}
.bg3 {background: url('backfren.jpg') center top no-repeat;}
.bg4 {background: url('backwel.jpg') center top no-repeat;}

.back1 {background: url('back1.jpg') right top no-repeat;}
.back1a {background: url('back1a.jpg') left top no-repeat;}
.back2 {background: url('back2.jpg') right top no-repeat;}
.back2a {background: url('back2a.jpg') left top no-repeat;}
.back3 {background: url('back3.jpg') right top no-repeat;}
.back3a {background: url('back3a.jpg') left top no-repeat;}
.back4 {background: url('back4.jpg') right top repeat-y;}
.back4a {background: url('back4a.jpg') left top repeat-y;}
.back41 {background: url('back41.jpg') right top repeat-y;}
.back41a {background: url('back41a.jpg') left top repeat-y;}

/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('FILENAME.jpg');
}