* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}
html, body {
	height: 100%;
	width: 100%;
	background: #FFF;
	color: #000;
	font: 16px georgia, serif;
}
a, a:visited, a:hover, a:active {
	color: #999;
	text-decoration: none;
}
#hand-image {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 579px;
	height: 800px;
	margin-left: -880px;
}
.is-project #hand-image {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
#main-container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding-top: 40px;
}
#cat-menu {
	float: left;
	width: 150px;
	padding: 80px 40px 0 0;
	list-style: none;
	text-align: right;
}
#cat-menu li {
	padding-bottom: 5px;
}
#cat-menu .here a {
	color: #333;
}
#project-wrapper {
	float: left;
	width: 600px;
	height: 600px;
}
#boxy {
	float: left;
	width: 600px;
	height: 600px;
}
#project-window {
	position: absolute;
	width: 600px;
	height: 600px;
	overflow: hidden;
}
#project-shadow {
	z-index: 100;
	position: absolute;
	width: 600px;
	height: 600px;
	background: transparent url(/images/shadowbox.png) top left no-repeat;
}
#slide-controls {
	z-index: 150;
	position: absolute;
	width: 600px;
	height: 600px;
}
#slide-controls span {
	float: left;
	width: 300px;
	height: 600px;
}
#slide-controls span a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
}
#back a.hover {
	background: url(/images/back.png) center left no-repeat;
}
#next a.hover {
	background: url(/images/next.png) center right no-repeat;
}
#project-strip {
	z-index: 50;
	position: relative;
	height: 600px;
}
#project-strip div {
	float: left;
	width: 600px;
	height: 600px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
}
#scrollies {
	float: left;
	width: 100%;
	padding-top: 20px;
	text-align: center;
	font: 10px arial, sans serif;
}
#scrollies a {
	margin-right: 4px;
	padding: 1px 3px;
	color: #333;
	border: 1px solid #000;
}
#scrollies a:hover {
	color: #FFF;
	background: #CCC;
}
#scrollies a.here {
	color: #FFF;
	background: #999;
}
#cat-thumbs {
	float: left;
	width: 125px;
	padding-left: 20px;
}
#cat-thumbs a {
	float: left;
	width: 37px;
	height: 37px;
	border: 2px solid #FFF;
}
#cat-thumbs a.here {
	border-color: #000;
}
#cat-thumbs img {
	width: 35px;
	height: 35px;
	padding: 1px;
}
#about {
	float: left;
	width: 555px;
	height: 300px;
	margin-top: -8px;
	font-size: 14px;
	color: #222;
	background: url(/images/about.jpg) top left no-repeat;
}
#about a {
	color: #222;
}
#about p {
	float: left;
	width: 525px;
	padding: 85px 0 0 30px;
}
#about p .mail {
	font-size: 20px;
}
#about #st-link {
	float: left;
	padding: 65px 0 0 30px;
}
#about #st-link a {
	margin-left: 35px;
	padding: 12px 20px 5px 15px;
}
