
 #picDisplay {
	width: 100%;
	text-align: center;
 }

 #picDisplay #picImage Table {
	width: 100%;
	text-align: center;
 }

 #piclist CONTENT {
	background-color: #FFFFFF;
 }

 #piclist CONTENT table {
	width: 100%;
 }

 TD.header {
	font-weight:bold;
 }

 TD.piccell:hover {
	color:red;
	background-color: yellow;
 }

 CONTENT, #intro {
	overflow: auto;
	height:	550px;
	border: solid thin black;
	padding: 10px;
 }

 #PicFrame {
	vertical-align: bottom;
	width: 75%;
 }

 #ListFrame {
	vertical-align: bottom;
	width: 25%;
 }

 thead td {
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
 }
