/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('bg.jpg') center top repeat-x #822508; 
	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: 10px 10px 10px 10px;}
.welcome {padding: 10px 10px 10px 0px;}
.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #a6762b;}
a:visited {text-decoration: none; color: #a6762b;}
a:hover {text-decoration: underline; color: #a6762b;}
a:active {text-decoration: none; color: #a6762b;}

.footer a:link, .copyright a:link {text-decoration: none; color: #fff;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #fff;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #fff;}
.footer a:active, .copyright a:active {text-decoration: none; color: #fff;}


/* ----- backgrounds ----- */
.topleft {background: url('topleft.jpg') right top no-repeat;}
.topright {background: url('topright.jpg') left top no-repeat;}

.bg-y {background: url('bg-y.png') left top repeat-y;}
.bgwelcome {background: url('bgwelcome.jpg') left top no-repeat;}
.bgcontent {background: url('bgcontent.jpg') left top no-repeat;}

.cabin_back {background: url('cabin_back.jpg') center top no-repeat;}
.cabin_pic {padding:22px 0 0 26px;}

/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}

#fader {width: 760px; height: 229px; overflow: hidden;}
.fader {background: url('fader1.jpg');}

.img2 {border: 1px solid #a6762b; margin:5px;}
.img {border: 1px solid #a6762b;}

.cabinfoot {clear:both;}
h1{font-size: 10pt; color: #000; margin:0; padding:0; color: #a6762b;}
h2{font-size: 10pt; color: #000; margin:0; padding:0; color: #a6762b;}

hr{width:70%; border-top: 1px solid #dfdac6; color:#fefaeb;}
.hr2{width:100%; border-top: 1px solid #dfdac6; color:#e9e5d7;}


.nav ul {margin: 20px 0 0 40px; padding:0; list-style:none; list-style-image:none; width:169px;}
.nav ul li {padding:1px 0 0 0; margin:0px;}
.nav ul li a{display: block; padding:4px; text-decoration:none; margin:0;}
*html .nav ul li {margin-bottom:-15px;}

.nav ul li a:hover{background-color:#fff; text-decoration:none; margin:0;}