#up1{
  position : relative;
  width : 230;
  max-height :30;
  top : -40;
  left :45;
  background-color : #F2F2F2;
  padding : 30 0 0 0 ;
  _padding : 30 0 0 0 ;
  border-style: solid;
  border-width: thin;
  border-color: #B4BBC1;
  border-bottom-color: #B4BBC1;
  border-bottom-width : 0;
  z-index: -1;
  }
  
  #up2{
  position : relative;
  width : 230;
  min-height :700;
  top : -40;
  left :45;
  background-color : #F2F2F2;
  padding : 10 0 0 0 ;
  _padding : 10 0 0 0 ;
  border-style: solid;
  border-width: thin;
  border-color: #B4BBC1;
  border-bottom-color: #B4BBC1;
  border-top-width : 0;
  }
  
  
#picframe {
  postion :relative;
  top :0;
  left : 0;
  background-image : url('freedom-pictures.png');
  background-repeat : no-repeat;
  width : 316;
  height : 240;
padding : 21 0 0 18;

  }

#pichead {
  position : relative;
  text-align: center;
  float : bottom;
  bottom :10;
  width : 180px;
  _width : 200px;
  min-height : 10px;
  border-style: solid;
  border-width: thin;
  border-color: #B4BBC1;
  background-color :  #B4BBC1;
  font-family:  helvetia;
  color: rgb(255,255,255);
  font-size:.9em;
  font-weight: bold;
  padding: 10 10 10 10;
  margin: 20 0 0 14;
  }