/* MAIN STYLES*/
#main h3{
  font: 1.3em/normal Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-bottom: 6px;
  margin-left: -5px;
  color: #3C572A;
}

/*Gallary Photo Styles*/
.figure{
  float: left;
  width: 180px;
  margin: 10px 0px 10px 15px;
}
.photo{
  background: url(images/current/drop_shadow.gif) right bottom no-repeat;
}
.photo img{
  border: 1px solid #666666;
  background-color: #ffffff;
  padding: 4px;
  position: relative;
  top: -5px;
  left: -5px;
}
#main .figure p{
  font: 1.1em/normal Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 5px 0 0 0; 
  height: 5em;
}

/* Tutorial and Free photo styles */
.figure2{
  width: 330px;
  margin: 10px 0 10px 50px; 
}
.figure3{
  width: 250px;
  margin: 10px 0 10px 90px;
}
.figure4{ /* Used for VDay pattern */
  width: 360px;
  margin: 20px 0 10px 30px; 
}

/* Free styles */
.mats{
  font-weight: bold;
  margin: 0 40px 0 40px;
}
td.center{
  padding: 0 22px 0 22px;
}
td.center2{
  padding: 0 8px 0 8px;
}

/* IE FIXES */

/* IE 5/6 border erase bug */
* html #gallery {
  width: 100%;
}

/*IE 5 placement bug*/
# html #gallery img{
  width: 100%;
}


