@charset "utf-8";

html { height: 100%; }

body {
	margin: 0;
	height: 100%;
	background: right bottom no-repeat fixed;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#container {
	float: right;
	width: 1020px;
	height: 100%;
}
#header {
	position: absolute; 
	width:465px; 
	height: 315px;
	padding: 35px 0 0 30px;
	right: 0; 
	top: 0;
	background: url(images/header-img-background.png) no-repeat;
}
#content {
	float: right;  
	width: 400px;
	padding: 0; 
	margin-right: 60px; 
}
#content .text {
	padding: 360px 25px 0 25px;
	text-align: justify;
	line-height: 22px;
	font-size: 14px;
	background: url(images/white-background.png) center repeat-y;
	color: #4e4e4e;
}
#gallery {
	width: 480px;
	padding: 35px 20px 0 20px;
	font-size: 12px;
	background: url(images/black-background.png) center repeat-y;
}
.item {
	position: relative;
	overflow: hidden;
	margin-top: 10px;	
}
.item a { text-decoration: none; }
.item a { cursor: pointer; }
.item a img { border: none; }
.item a .caption { display: none; }
.item a:hover .caption {
	display: block;
	position: absolute; 
	bottom: 0; 
	background: url(images/caption-background.png); 
	padding: 10px; 
	color: #ffffff;	
}
#nav {
	position: absolute; 
	height: 40px; 
	left: 0; 
	top: 0;
	padding-right: 10px;
	background:url(images/nav-background.png) right top no-repeat;	
}
#nav a {
	padding: 0 10px 0 10px;
	line-height: 29px;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
#nav a:hover {
	color: #9a9a9a;
}
p {
	padding: 10px 0 10px 0;
	margin: 0;
}
h1 {
	padding: 0;
	margin: 0;
	font-size: 38px;
	font-weight: normal;
	color: #333333;
}
h2 {
	padding: 5px 0 10px 0;
	margin: 0;
	line-height: 15px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
h3 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
.contact { color: #ffffff; }
label {
	width: 120px;
	float: left;
	display: block;
}
.inputtext {
	color: #000000;
	background: #ffffff;
	border: 1px solid #a8b2bd;
	width:200px;
}
.inputtextarea {
	color: #000000;
	background: #ffffff;
	border: 1px solid #a8b2bd;
	width:100%;
}