#outerBox{
  display: table;
  width: 360px;
  height: 400px;
  text-align: center; 
  float: left;
  display: table;
}
#innerBox{
  width: 360px;
  display: table-cell;
  vertical-align:middle;
}
img.big{
  width: 320px;
  height: 240px;
  border-width: 0px; 
  margin: 10px;
  margin-bottom: 0px;
}
img.sub{
  width: 160px;
  height: 120px;
  border-width: 0px; 
  margin: 5px;
}
p.headline{
  text-align: center;
  color: rgb(255, 255, 102);
  font-family: verdana;
}
p.itemDesc{
  text-align: center;
  color: white;
  font-family: verdana;
  vertical-align: middle;
  vertical-align:middle;
}
p.itemName{
  text-align: center;
  font-family: helvetica;	
  font-weight: normal;
  font-style: italic;	
  color: white; 
  vertical-align:middle;
}    