/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('FILENAME.jpg') center top repeat-x #3E3E3E; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 5px 0px 20px;}
.footer, .copyright {font-size: 7pt; color: #fff; text-align: center;}
.video {padding: 17px 0px 0px 10px;}
.news {padding: 0px 5px 0px 25px;}
.fea {padding: 11px 0px 0px 31px;}
.rightnav {font-size:8pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #d7b02f; font-weight: bold;}
a:visited {text-decoration: none; color: #3e3e3e; font-weight: bold;}
a:hover {text-decoration: underline; color: #d7b02f; font-weight: bold;}
a:active {text-decoration: none; color: #d7b02f; font-weight: bold;}

.left a:link {text-decoration: underline; color: #000;}
.left a:visited {text-decoration: none; color: #999;}
.left a:hover {text-decoration: none; color: #555;}
.left a:active {text-decoration: none; color: #000;}

.footer a:link, .copyright a:link {text-decoration: none; color: #ebd282;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #fff;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #ebd282;}
.footer a:active, .copyright a:active {text-decoration: none; color: #ebd282;}

.rightnav a:link {text-decoration: none; color: #000;}
.rightnav a:visited {text-decoration: none; color: #999;}
.rightnav a:hover {text-decoration: underline; color: #c1970e;}
.rightnav a:active {text-decoration: none; color: #000;}


/* ----- backgrounds ----- */
.news {background: url('backnews.jpg') center top no-repeat;}
.video {background: url('backvideo.jpg') center top no-repeat;}
.new {background: url('back_new.jpg') center top repeat-y;}


/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.jpg');
}
.rightnav ul {
	margin-top: 0px;
	margin-bottom:5px;
}
.rightnav ul li {
	margin-left: -15px; 
	list-style-image: url('bullet.jpg');
}
.image {border: 3px solid #E8CD79;}