/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('FILENAME.jpg') center top repeat-x #D5CBC5; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #3e3e3e;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 0px 0px 0px;}
.footer {font-size: 7pt; color: #3e3e3e; padding: 0px 30px 0px 0px;}
.copyright {font-size: 7pt; color: #3e3e3e;}
.wel {padding: 10px 10px 10px 30px;}
.eve {padding: 10px 10px 10px 0px;}
.new {padding: 5px 15px 5px 20px;}
.cont {padding: 10px 25px 10px 25px;}

/* ----- links ----- */
a:link {text-decoration: none; color: #9F3D05;}
a:visited {text-decoration: none; color: #CE5807;}
a:hover {text-decoration: underline; color: #9F3D05;}
a:active {text-decoration: none; color: #9F3D05;}

.footer a:link, .copyright a:link {text-decoration: none; color: #9F3D05;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #CE5807;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #9F3D05;}
.footer a:active, .copyright a:active {text-decoration: none; color: #9F3D05;}


/* ----- backgrounds ----- */
.left {background: url('backfade1.jpg') right top no-repeat;}
.right {background: url('backfade2.jpg') left top no-repeat;}
.wel {background: url('back1.jpg') center top no-repeat;}
.eve {background: url('back2.jpg') center top no-repeat;}
.con {background: url('backcontent.jpg') center top repeat-x;}
.new {background: url('backnews.jpg') center top no-repeat;}
.main {background: url('backmain.jpg') center top no-repeat;}
.topleft {background: url('backtop1.jpg') right top no-repeat;}
.topright {background: url('backtop2.jpg') left top no-repeat;}
.buyit {background: url('buy_it.jpg') left top no-repeat; height:60px;}
.down {background: url('download_it.jpg') left top no-repeat; height:60px;}
.buyit2 {background: url('buy_it2.jpg') left top no-repeat; height:60px;}

/* ----- other stuff ----- */
ul {margin-top: 3px;}
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}
