/*http://alistapart.com/articles/howtosizetextincss*/
html {
	font-size:100%;
	line-height:1.125em; /* 16×1.125=18 */
}
body
{
	font: 0.875em helvetica, arial, sans-serif normal;
	background-color: white;
	color: #0f1111;
	margin-left: 50px;
	margin-top: 20px;

	position: relative;
	width: 900px;
/*	height: 480px;*/
}

a img { border: none; }
a { color: #0f1111; text-decoration: none; }

div.navigation_arrows, div.thumbnails
{
	margin-top: 20px;
	width: 5em;
}
div.navigation_arrows {
	text-align: center;
}

div.navigation_arrows span, div.thumbnails span
{
	display: block;
	width: 1%;
	height: 1%;
	display: inline;
	cursor: pointer;	
}

#main li
{
	list-style-type: square;
	list-style-position: inside;
}

li.current
{
	list-style-type: square;
}

.info
{
	text-align: left;
	margin: 0 87px 0 87px;
}

.portratt
{
	float: left;
	padding-right: 15px;
}

.collage
{
	padding-left: 80px;
	float: left;
	position: relative;
}

.credit
{
	position: absolute;
	right: -12px;
	bottom: 0px;
}

#header
{
	height: 76px;
}

#language
{
	position: absolute;
	right: 0px;
	top: 0px;
}

#main
{
	font-size: 0.9em;
	width: 730px;
	min-height: 390px;
	height:auto !important;
	height: 390px;
	float: left;
	text-align: center;
}

#main a {
  text-decoration: underline;
}

#main h3, #main li
{
	text-align: left;
}

#menu
{
	padding: 0;
	float: left;
	width: 120px;
}

#menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li
{
	margin-bottom: 0.7em;
}
#menu ul li a {
/*  font-size: 0.9em;*/
  color: grey;
}
#menu ul li.selected a {
  color: black;
}

#menu ul li ul li
{
	padding-bottom: 0;
	margin: 5px;
	font-size: 0.8em;
}

#menu ul li ul { margin: 0; }

#menu li.current
{
	list-style: circle;
}
#menu h3, #menu h4
{
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 1em;
}
#menu li a
{
	color: gray;
}

address
{
/*	font-size: 0.875em;*/
	font-size: 0.9em;
	font-style: normal;
	margin-left: 50px;
	clear: both;
	position: absolute;
	top: 0;
	right: 0;
  margin-right: 14em;
}

address span
{
	margin-left: 0.5em;
}

#main p
{
	margin-bottom: 2em;
}
.hidden { display: none; }
.hand { cursor: pointer; }
