/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px; 
	background-color: #fff; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #fff;
	text-align: left;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}

#ctr {margin-left: auto; margin-right: auto; width: 760px;}


/* ----- typography/positioning ----- */
.welcome {padding: 0px 15px 0px 18px;}
.content {padding: 0px 18px 0px 18px;}

.footer, .copyright {color: #332012; text-align: center; font-size: 7pt;}
h1 {font-size: 9pt; margin: 0px;}


/* ----- links ----- */
a:link {text-decoration: none; color: #e7e783;}
a:visited {text-decoration: none; color: #e7e783;}
a:hover {text-decoration: underline; color: #e7e783;}
a:active {text-decoration: none; color: #e7e783;}

.footer a:link, .copyright a:link {text-decoration: none; color: #332012;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #332012;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #332012;}
.footer a:active, .copyright a:active {text-decoration: none; color: #332012;}


/* ----- backgrounds ----- */
.bg1 {background: url('bg1.gif') center top repeat-x;}
.bg2 {background: url('bg2.gif') center top repeat-x;}
.bg3 {background: url('bg3.jpg') center top repeat-x;}
.bg4 {background: url('bg4.gif') center top repeat-x #674024;}
.bg4welcome {background: url('bg4welcome.gif') left top repeat-y;}
.bg4welcome2 {background: url('bg4welcome2.gif') left top no-repeat;}
.bg4subs {background: url('bg4subs.gif') left top repeat-y;}
.bg4subs2 {background: url('bg4subs2.gif') left top no-repeat;}
.bg5 {background: url('bg5.jpg') center top repeat-x;}
.bg6 {background: url('bg6.gif') center top repeat-x #332012;}
.bg7 {background: url('bg7.jpg') center top repeat-x;}
.bg8 {background: url('bg8.gif') center top repeat-x;}


/* ----- other stuff ----- */
#fader {width: 760px; height: 309px; overflow: hidden;}
.img {padding:0px; margin:0; border:3px solid #fff;}
ul li {
	margin-left: -20px; 
	list-style-image: url('bullet.jpg');
}
.img {border: 3px solid #FFFFFF; margin: 2px;}