#main {
	color: #790000;
	background: #F0E1FF 99px 74px;
	float: left;
	position: absolute;
	width: 600px;
	left: 159px;
	top: 71px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	margin: 4px;
	padding-top: 20px;
}
#contents {
	background: #9966FF;
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 160px;
	left: 0px;
	top: 2px;
}
#banner {
	color: #CDB4B8;
	background: #CDB4b8;
	float: left;
	position: absolute;
	height: 72px;
	width: 598px;
	left: 162px;
	top: 2px;
	z-index: 0;
}

/*** Link underlining ***/
a {
  text-decoration: none;
}
a:hover {
  text-decoration:underline;
}
a:hover img {
  text-decoration:none;
}

/*** Definition Lists ***/
dl {
  font:Verdana, Arial, Helvetica, sans-serif;
  padding-left:1em;
}
dl.paintingList {
  text-align:left;
  margin-top:3em;
  padding-left:0px;
}
dl.paintingList dt {
  font-weight:bold;
  margin-bottom:.3em;
}
dl.paintingList dd {
  font-style:italic;
  margin-bottom:.3em;
}

.midtext {
  font-size: 10px;
  text-align: right;
}
.sltext {
  font-size: 10px;
  text-align: left;
}
td {
  text-align: center;
  vertical-align: top;
}
.leftcell {
  font-size: 9px;
  text-align: left;
}
img {
  border:0px;
}
#main img {
  display:block;
  margin:.3em auto;
}