#expo { 
	  position: absolute; 
	  left: 60; 
     top: 21;	
	  width: 688px;	height: 356px;
	  text-align: left;
}
#artist { 
	  color: #FFFFFF;
	  font-family: 	"Times New Roman", Times, serif;
	  font-size: 21pt;	  
}
#date { 
	  color: #EED5E7; 
	  font-style: italic;
	  font-size: 10pt;
	  margin-bottom: 5px;	  
}
#txt { 
	  position: absolute; 
	  font-size: 8pt;
	  text-align: left;
	  left: 30; 
     top: 83;
	  width: 538px;
     height: 294px;
	  border: solid 1px ThreedDarkShadow;
	  padding: 3px;
	  overflow: auto;
	  background-color: #888;
	  color: #000;
}
#txt a { 
	  color: #444;
}
#txt a:hover { 
	  color: #fff;
}
#txt a:visited { 
	  font-style: italic; 
}
#img { 
	  position: absolute; 
	  font-size: 8pt;
	  text-align: left;
	  right: 0; 
     top: 0;
	  width: 110px;
     height: 376px;
	  padding: 3px;
	  overflow: auto;	
}
