/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('FILENAME.jpg') center top repeat-x #4d3b2d; 
	font-family: verdana, 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 0px 0px 0px;}
.footer, .copyright {color: #E6DCB8; text-align: center; font-size: 7pt;}
.main {padding: 0px 25px 0px 3px;}
.pg {padding: 0px 25px 0px 30px;}
.news2 {padding: 0px 5px 0px 3px;}
.maina {padding: 0px 0px 5px 3px;}
#fader {height: 270px; width: 760px; overflow: hidden;}  // <-- THIS HAS TO BE EDITED!!!! CHANGE THE HEIGHT AND WIDTH TO THE IMAGE SIZE!!!!
#fader2 {height: 300px; width: 200px; overflow: hidden;}  // <-- THIS HAS TO BE EDITED!!!! CHANGE THE HEIGHT AND WIDTH TO THE IMAGE SIZE!!!!


/* ----- links ----- */
a {text-decoration: none; color: #D55826;}
a:link {text-decoration: none; color: #D55826;}
a:visited {text-decoration: none; color: #D55826;}
a:hover {text-decoration: underline; color: #D55826;}
a:active {text-decoration: none; color: #D55826;}

.footer a:link, .copyright a:link {text-decoration: none; color: #E6DCB8;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #E6DCB8;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #E6DCB8;}
.footer a:active, .copyright a:active {text-decoration: none; color: #E6DCB8;}


/* ----- backgrounds ----- */
.fade1 {background: url('backfade1.png') right top no-repeat;}
.fade2 {background: url('backfade2.png') left top no-repeat;}
.wel {background: url('backwel.jpg') center top no-repeat;}
.page {background: url('backmain.jpg') center top no-repeat;}
.news {background: url('backnews.jpg') center top no-repeat;}
.title1 {background: url('backtitle1.jpg') right top no-repeat;}
.title2 {background: url('backtitle2.jpg') left top no-repeat;}
.title2a {background: url('backtitle2a.jpg') left top no-repeat;}
.cont1 {background: url('backcontent1.jpg') right top no-repeat;}
.cont2 {background: url('backcontent2.jpg') left top no-repeat;}
.cont2a {background: url('backcontent2a.jpg') left top no-repeat;}


/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}
