body	{
	background:	#afab94;
	font:	13px/18px arial, sans-serif;
	margin:	0;
	padding: 0;
	}

#wrapper	{
	position:	relative;
	margin:	0 auto;
	width:	800px;
	border-right:	3px solid #000;
	border-left:	3px solid #000;
	background:	#000;
	}
	
#wrapper	{
	border:	0;
	}
	
#top	{
	background:	url(/img/top.jpg) no-repeat;
	width: 800px;
	height:	154px;
	}
	
#gallery	{
	position:	relative;
	background:	url(/img/gallerymid.jpg) no-repeat;
	width:	800px;
	height:	544px;
	}
	
#gallerybottom	{
	position:	relative;
	background:	url(/img/gallerybottom.jpg) no-repeat;
	width:	800px;
	height:	342px;
	}


#worknav {
	position: absolute;
	top: 35px;
	left: 125px;	
	}

#worknav a {
	position:	absolute;
	height:	39px;
	display: block;
	}
	
#worknav em	{
	display:	none;
	}
	
	a#web {
		width: 160px;
		left: 0;
		background: url(/img/weblink.jpg) bottom left no-repeat;
		}
	a:hover#web {
		background: url(/img/weblink.jpg) 0 78px;
		}
	a.active#web {
		background: url(/img/weblink.jpg) 0 117px;
		}
		
	a#print {
		width: 77px;
		left: 170px;
		background: url(/img/printlink.jpg) bottom left no-repeat;
		}
	a:hover#print {
		background: url(/img/printlink.jpg) 0 78px;
		}
	a.active#print {
		background: url(/img/printlink.jpg) 0 117px;
		}
		
	a#identity {
		width: 109px;
		left: 257px;
		background: url(/img/identitylink.jpg) bottom left no-repeat;
		}
	a:hover#identity {
		background: url(/img/identitylink.jpg) 0 78px;
		}
	a.active#identity {
		background: url(/img/identitylink.jpg) 0 117px;
		}
	
	a#illustrations {
		width: 160px;
		left: 376px;
		background: url(/img/illslink.jpg) bottom left no-repeat;
		}
	a:hover#illustrations {
		background: url(/img/illslink.jpg) 0 78px;
		}
	a.active#illustrations {
		background: url(/img/illslink.jpg) 0 117px;
		}

#thumbs	{
	position: relative;
	width: 600px;
	top: 150px;
	left: 120px;
	}

#thumbs img	{
	display:	block;
	padding: 0;
	margin: 0;
	}
#thumbs p	{
	padding:	10px;
	background:	#fff;
	width:	130px;
	float:	left;
	margin:	0 50px 50px 0px;
	}

img	{
	border:	0;
	}
	
p {
	color: #000;
	}
	

