html {
	background-color: #000;
	margin-bottom: 50px;
}
.clear {
	clear: both;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
	height: 500px;
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#inner {
	margin: 0 auto;
	width: 793px
}
#logo {
	width: 214px;
	height: 81px;
	margin-top: -30px;
}
#languages {
	margin-top: 35px;
	margin-left: 90px;
	width: 50px;	
}

#languages a {
	margin-right: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFF;
	float:left;
	text-decoration: none;
}
#languages a:hover {
	color: #ed0e46;
}
#menu {
	width: 810px;
	margin-left: 90px;	
}
#menu a {
	float:left;	
	margin-right: 10px;
	margin-top: 30px;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFF;
}
#menu a:hover {
	color: #ed0e46;
}

a#menu-item-active {
	color: #ed0e46;
}

.line {
	width: 950px;
	height: 6px;
	background-image: url(images/line.png);
	background-repeat: no-repeat;
	background-position: center;
}
.left-photos {
	font-family: Arial;
	font-size: 12px;
	background-image: url(images/photos-bg.jpg);
	background-repeat: no-repeat;
	height: 379px;
	width: 379px;
	padding-top: 11px;
	padding-left: 10px;
}
.left-photos p{
	margin-right: 10px;
	margin-bottom: 10px;
}
.left-photos h1{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#right-content {
	height: 380px;
	float: right;
}
#credits a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	margin-left: 80px;
	float: left;
	width: 110px;
	height: 20px;
	text-decoration: none;
	color: #333;
}
#links {
	text-align: right;
	padding-right: 100px;
	float: right;
	width: 200px;
	height: 20px;
}
#links  a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #333;
}
.first-photo {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.top-left {position:absolute; left: 0px; top: 0px;}
.top-right {position:absolute; right: -1px; top: 0px;}
.bottom-left {position:absolute; left: 0px; bottom: 0px;}
.bottom-right {position:absolute; right: -1px; bottom: 0px;}

.short-text {
	margin-left: 5px;
	border: solid 1px #CCC;
	width: 200px;
	height: 20px;
	margin-bottom: 10px;
}
.long-text {
	margin-left: 5px;	
	border: solid 1px #CCC;
	width: 200px;
	height: 100px;
	margin-bottom: 10px;
}
.code {
	margin-left: 5px;
}
#button {
	background: url(send.jpg);
	margin-top: 20px;
	margin-left: 105px;
	border: 0;
	width: 53px;
	height: 21px;
	display: block;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial;
	color: #333;;
}
.form-text {
	vertical-align: top;
	width: 80px;
	font-weight: bold;
	font-family: Arial;
	color: #666;
}