body,html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: georgia, times;
	color: #000000;
	font-size: 0.9em;
}

#container {
	position: relative;
	top:-20px
}

a {
	outline: none;
}

a img {
	border: none;
}

h1 {
	background: #dfdfdf;
	color: #000000;
	font-size: 1em;
	padding: 3px 3px 3px 10px;
	font-weight: normal;
	margin: 0;
}

#lang {
	position: absolute;
	top: 0px;
	left: 246px;
}

#lang a {
	display: block;
	padding: 4px;
	float: left;
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
}

#lang a.active {
	background: #00c38e;
}

#header {
  float: left;
	width: 180px;
	padding: 55px 20px 0 45px;
}

#name {
	font-family: baskerville, georgia, times;
	font-size: 1.7em;
	color: #00c38e;
}

#name span {
  color: #010202;
}

#menu {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
	font-family: baskerville, georgia, times;
	font-size: 1.3em;
}

#menu a {
  color: #010202;
	text-decoration: none;
}

#menu a.sub {
  background: url(images/submenu-background.png) no-repeat center left;
  padding: 0 0 0 25px;
}

#menu a.active,
#menu a:hover {
	color:#00c38e;
}

#content {
  width: 715px;
	padding: 60px 0 0 0;
  margin: 0 0 0 245px;
}

#about,
#contact {
  width: 510px;
  font-size: 0.9em;
  margin: -15px 0 0 0;
	line-height: 1.4em;
}

hr {
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #000000;
  width: 20px;
}

a {
	color: #00c38e;
	text-decoration:none;
}


div.title {
	*display: block;
	*clear: both;
	border-top: 1px solid #8c8c8c;
	padding: 3px 3px 3px 10px;
}

div.title a {
	color: #000000;
	text-decoration: none;
}

div.title a span {
	color: #ababab;
	font-size: 0.9em;
	font-style: normal;
}

div.title a em {
	color: #00c38e;
	font-size: 0.9em;
	font-style: italic;
}

div.title.active a {
	font-weight:bold;
}

div.title span {
	color: #00c38e;
	font-style: italic;
}

div.content {
	color: #4d4d4d;
	font-size: 0.8em;
	padding: 0 0 20px 0;
}

div.content .text {
	padding: 10px 0;
}

div.content label {
	display: block;
	width: 100px;
	text-align: right;
	float: left;
	clear: left;
	font-size: 11px;
}

div.content span {
	display: block;
	width: 600px;
	padding: 0 0 0 110px;
	*float: left;
	*padding-left: 10px;
	font-size: 11px;
}

div#text {
	line-height: 1.5em;
	font-size: 0.9em;
	margin: 0;
	width: 700px;
	padding: 20px 10px 10px 10px;
	border-top: 1px solid #8c8c8c;
}

div#text a {
	text-decoration: none;
	color: #00c38e;
}

div#text a:hover {
	text-decoration: underline;
}

div#text #left {
	width: 440px;
	float: left;
}

#right {
	position: relative;
	width: 250px;
	float: right;
	padding: 20px 0px;
	margin: -10px -10px 0 0;
}

div#text #right .flickr {
	margin: -20px 0 5px 0;
}

div#text #right .flickr img {
	width:75px;
	margin: 0 5px 0 0;
}

div#text p {
	padding: 0;
	margin: 0 0 10px 0;
}

div#text span {
	color: #00c38e;
}

div#text form label {
	display: block;
	width: 80px;
	float: left;
}

div#text form input,
div#text form textarea {
	background: #d6d6d6;
	border: none;
	width: 285px;
	font-family:georgia, times;
	font-size: 1em;
	height: 18px;
	padding: 5px;
	margin: 0 0 10px 0;
}

div#text form textarea {
	height: 200px;
}

div#text form .button {
	width: 84px;
	height: 25px;
	background: #00c38e;
	padding: 0;
	color: #ffffff;
}

div.footer {
	color: #ababab;
	font-size: 0.8em;
	border-top: 1px solid #8c8c8c;
	padding: 3px 3px 3px 10px;
}