* {
  padding: 0px;
  margin: 0px;
}
body {
  background: #fbaf3f;
}
h3 {
  margin: 0.3em 10px 0 10px;
  color: #733701;
  font: 14pt Arial, Helvetica, sans-serif;  
  letter-spacing: 0px;
  font-weight: bold;
}
.boxgrid a {
  width: 180px;
  height: 256px;
  margin: 5px 3px;
  float: left;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  border: solid 1px #fbaf3f;
}
.boxgrid a:hover {
  border: solid 1px #ffffff;
}
.boxgrid img {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
.boxgrid p {
  padding: 0 10px;
  color: #733701;
  font-weight: bold;
  font: 10pt Arial, Helvetica, sans-serif;
  margin-top: -22px;
}
.boxcaption {
  float: left;
  position: absolute;
  background: #ffffff;
  height: 76px;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #000000;
}
.footer {
  background: #ffffff url(../images/bg-footer.gif) left bottom repeat-x;
  height: 90px;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #735703;
  z-index: 100;
  position: fixed;
  font: 12pt Arial, Helvetica, sans-serif;
  padding-top: 10px;
}
.footer a{
  color: #735703;
  text-decoration:none;
}
.footer a:hover{
  color: #735703;
  text-decoration:underline;
}