#expo { 
	  position: absolute; 
	  left: 60; 
     top: 21;	
	  width: 688px;	height: 356px;
	  text-align: left;
}
#artist { 
	  position: absolute; 

	  left: 2; 

     top: -50;

	  text-align: left;

	  font-size: 21pt;

	  color: #000000;	  
}

#date { 
	  color: #000000; 
	  font-style: italic;
	  font-size: 10pt;
	  margin-bottom: 5px;	  
}
#txt { 
	  position: absolute; 
	  font-size: 10pt;
	  text-align: left;
	  left: 95; 
     top: 83;
	  width: 450px;
     height: 294px;
	  padding: 6px;
	  overflow: auto;
	  background-color: #E0E0E0;
	  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;	
}

