/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('FILE.jpg') center top repeat-x #000; 
	font-family: verdana, san-serif; 
	font-size: 10pt; 
	color: #fff;
	text-align: left;
}

td {font-size: 10pt; text-align: left;}
p {margin: 0px; padding: 0px; text-align: left;}
h1 {margin: 0px; padding: 0px; font-size: 9pt; font-weight: bold;}


/* ----- typography/positioning ----- */
.content {padding: 0px 23px 0px 23px;}
.footer, .copyright {color: #d7e7bf; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: underline; font-weight: bold; color: #454812;}
a:visited {text-decoration: underline; font-weight: bold; color: #454812;}
a:hover {text-decoration: underline; font-weight: bold; color: #454812;}
a:active {text-decoration: underline; font-weight: bold; color: #454812;}

.footer a:link, .copyright a:link {text-decoration: none; color: #d7e7bf;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #d7e7bf;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #d7e7bf;}
.footer a:active, .copyright a:active {text-decoration: none; color: #d7e7bf;}


/* ----- backgrounds ----- */
.bgfeatured {background: url('bgfeatured.jpg') left top no-repeat;}



/* ----- other stuff ----- */
.img {padding: 3px; border: 1px solid #6e7f55;}
#fader {height: 294px; width: 760px; overflow: hidden;}
ol {margin: 5px 0px 5px 25px; padding:0px;}
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}