/*
.art-heading {
font-size:1.75em;
color:#006600;
text-align:center;
font-weight:bold;
text-decoration:underline;
}
#listing {
width:33%;
height:auto;
float:left;
}
#preview {
width:33%;
height:auto;
float:right;
}
#listing2 {
width:33%;
height:auto;
float:right;
}
*/
.float {
  float:left;
  width:8.5em;
  height:20em;
  margin:3px;
  vertical-align:bottom;
}
div.float p {
  margin:0;
  padding:0;
  text-align:center;
}
div.float img {
	border-width:0;
	vertical-align:bottom;
	width:8.5em;
	height:13.5em;
}
div.float a:link, div.float a:visited {
  text-decoration:none;
  color:#000;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}
div.spacer {
  clear:both;
}
.cat-head {
	font-size:1.5em;
	font-weight:bold;
	border-left:solid 2px #000;
	border-bottom:2px solid #000;
	padding-left:5px;
	color: #333333;
}
