body{
	background:#fff;
}
a{
	color:#000;
	font-family:serif;
	font-style:italic;
}
a:hover{
	text-decoration:none;
}
#wrapper{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:11px;
	color:#000000;
	line-height:1.6;
	overflow:hidden;
	height:100%;
	width:840px;
	margin:auto;
	position:relative;
}
#header{
	padding:60px 0 40px;
}
#menu {
	position:absolute;
	left:0px;
	top:20px;
}
h1{
	color:#000;
	font-size:90px;
	line-height:0.8;
}
h1 a{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-style:normal !important;
	font-weight:bold;
	text-decoration:none;
}
.author{
	font-size:12px;
	font-family:serif;
	font-style:italic;
}
#thumb{
	overflow:hidden;
	padding:20px 0 20px 0;
}
#thumb li {
	background:#000;
	width:40px;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	float:left;
	margin-right:34px;
	margin-bottom:34px;
}
#thumb li img{
	width:40px;
	height:40px;
	}
#thumb li.last {
	margin-right:0px;
}
#thumb li:hover img{
	-moz-opacity:0.60; /*FF*/
	opacity:0.60;
}
#result {
	width:840px;
	float:left;
 }
#result dt {
	overflow:hidden;
	padding:0 0 40px 0;
}
#result dt table tr td{
	letter-spacing:1px;
	padding:5px 0;
}
#result dt table tr th{
	letter-spacing:1.4px;
	padding:5px 0 5px 20px;
	width:55px;
	font-family:serif;
	font-style:italic;
	text-transform:capitalize;
}
#result dt img {
	width:500px;
	float:left;
}
#result dt table {
	width:300px;
	padding-right:40px;
	float:left;
	border-left:solid 1px #666;
}
#result dd {
	padding:0 0 20px 0;
}

#footer{
	clear:both;
	padding:80px 0 20px;
	
}
#footer a{
	display:block;
	width:100px;
	text-align:right;
	margin-left:auto;
	margin-bottom:160px;
}


.about p {
	margin-bottom:60px;
	line-height:1.6;
}