#portfolio
{
	position: absolute;
	top: 130px;
	left: 126px;
	right: 0;
	padding: 0;
	font-size: 12px;
}
#portfolio img
{
	border-color: #000;
	border-width: 2px;
	border-style: solid;
}
#portfolio img:hover
{
	border-color: #444;
}
#trow1
{
	position: absolute;
	top: 0;
	left: 60px;
	right: 0;
	height: 60px;
	
	/*background-color: #eec;*/
}
#trow2
{
	position: absolute;
	top: 60px;
	left: 0;
	height: 60px;
	width: 120px;

	/*background-color: #ece;*/
}
#tcol
{
	position: absolute;
	top: 120px;
	left: 0;
	width: 60px;
	
	/*height: 96px;
	background-color: #cce;*/
}
#sizer
{
	position: absolute;
	top: 110px; /* 20px above #portfolio */
	right: 4px;
	height: 20px;
	width: 20px;
	margin: auto;
}
#sizer img
{
	border: none;
}

#tcorner
{
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	
	/*background-color: #e88;*/
}
#ttop
{
	position: absolute;
	top: 0;
	left: 120px;
	right: 0;
	height: 60px;
	
	/*background-color: #ee8;*/
}
#tleft
{
	position: absolute;
	top: 120px;
	left: 0;
	width: 60px;
	
	/*height: 96px;
	background-color: #88e;*/
}

#image
{
	position: absolute;
	top: 160px;
	left: 160px;
	right: 0;
	
	/*padding: 10px 10px 0 10px; */
	
	/*height: 200px;
	background-color: #8e8;	*/
}

#image_cell
{
	background-color: black;
	padding: 16px;
}
#image_cell img
{
	/* undo the thumbnail settings */
	border: 0;
}
/*
#image_details tr td
{
	color: #ca9;
	text-align: right;
}
*/
#image_details tr td
{
	color: white;
	text-align: left;
}

.subdetail { color: silver; }

