/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('back.jpg') center top repeat; 
	font-family: arial, san-serif; 
	font-size: 8pt; 
	color: #000;
	text-align: left;
}

td {font-size: 8pt; text-align: left;}
p {margin: 0px; padding: 0px; text-align: left;}


/* ----- typography/positioning ----- */
.content {padding: 0px 5px 0px 20px;}
.footer, .copyright {color: #000; font-weight: bold; text-align: center; font-size: 7.5pt;}
.updates {padding: 0px 30px 0px 27px;}
.video {padding: 0px 0px 0px 23px;}
h1 {font-size: 9pt; padding: 0px; margin: 0px;}
p {padding:3px 0 3px 0;}


/* ----- links ----- */
a:link {text-decoration: none; color: #890007;}
a:visited {text-decoration: none; color: #848250;}
a:hover {text-decoration: underline; color: #890007;}
a:active {text-decoration: none; color: #890007;}

.footer a:link, .copyright a:link {text-decoration: none; color: #890007;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #848250;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #890007;}
.footer a:active, .copyright a:active {text-decoration: none; color: #890007;}


/* ----- backgrounds ----- */
.bg {background: url('FILENAME.jpg') center top no-repeat;}


/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}
.title {font-weight: bold; color: #fff; background: #666354;}
#fader {width: 760px; height: 324px; overflow: hidden;}  // <-- THIS HAS TO BE EDITED!!!! CHANGE THE HEIGHT AND WIDTH TO THE IMAGE SIZE!!!!