body
{
  margin: 0px;

  font-family: helvetica, sans-serif;
  font-size: 11pt;
  color: black;
  background-color: #EBEBEB;
  background-image: url("back01b.png");
}


/* ======================================================== */


div.header
{
}


div.logo
{
  color: white;
  background-color: #444444;
  padding: 5px;
  text-align: right;
  font-size: 130%;
  font-weight: bold;
  background-image: url("back03.png");
}


div.portfolio
{
  padding: 5px 5px 0px 5px;
  color: white;
  background-color: #888888;
  font-size: 110%;
  font-weight: bold;
}


div.artist
{
  padding: 0px 5px 5px 5px;
  color: white;
  background-color: #888888;
  font-size: 90%;
  border-bottom: solid black 2px;
}


div.info
{
  padding: 3px;
  text-align: right;
  font-size: 75%;
}


div.info a
{
  text-decoration: none;
  color: black;
}


div.info a:hover
{
  text-decoration: underline;
  color: red;
}


/* ======================================================== */


div.content
{
  padding: 0px 30px 30px 30px;
}


div.description
{
  text-align: left;
}


div.thumbnails
{
  padding: 30px 30px 80px 30px;
  width: 660px;
}


a img
{
  border: 0pt none;
  padding: 5px;
}


/* ======================================================== */


div.footer
{
  position: fixed;
  bottom: 0px;
  width: 100%;
  border-top: solid black 2px;
  padding: 5px;

  text-align: center;
  font-size: 90%;
  color: white;
  background-color: #666666;
}


div.footer a
{
  color: white;
}


div.footer a:hover
{
  text-decoration: underline;
  color: red;
}
