body {
	margin: 0px;
	padding: 0px;
	font: .8em "Courier New", Courier, monospace;
}

#thumb-grid {
	top:12px;
	left:12px;
	position: absolute;
	width: 214px;	
	height: 490px;
	overflow: auto;
	background-image: (images/empty-thumb-over.png);
	display:block;
	background-repeat: repeat;
	background-attachment: scroll;
}
span.thumb-item {
	display:inline;
	float:left;
	width:51px;	
	height:51px;
}
span.thumb-item a, span.thumb-item a:hover, span.thumb-item a:visited {
	border:none;
	text-decoration:none;
	margin: 0px;
	padding:0px;
}
span.thumb-item a img {
	border:0px;	
	width:51px;
	height:51px;
}

/* body */

#content {
	position:absolute; 
	left:230px;
	top:20px;
	float:left;
	clear:none;	
}

#caption {
	position: absolute;
	left:549px;
	top:-1px;
	z-index: 100;
	float:none;
	clear:none;
	white-space: nowrap;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-left: -550px;
}
div.caption {
	position: absolute;
	left:549px;
	top:-1px;
	z-index: 100;
	float:none;
	clear:none;
	white-space: nowrap;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-left: -550px;
}

#caption p, div.caption p {
	width:auto;
	display: inline;	
	clear:left;
	float:left;
	margin:1px 0px 2px 1px;
	overflow:visible;
	white-space: nowrap;
}

#caption p.work, div.caption p.work {
	background-color: #00fd00;
	padding:1px 3px 1px 3px;
}

#caption p.play, div.caption p.play {
	background-color: #ff00c6;
	padding:1px 3px 1px 3px;
}

/* bottom links */

#links {
	position: absolute;
	width:800px;
	top: 510px;	
}

#links #projectset {
	text-align: right;
	background-color: Black;
	left:auto;
	display: inline-block;
	position: absolute;
	float: right;
	padding: 2px 8px;
	
	top: -10px;
	right: 20px;
}

#links #projectset a.work {
	color:#18c21a;
	text-decoration: none;
}
#links #projectset a.work:hover {
	color: #00fc02;
	text-decoration: underline;
}
#links #projectset a.work:visited {
	color: #00fc02;
	text-decoration: none;
	text-decoration: line-through;
}
#links #projectset a.play {
	color:#ff00c6;
	text-decoration: none;
}
#links #projectset a.play:hover {
	color: #ff00c6;
	text-decoration: underline;
}
#links #projectset a.play:visited {
	color: #ff00c6;
	text-decoration: line-through;
}

/* description */
#links #description {
	clear:both;	
	float: left;
	padding-left:230px;
	padding-top:20px;
	text-align: left;
}

/* contact */
#contact {
	position: absolute;
	left: 20px;
	top: 520px;
	color: #6c6c6c;
	width:214px;
}
#contact a {
	color: #6c6c6c;
	text-decoration:none;
}
#contact a:hover {
	text-decoration:underline;
	color:#000000;
}
#contact a: {
	text-decoration:none;
	color:#000000;
}

