body, html { padding:0px; margin:0px; height:100%; }
body { 
	background: #fff;
	color: #000; 
	font-family:Helvetica,"Helvetica Neue",sans-serif;
	font-size:11px; 
	line-height:12px; 

}


#maincontainer  {
position: absolute;
top: 50px;
left: 30px;
margin-left: 230px;
padding-top:35px; width:760px; float: left;
padding-left:20px;
background: #fff;
}
#aboutcontainer  {
position: absolute;
top: 0;
left: 0;
margin-left: 250px;
padding-top:35px; width:700px; float: left;
}

#nav {
	padding-left: 0;
		height: 800px;

}
#sidebar { 
position:absolute; 
left:60px; 
top:20px; 
padding:25px; 
width:200px; 
height:100%; /* works only if parent container is assigned a height value */ 
line-height: 19.8px;
color: #000;
} 

#words {
    position: absolute;
    left: -9999px;
}
#description {
	margin-bottom: 20px;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	list-style-type: none;
}
#fbbox {
	margin-left: -10px;
}

.thumbdiv {
  background-color:#fff;
	float:left;
  margin-bottom:10px;
  margin-right:10px;
  padding-bottom: 10px;
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  position:relative;
  width:200px;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
}
.thumbdiv:hover {
  background-color: #000;
  -moz-box-shadow: 0 3px 4px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 5px 6px rgba(0,0,0,.5);
	-webkit-transition: all 200ms linear;
	top: -3px;
}
.thumbtitle {
	color: #fff;
	margin-top: 12px;
	text-align: center;
}
#name {
	margin-left: -10px;
	margin-bottom: 10px;
}
#pictures {
	cursor:pointer;
    cursor:hand;
}
.illustration {
	margin-left: 10px;
	color: #868686;
}
.drawings img { margin-right: 10px; margin-bottom: 10px;}
a {
	color: #000;
	text-decoration: none;
}
#maincontainer a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
br { clear:both; }
img { border:0px; background:none; padding:0px; }
#links a:hover {
	background: none;
	color: #666;
}
#maincontainer a:hover {
	background: none;
	color: #000;
}
.clear { clear:both; }
p {
	padding: 0;
	margin: 0;
}
h1 {
font-size:18px;
font-weight: normal;

}
h2 {
font-size:14px;
font-weight: normal;
}
#nav h3 {
	margin: 0;
	color: #000;
	display: inline;
}
h3 {
	margin: 0;
	color: #000;
	display: inline;
}
