div.holdingbox
  {
  float: left;
  width: 130px;
  height: 170px;
  margin: 0;
  padding: 0px;
  text-align: center;
  cursor: default;
  vertical-align: top;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  overflow: hidden;
  }

.holdingbox A
{
  display: block;
}


img.thumbnail {
  width: 117px;
  width: expression(118 + "px");	/* This is because Microsoft sucks.  */
  height: 117px;
  height: expression(118 + "px");	/* This is because Microsoft sucks.  */
  margin: 0;
  padding: 0;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  cursor: hand;
  }



div#PictureWindow
  {
  top: 100px;
  left: 100px;
  position: absolute;
  padding: 0;
  margin: 0;
  border: outset 2px;
  width: 640;
  width: expression(644 + "px");	/* This is because Microsoft sucks.  */
  background-color: white;

  }

.image_article
	{
	text-align: left;
	border: thin solid #D8C0B0;
	background-color: #E8D0C0;
	width: 100%;
	/*margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;*/
	}

.image_article .title
	{
	text-align: left;
	background-color: #D8C0B0;
	font-weight: bolder;
	padding: 1px;
	}

.image_article .content
	{
	text-align: center;
	padding: 0px;
	margin: 0;
	}

.image_article .date
	{
	float: right;
	font-weight: bolder;
	padding: 1px;
	}
