html,body{
	height:100%;
	width:100%;
	margin: 0;
	background:#aea66a fixed;
}
body{
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#fff;
	min-width:1000px;
	position:relative;
	background:#aea66a url(../images/bg-gallery.gif) no-repeat 50% 26px;
}
body.interior{
	background:none;
}
img{border-style:none;}
a{color:#fff;text-decoration:underline;}
a:hover{
	text-decoration:none;
	color:#e2dec9;
}

.wrapper {
	width: 100%;
	min-height: 100%;
}
* html .wrapper {height: 100%;}

.decor {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	position: fixed;
	background: url(../images/bg-inner.gif) no-repeat 50% 26px;
}
.inner{
	width:989px;
	margin:0 auto;
}
#header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:8;
	background: url(../images/bg-body.gif) repeat-x;
}
#header:after{
	height: 0;
	clear: both;
	content:'';
	display: block;
}
#nav{
	height:1%;
	margin:0 0 0 63px;
	padding:0;
	list-style:none;
}
#nav li{
	float:left;
	margin-right:21px;
	padding:5px 0 3px;
	position:relative;
	font-size:16px;
	line-height:18px;
	letter-spacing:1px;
}
#nav li a{
	color:#fff;
	text-decoration:none;
}
#nav li a:hover{
	color:#807e47;
	text-decoration:none;
}
#nav li.hover ul,
#nav li:hover ul{
	display:block;
}
#nav ul{
	display:none;
	width:82px;
	list-style:none;
	position:absolute;
	left:0;
	top:26px;
	background-color:#a29a63;
	margin:0;
	padding:4px 6px 4px 8px;
}
#nav ul li{
	width:100%;
	margin-top:3px;
	margin-bottom:2px;
	padding:0;
	letter-spacing:normal;
	font-size:12px;
	line-height:13px;
}
#nav ul li a{
	color:#e2dec9;
	font-weight:normal;
}
#nav ul li a:hover{
	text-decoration:underline;
	color:#fff;
}
.black-bar{
	width:33px;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	z-index:10;
	background:url(../images/bg-black.gif) repeat-y 100% 0;
}
.black-bar strong{
	display:block;
	margin-top:25px;
	overflow:hidden;
}
a.logo-right{
	width:33px;
	overflow:hidden;
	height:196px;
	text-indent:-9999px;
	float:left;
	background:url(../images/logo-right.jpg) no-repeat;
}


#content-holder{
	padding-right:33px;
	/* overflow:hidden; /* 
	/* min-height: 100%; */
	position:relative;
	z-index:2;
}
* html #content-holder {
	height: 100%;
}
#content{
	width:100%;
	height:500px;
	overflow:hidden;
	padding:26px 0 0;
}
