.clear {
  clear: both;
}

div.nomargin {
  margin-right: 0px;
}

.pic {
  float: left;
  margin: 0px 5px 5px 10px;
  border: 5px solid white;
  width: 195px;
  height: 180px;
}
.pic2 {
  float: right;
  margin: 0px 5px 5px 10px;
  border: 0px solid white;
  width: 300px;
  height: 250px;
}
.pic3 {
  float: left;
  margin: 5px 5px 5px 10px;
  border: 0px solid white;
  width: 200px;
  height: 170px;
}

.pict {
  float: right;
  margin: 5px 5px 5px 10px;
  border: 0px solid white;
  width: 160px;
}

.pic a {
  width: 188px;
  height: 180px;
  text-indent: -99999px;
  display: block;
  vertical-align: top;
}
.pic2 a {
  width: 300px;
  height: 250px;
  text-indent: -99999px;
  display: block;
  vertical-align: top;
}
.pic3 a {
  width: 200px;
  height: 170px;
  text-indent: -99999px;
  display: block;
  vertical-align: top;
}
