body{ background: #DDD; color: #000; padding: 10px; }

h1
{
	width: auto; padding: 5px; background: #FFF8DC; color: inherit;
	font: bold 12px tahoma, sans-serif;
	border: 2px solid black; text-align: center;
	position: absolute; top: 10px; left: 10px;
}

#photo-links{ border: 1px solid black; background: #FFF; color: #000;
    width: 210px; height: 210px; overflow: scroll; padding: 3px; text-align: center;
    font: bold 12px verdana, arial, sans-serif;
    position: absolute; top: 10px; right: 10px;
 }
#photo-links .title{ font-weight: bold; border-bottom: 1px solid black; }
#photo-links a{ color: #191970; background: inherit; text-decoration: none; }
#photo-links a:hover{ color: #FFF; background: #191970; }

div.photo-cell
{ 
	border: 2px solid rgb(150,150,150); text-align: center; 
	background: #FFF; color: #000; width: 1620px;
}
div.photo-cell div.photo
{
  padding: 10px;
}
div.photo-cell div.caption
{
  margin: 10px; padding: 10px; height: 10em; width: auto;
  font: bold 12px verdana, arial, sans-serif;
  color: rgb(60,60,60); background: inherit;
}

img{ border: 0; }
