* {
	padding: 0; margin: 0;
}
body {
	background-image: url(/static/images/back-body.jpg);
	background-repeat: repeat-x;
	background-color: #85330A;
	font-family: Arial, Helvetica, sans-serif;
}
div#outer-wrapper {
}
div#outer {
	width: 980px;
	margin: 0 auto;
}
div#header-wrapper {
	background-image: url(/static/images/back-header.jpg);
	padding-top: 33px;
	position: relative;
}
div#header {
	height: 269px;
	width: 371px;
}
div#header a { display: block; line-height: 269px; text-indent: -10000px; outline: none;}
div#header-photo {
	position: absolute;
	top: 33px; 
	left: 415px;
	height: 269px;
	width: 565px;
}
div#navigation-wrapper {
	padding-left: 45px;
	position: relative;
}
div#languages {
	position: absolute;
	top: 15px; right: 0;
}
div#languages ul li {
	display: block;
	float: left;
	padding-right: 4px;
}
div#languages ul li a {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 11px;
	width: 17px;
	text-indent: -5000px;
	outline: none;
}
div#languages ul li#language-hr a {
	background-image: url(/static/images/languages/hr.jpg);
	background-repeat: no-repeat;
}
div#languages ul li#language-en a {
	background-image: url(/static/images/languages/en.jpg);
	background-repeat: no-repeat;
}
div#languages ul li#language-de a {
	background-image: url(/static/images/languages/de.jpg);
	background-repeat: no-repeat;
}
div#languages ul li#language-ru a {
	background-image: url(/static/images/languages/ru.jpg);
	background-repeat: no-repeat;
}
div#languages ul li#language-it a {
	background-image: url(/static/images/languages/it.jpg);
	background-repeat: no-repeat;
}
div#navigation {
	background: #993300;
}
div#navigation ul {
	padding: 12px 0px 12px 0px;
}
div#navigation ul li {
	list-style-type: none;
	display: inline;
	padding: 14px 0px 14px 0px;
}
div#navigation ul li a {
	padding: 13px;
	color: white;
	text-decoration: none;
	border-right: 1px dotted white;
	text-transform: uppercase;
	font-size: 12px;
}
div#navigation ul li.selected a {
	font-weight: bold;
	background: #BAACA5;
}
div#navigation ul li a:hover {
	background: #B08874;
}
div#content-wrapper {
	padding-left: 45px;
}
div#content {
	background: white;
}
div#content h1 {
	background: #BAACA5;
	padding: 10px;
	padding-top: 20px;
	font-size: 22px;
	font-weight: bold;
	color: white;
	height: 30px;
}
div#content-inner { padding: 10px; }
div#footer-wrapper {
	padding-left: 45px;
}
div#content div.column {
	float: left;
	width: 50%;
}

div#content div.column1 {
	float: left;
	width: 100%;
}

div#content div.columnlink {
	float: left;
	width: 33%;
}

div#content p {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 160%;
}

div#footer { font-size: 11px; color: white; text-align: center;  padding: 10px; }

div#content a {
	color: #CC6633;
}
div#content h2 { font-size: 20px; font-weight: normal; }

div.clear { clear: both; }
div.project { margin: 10px; padding: 10px; }
div.project div.photos { float: left; padding-left: 10px; padding-top: 15px; margin-bottom: 5px; margin-right: 10px; text-align: right; }
div.project div.photos a img { border: none; margin-bottom: 5px; }
div.project div.gallery-link {	text-align: right; }
div.project div.gallery-link a {
	font-size: 12px;
	font-weight: bold;
}
div.gallery { padding-top: 10px; padding-bottom: 20px; margin: 0 auto; width: 100%; text-align: center; }
div.gallery a img { border: none; margin: 5px; }