.article {
  background:url(images/articleBg.gif) 0 100% no-repeat;
  padding:5px 0 10px 0;
}
.article h2 {
  font-size:14px;
  font-weight:normal;
  margin:0 0 .5em 0;
}

.thumbnail {
  width:100px;
  height:100px;
  padding:3px;
  border:solid #D1D1C4 1px;
  float:right;
  margin:0 0 5px 10px;
  background:url(images/thumbnailBg.gif) 4px 94px no-repeat;
}
.thumbnailLeft {
  width:100px;
  height:100px;
  padding:3px;
  border:solid #D1D1C4 1px;
  float:left;
  margin:0 10 10px 0;
  background:url(images/thumbnailBg.gif) 4px 94px no-repeat;
}

#content table.articles tr td {
  padding:5px 0 15px 0;
}
.longdesc {
  font-style:italic;
  margin:0 0 1em 0;
}