/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('FILENAME.jpg') center top repeat-x #C5B482; 
	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;}
img {border:0;}

/* ----- headers ----- */
h1{color: #603C00; font-size:10pt; margin:0; padding:0;}

/* ----- typography/positioning ----- */
.content {padding: 0px 0px 0px 0px;}
.footer, .copyright {color: #000; text-align: center; font-size: 7pt;}
.one {padding: 0px 5px 0px 20px;}
.two {padding: 0px 5px 0px 12px;}
.three {padding: 10px 0px 0px 18px;}
.main {padding: 0px 25px 0px 20px;}
#fader {height: 378px; width: 728px; overflow: hidden;}  // <-- THIS HAS TO BE EDITED!!!! CHANGE THE HEIGHT AND WIDTH TO THE IMAGE SIZE!!!!


/* ----- links ----- */
a {text-decoration: none; color: #603c00;}

a:link {text-decoration: none; color: #603C00;}
a:visited {text-decoration: none; color: #603C00;}
a:hover {text-decoration: underline; color: #603C00;}
a:active {text-decoration: none; color: #603C00;}

.footer a:link, .copyright a:link, .main a:link {text-decoration: none; color: #603C00;}
.footer a:visited, .copyright a:visited, .main a:visited {text-decoration: none; color: #603C00;}
.footer a:hover, .copyright a:hover, .main a:hover {text-decoration: underline; color: #603C00;}
.footer a:active, .copyright a:active, .main a:active {text-decoration: none; color: #603C00;}


/* ----- backgrounds ----- */
.bg1 {background: url('backfade1.jpg') right top no-repeat;}
.bg2 {background: url('backfade2.jpg') left top no-repeat;}
.news {background: url('backnews.jpg') center top no-repeat;}
.fea {background: url('backfea.jpg') center top no-repeat;}
.wel {background: url('backwel.jpg') center top no-repeat;}


/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.jpg');
}


/* ----- sidebar links ----- */
#table8 {margin:6px;}
#table3 {clear:both;}
.area_info td {border:1px solid #c5b482;}
.area_info td:hover {background-color: #f2eee2;}
/*.area_info a {display:block; padding:6px; font-weight:550}*/
.area_info a:link {display:block; padding:6px; text-decoration: none; font-weight:550; color: #603C00;}
.area_info a:visited {display:block; padding:6px; text-decoration: none; color: #603C00;}
.area_info a:hover {display:block; padding:6px; text-decoration: none; color: #603C00;}
.area_info a:active {display:block; padding:6px; text-decoration: none; color: #603C00;}