﻿html {
	height: 100%;
	overflow:auto
}
body {
	height:100%;
	margin:0px 0px 0px 0px;
	background-position: center center;
	background: #FFFFFF none repeat-x center center;
	text-align: center;
}
.eight {
	font-family: Arial;
	font-size: 8pt;
}
#vertical {
	float:left;
	height: 50%;
	margin-top: -260px;/* half vertical height */;
	width: 100%;
	position:relative;
	z-index:1
}
#hoz {
	width: 100%;
	height: 521px;
	text-align: left;
	clear: both;
	z-index:1;
	position:relative;
}
.top {
	top: 0px;
	height: 16px;
	background-color: teal;
	padding-left: 0px;
	padding-top: 0px;
}
.middle {
	background-color: gray;
	height: 547px;
	top: 16px;
}
.bottom {
	height: 16px;
	top: 563px;
	background-color: #FFFFFF;
	padding-right: 10px;
}
#menu_div {
}
.show_container {
	width: 870px;
	height: 547px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.slide {
	background-color: #FFFFFF;
	width: 730px;
	height: 547px;
	position: absolute;
	left: 0px;
}
.thumb {
	width: 125px;
	height: 100%;
	overflow: auto;
	left: 745px;
	position: absolute;
}
#credit {
	float: right;
}
a {
	text-decoration: none;
	color: #000000;
}
.copy_block {
	width: 400px;
	height: 500px;
	margin-right: 25px;
	background-color:#CEC49F; /*original color DDD6BD*/;
}
.title {
	margin-right: 6px;
	margin-top: 82px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	height: 44px;
	width: 300px;
	text-align: right;
	float: right;
}
.img_div {
	height: 521px;
	width: 500px;
	text-align: left;
	margin-left: 10px;
}
.text {
	margin-top: 0px;
	float: right;
	margin-right: 31px;
	height: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	width: 200px;
	text-align: left;
}
.headline {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text_blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.arrow_img {
	border-width: 0px;
}
.bg_taupe {
	width: 60%;
	height: 100%;
	background-color: #CEC49F;
	position: absolute;
	top: 0px;
	left: 0px;
}

