body {
	margin: 0;
	padding: 0;	
	background: #646464;
	font-family: tahoma;
	font-size: 10pt;
	color: #333;	
}

img { border: 0; }

div.clear {
	clear:both;
	height: 0;
}

#wrapper {
	width: 960px;
	background: #fff;
	margin: 0 auto;
}

#top {
	width: 100%;
	height: 80px;
}

#top #logo {
	padding: 8px 0 0 10px;
	float: left;
}
#top #right {
	float: right;
	
}

#top #right #menu {
	margin: 3px 10px 0 0;
	
}

#top #right #menu a.language {
	display: block;
	float: right;
	margin: 0 0 19px;
	color: #aaa;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}

#top #right #menu a.language:hover {
	border-bottom: 1px solid #aaa;
}

#top #right #menu ul {
	list-style: none;
	clear: both;
	margin: 0;
	padding: 0;
}

#top #right #menu li {
	display: inline;
	padding: 5px 5px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px dotted #aaa;
}

#top #right #menu li span {
	display: inline-block;
}

#middle_guy {
	width: 100%;
	height: 400px;
	background: #333;
	border-bottom: #666 2px solid;
}

#middle_lady {
	float: left;
	width: 300px;
	height: 1035px;
	background: #eee url('../images/photo_2.jpg') no-repeat;
	margin: 0 35px 0 -30px;
}

#content {
	width: 900px;
	padding: 20px 30px 20px;
	background: #fff;
}

#content h1 {
	margin: 0;
	padding: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, arial, helvetica, sans-serif;;
	font-size: 14pt;
	font-weight: bold;
}

#content h2 {
	margin: 30px 0 15px;
	padding: 0;
	color: #6F684E;
	font-family: Century Gothic, verdana, arial, helvetica, sans-serif;;
	font-size: 11pt;
}

#content p {
	line-height: 150%;
	text-align: justify;
	margin: 10px 10px 10px;
}

#content ul {
	list-style: square;
}

#content li {
	line-height: 150%;
}

#footer {
	width: 100%;
	height: 20px;
	background: #333;
	text-align: center;
	color: #888;
	padding: 20px 0;
}

/* ------------------------------------------ */

#portfolio {
	width: 580px;
	float: right;
}

#portfolio .project {
  margin: 40px 0;
  padding: 0 0 30px;
  border-bottom: 1px dotted #aaa;	
}

#portfolio .project h1 {
	
}

#portfolio .project img {
	float: left;
	margin: 0 20px 0 0;
}

/* ------------------------------------------ */

form {
	width: 475px;
	margin: 20px 0 0 30px;
	float: left;
}

label {
	display: inline-block;
	width: 150px;
}

input[type="text"] {
	display: inline-block;
	width: 200px;
	border: 1px solid #aaa;
	background: #eee;
	color: #333;
}

textarea {
	display: inline-block;
	width: 250px;
	height: 200px;
	border: 1px solid #aaa;
	background: #eee;
	color: #333;
	vertical-align: top;
}

input[type="submit"] {
	display: block;
	margin: 20px auto;
	width: 150px;
	height: 35px;
}

input[type="text"]:focus, textarea:focus {
	background: #fff;	
}

#contact {
	width: 330px;
	float: right;
	background: #eee;
	color: #555;
}

#contact ul {
	list-style: none;
}

#contact ul li b {
	display: inline-block;
	width: 100px;
}
