
 #picfade {
   
    width: 1000px;
    height: 600px;
	position:relatice;
	z-index:1;
  }
 a img:hover{opacity:0.8}
  
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #888;
}
body {
	background-image: url(../img/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #36210E;
	background-repeat: no-repeat;
	background-position:top center;
}
.white12 {
	color:#CCC;
}
.gold12 {
	color: #73614e;
}
.darkyellow{
	color: #cda418;
}
a:link {
	text-decoration: none;
	color: #b97700;
}
a:visited {
	text-decoration: none;
	color: #b97700;
}
a:hover {
	text-decoration: underline;
	color: #e1bb76;
}
a:active {
	text-decoration: none;
	color: #b97700;
}

.Link2 a:link {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
}
.Link2 a:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
}
.Link2 a:hover {
	text-decoration: underline;
	color: #b97700;
	font-size: 14px;
}
.Link2 a:active {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
}

.Link3 a:link {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
.Link3 a:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
.Link3 a:hover {
	text-decoration: underline;
	color: #b97700;
	font-size: 12px;
}
.Link3 a:active {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	display:inline;
	
}
.bgtext{
	position:absolute; 
	z-index:9; 
	margin-top:25px; 
	margin-left:680px; 
	width:255px; 
	height:510px; 
	background:url(../img/bg-text.png);
	padding:20px 20px 20px 20px;
	background-repeat:no-repeat;
	background-position:center top;
	color:#d7d3d0;
}

.content{
	position:absolute; 
	z-index:9; 
	margin-top:20px; 
	margin-left:25px; 
	width:607px; 
	height:509px; 
	background:url(../img/bg-text2.png);
	padding:30px 20px 20px 20px;
	background-repeat:no-repeat;
	background-position:center top;
	color:#d7d3d0;
}

.input{
	background-color:#6b5b42;
	color:white;
	opacity: 0.8;
	border-radius: 5px;
	border:thin; 
	text-align:center;
}
.select{
	background-color:#6b5b42;
	color:white;
	opacity: 0.8;
	border-radius: 5px;
	border:thin; 
	text-align:left;
	overflow:hidden;
	width:120px;
}
.bookbutton{
	width:130px; 
	color:white;
	opacity: 0.7;
	border-radius: 15px; 
	padding-top:0px; 
	text-align:center; 
	font-weight:bold; 
	height:25px; 
	border:thin; 
	background-color:#a5711b;
}
.gallery{
	width:600px;
}
.gallery tr{
	vertical-align:middle;
}
.gallery td{
	width:110px;
	text-align:center;
}

