/**
* CSS
* 
* @version 0.1
* @author luiza p.
*/
* {
	margin: 0;
	padding: 0;
	}
@font-face {
  font-family: "AkzidenzReg";
  src: url(http://www.doisedois.net/AkzidenzGroteskBE-Regular.otf) format("opentype");
}


body {
	font-family: AkzidenzReg, sans-serif;
	background-color:#ffffff;
    letter-spacing:0.05em;
	font-size: 11px;
	color: #888;
	text-shadow: 0px 1px 2px #ddd;
	line-height: 18px;
	margin: 0px; padding: 0px;
	height:auto !important;
}
	}

a img { 
	border: none; 
	}

#menu ul {
	list-style:none;
	padding: 0;
	text-align: right;
	margin: 0 0 15px 0;
	}


#menu li {
	margin: 0;
	}


#menu .container {
	font-family: AkzidenzReg, sans-serif;
	width:150px;
    height:100%;
	line-height:16px;
	font-size:12px;
	z-index:1;
	float:left;
    position:fixed;
    top:20px;
    left:20px;
	}


ul li.section-title {
	color:#000;
	margin:0px 1px 0px 2px;
	}


#menu ul li a { 
	color:#888 !important;
	text-decoration: none;
	}


#menu ul li a:hover {
	color: #000 !important;
	}


ul#indexhibit {
	font-family:AkzidenzReg, sans-serif;
	height:100%
	letter-spacing:normal !important;
	word-spacing:normal !important;
	}


#content .container {
	width: 700px;
	padding:50px 20px 20px 200px;
	float:left;
	z-index:-1;
	}


#content td {
	font-family:AkzidenzReg, sans-serif;
	line-height:160%;
	}


#content p {
	font-family:AkzidenzReg, sans-serif;
	line-height:160%;
	}


#content p a:link, p a:visited, p a:active{
	font-family: AkzidenzReg, sans-serif;
	color:#000;
	text-decoration: none;
	line-height:140%;
	}


#content p a:hover {
	font-family: AkzidenzReg, sans-serif;
	text-decoration:line-through;
	line-height:140%;
	}


#content p img {
	background:#FFFFFF;
	margin:35px 0px 15px 0px;
	}


p {
	padding:2px 2px 0px 2px;
	}


h1 { 
	font-size:20px;
	clear:none; 
	}


h2 { 
	font-size: 24px; 
	}


h3 { 
	font-size: 16px; 
	}


h4 { 
	font-size: 12px; 
	}


#img-container	{
	margin-top:0px;
	}


#img-container p {
	line-height:15px;
	margin-top:15px;
	}


.img-bot {
	clear:none;
	}


#once { 
	clear: none; 
	}


.nav, #prev, #next {
	font-family:AkzidenzReg, sans-serif;
	font-size:10px;
	}

