html, body {
	background-color: #323232;
	color: #cb9663;
	font: 13px/18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	height: 100%;
}

#wrapper {
	margin-right: 50px;
	margin-left: 50px;
	position: relative;
	height: 100%;
}

#topline {
	min-width: 950px;
	width: 100%;
	height: 2px;
	background-color: #926845;
	position: relative;
	display: block;
	z-index: 0;
	top: 30px;
}

#logo {
	padding-top: 5px;
	position: absolute;
	margin-top: 30px;
}

#langnav {
	position: relative;
	display: block;
	float: right;
	padding-top: 35px;
	right: 50px;
	margin-right: -50px;
	z-index: 10;
}

#figure {
	position: absolute;
	top: 0;
	overflow: hidden;
	height: 100%;
	right: 0;
	z-index: 2;
}


#content {
	width: 1000px;
	position: absolute;
	margin-top: 120px;
	z-index: 5;
}

#navigation {
	width: 120px;
	float: left;
	padding-right: 50px;
	margin-top: 5px;
} 



#navigation li{
	margin-bottom: 18px;
}

#imageCon{
	height: 390px;
	bottom: 0;
	position: relative;
}

#imageCon, #imageCon .fullImg, #imageCon .imgTxt{
	float: left;
	position: relative;	
}



.imgTxt{
	width: 200px;
	display: block;
	position: relative;
}

#imageCon .fullImg{
	padding-right: 20px;
}

#imageCon .imgTxt{
	height: 390px;
	position: relative;
}

.txtBlock {
	position: absolute;
	display: block;
	bottom: 0px;
}


#txt {
	width: 600px;
	color: #ffcc99;
	line-height: 22px;
	display: inline-block;
	padding-bottom: 50px;
}

#imagenav {
	height: 80px;
	width: 100%;
	margin-left: 0px;
	position: absolute;
	margin-top: 400px;
	top: 20%;
	padding-right: 0px;
	overflow: hidden;
	
	z-index: 20;
}

#thumbrow {
	width: 10000px;
	
}

/* @group Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* @end */

a:link, a:visited {
	color: #a8784d;
	text-decoration: none;
}

a:hover {
	color: #cb9663;
	text-decoration: none;
}



