html,
body,
table#main {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

body {
	min-width: 1210px;
	background: #f5f5f5 url(../images/background.png);
	overflow-y: scroll;
}

body,
td {
	color: #000;
	font: 14px Verdana, Geneva, sans-serif;
	line-height: 30px;
}

a {
	color: #000;
	text-decoration: underline;
	outline: none;
}

a:hover,
a.active {
	text-decoration: none;
}

a img {
	border: none;
}

ul li {
	list-style-type: none;
	list-style-image: url(../images/li.png);
	padding-left: 10px;
}

#main {
	border-collapse: collapse;
	min-width: 1210px;
}

td#left,
td#title,
td#lang,
td#right {
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

td#logo {
	width: 300px;
	height: 200px;
	border-right: 1px solid #777;
	border-left: 1px solid #777;
	background: #fff url(../images/logo.png) center center no-repeat;
}

a#anchor {
	margin-left: 15px;
	display: block;
	width: 270px;
	height: 51px;
}

td#header {
	width: 900px;
	height: 200px;
	background: url(../images/background_header.png) right top no-repeat;
	border-right: 1px solid #777;
}

#header a {
	display: block;
	color: #fff;
	line-height: 23px;
	height: 23px;
	width: 200px;
	text-indent: 20px;
}

td#title {
	height: 60px;
	background: #fff;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
}

td#title h1 {
	font-size: 20px;
	text-indent: 43px;
	padding: 0;
	margin: 0;
	line-height: 60px;
}

td#lang {
	text-align: right;
	padding-right: 25px;
	background: #acb2c9 url(../images/background_lang.png) left bottom repeat-x;
	border-right: 1px solid #777;
}

td#lang a {
	margin-left: 15px;
}

td#leftc,
td#column,
td#content,
td#rightc {
	border-bottom: 1px solid #777;
	vertical-align: top;
}

div#img {
	height: 280px;
	width: 280px;
	border: 1px solid #777;
	margin: 10px 9px;
	background: #fff url(../images/background_img.png) center center no-repeat;
}

td#column {
	padding: 0;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
}

td#column a {
	padding-left: 68px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #777;
}

td#column a:last-child {
	border-bottom: none;
}

td#column a:hover,
td#column a.active {
	background: url(../images/arrow.gif) left center no-repeat;
}

td#content {
	background: #fff;
	padding: 14px 20px 20px 20px;
	border-right: 1px solid #777;
}

td#copyright {
	text-align: center;
	height: 60px;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
}

td#footer {
	text-align: right;
	padding-right: 25px;
	background: #acb2c9;
	border-right: 1px solid #777;
}

img.icon,
#photoset div,
#photo,
#photo_large {
	border: 1px solid #e4e4e4;
}

#photoset {
	clear: both;
	width: 320px;
	float: left;
	margin: 57px 50px 0 0;
}

#photo {
	cursor: pointer;
	width: 320px;
	height: 320px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

#photoset div {
	cursor: pointer;
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 1px 1px 0;
	background-repeat: no-repeat;
	background-position: center center;
}

#photoset div:hover {
	background-color: #acb2c9;
}

#photo_big {
	padding-top: 20px;
	clear: both;
}

#photo_large {
	width: 820px;
	height: 820px;
	background-repeat: no-repeat;
	background-position: center center;
}

/* publications */

.publications_list {
	height: 105px;
	clear: both;
}

.publications_list,
.publications_items .author {
	color: #777;
}

.publications_list img.icon,
.publications_items img.icon {
	float: left;
	margin-right: 20px;
}

.publications_list h2 {
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #000;
}

.publications_items h1 {
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 16px;
	color: #0a396f;
}

.publications_items .body {
	padding-top: 20px;
	clear: both;
}