@CHARSET "UTF-8";

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#ffffff;
	font-family: monospace;
	text-align:center; /* horizontal centering for IE Win quirks */
	color: #808285;
}

#distance { 
	width:1px;
	height:50%;
	background-color:#fff;
	margin-bottom:-312px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:625px;
	width:970px;
	clear:left;
	overflow: hidden;
	padding-top: 15px;
}

#header {
	height: 170px;
	font-size: 12px;
	position: relative;
}

#header ul {
	padding: 0;
	margin: 0;
}

#header li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	padding: 0 15px 0 15px;
	border-left:  1px solid #a0a1a3;
	position: relative;
}

#header li.first {
	border: none;
	padding-left: 0;
}

#header li .bar, .langBox .bar {
	position: absolute;
	top: -5px;
	left: 0;
	height: 3px;
	background-color: #030000;
	display: none;
	overflow: hidden;
}

#header a {
	color: #808285;
	text-decoration: none;
}

#header .language {
	position: absolute;
	top: 0;
	right: 0;
}

#header .intro {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 440px;
}

#content {
	font-size: 12px;
}

#content a {
	text-decoration: underline;
	color: #ffffff;
}

#content .left_picture {
	width: 637px;
	height: 445px;
	background-color: #ffffff;
	float: left;
	position: relative;
}

#content .right_big_picture {
	width: 605px;
	height: 445px;
	background-color: #ffffff;
	float: left;
}

#content .right_column {
	width: 328px;
	float: right;
}

#content .right_picture {
	width: 328px;
	height: 220px;
	background-color: #ffffff;
	margin: 0 0 5px 0;
}
#content .right_picture img {
	vertical-align: top;
	border: none;
}

#content .left_column {
	width: 365px;
	float: left;
	color: #ffffff;
	height: 445px;
	position: relative;
}

#content .left_column .page_logo {
	position: absolute;
	bottom: 5px;
	left: 0px;
}

#footer {
	width: 970px;
	margin: 0 auto;
	margin-top: -3px;
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
}

#galleryPic {
	cursor: pointer;
	position: absolute;
	z-index: 1;
}

#content .galleryLink {
	text-decoration: none;
	color: #ffffff;
}

.textContent {
	margin: 10px 14px;
}

.contactText {
	width: 65%;
}

#loading {
	position: absolute;
	width: 100%;
	top: 45%;
	text-align: center;
	z-index: 0;
}

.hiddenBox {
	display: none;
}

.static_img {
	cursor: pointer;
}

#credits_box {
	display: none;
	position: absolute;
	width: 250px;
	height: 40px;
	color: #a3a1a0;
	padding: 5px 15px;
	background: #ffffff;
	border: 1px solid #a3a1a0;
	font-size: 13px;
	z-index: 1000;
}
#credits_box p {
	margin: 5px 0;
	text-align: left;
}
#credits_box a {
	color: #a3a1a0;
	font-weight: normal;
	text-decoration: none;
}

.langBox {
	float: left;
	margin-left: 10px;
	position: relative;
}

.langBox .bar {
	background-color: #A6A8AB;
}
