body {
	margin:0px;
	padding:0px;
	background-color: #FAE19B;
}
body,td,th,p,div,a,input,select,textarea,span,font {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#8B4513;
}
a,a:visited,a:hover {
	color:Maroon;
}
a:hover {
	text-decoration: none;
}
h1, h2 {
	padding:2px;;
	margin:2px;
	color:#BB4A4A;
}
h1 {
	font-size: medium;
	padding-right: 35px;
	background-image: url(../Images/bg-h1.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
	padding: 0;
	margin: 0;
}

.right-col {
	width:168px;
	vertical-align:top;
}
.menu {
	list-style-type:none;
	margin:0;
	padding:0;
	width:168px;
}
.menu li {
	margin:0;
	padding:0;
	height:30px;
	border: none;
}
.menu li ul {
	position:absolute;
	list-style-type:none;
	margin-top:-25px;
	padding:0;
	display: none;
}
.menu li ul li {
	margin-right:160px;
	padding:3px;
	height:16px;
	background-color: #F9F0DF;
	border: 2px #FFFAEF solid;
	border-bottom: 1px Maroon solid;
	border-right: none;
	width: 100px;
}
.menu li ul li a {
	font-weight: bold;
	text-decoration: none;
	color:#996666;	
}
.menu li:hover ul {
	display: block;
}


.near-menu-col {
	vertical-align: top;
	background-color: #FFFAEF;
}
.content-col {
	vertical-align: top;
	background-color: #FFFAEF;
	background-image: url(../Images/bg-content.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 50px;
	width: 426px;
}
.content-col-home {
	vertical-align: top;
	background-color: #FFFAEF;
	width: 426px;
}
#divContent {
	margin-right: 18px;
	padding-left: 3px;
	overflow:auto;
	width: 422px;
	height: 363px;
	scrollbar-base-color:#E5BFAC;
}
#divContent-home {
	overflow:hidden;
	width: 422px;
	height: 363px;
}

.div-promo {
	overflow:hidden;
}
.home-news-block {
	width: 414px;
	height: 107px;
	background-image: url(../Images/home-news-bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
	vertical-align: top;
	padding-right: 20px;
}
.home-news-block div {
	width: 380px;
	height: 107px;
	vertical-align: top;
	overflow:hidden;
}
.home-gallery-block {
	width: 365px;
	background-color: #F9F0DF;
}
.image-border {
  border: solid 1px #333333; 
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=3);
}
.left-col {
	width:147px;
	vertical-align:top;
	padding: 0;
	margin: 0;
	background-image: url(../Images/bg-row-left.gif);
	background-repeat: repeat-y;
}
#divPicOhel {
	position:absolute;
	z-index:5;
	margin-top:10px;
}
#divPicTotem {
	position:absolute;
	z-index:5;
	margin-top:30px;
	margin-right:0px;
}
#divPicIndian {
	position:absolute;
	z-index:10;
	margin-top:343px;
	margin-right: -245px;
}
.footer-row {
	text-align: right;
}
#divFooterCredit {
	position:relative;
	z-index:20;
}
#divTerms {
	background-color: #FFFAEF;
	padding: 10px;
	margin: 10px;
	border: 1px #D69D8F solid;	
}
/* Contact Form */

.f-input {
	border-left:1px #11698C solid;
	border-top:1px #11698C solid;
	border-right:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
	width:162px;
	z-index:20;
}
.f-textarea {
	border-left:1px #11698C solid;
	border-top:1px #11698C solid;
	border-right:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
	width:162px;
	height:76px;
	z-index:22;
}
.mandatory-sign {
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}

.number-td { padding:3px; }
