.Caption {
font-family: Arial;
font-weight: bold;
color:      #123456;
}

#banner {

   width : 100%;
   height : 114px;
   overflow : hidden;
   layer-background-image : url(../images/banner.jpg);
   background-image : url(../images/banner.jpg);
   z-index : 70;
   }

#footer {

   width : 100%;
   height : 80px;
   overflow : hidden;
   background-color : #cccc99; 
   layer-background-color : #cccc99;
   z-index : 70;
   }   
  
#address {
   position : absolute;
   top : 80px;
   left : 102px;
   z-index : 80;
   }
   
#apa {
   position : relative;
   top : 50px;
   
   }

#picture {
   position : absolute;
   top : 143px;
   left : 380px;
   width : 390px;
   height : 238px;
   border-width : 0px; 
   border-style : solid; 
   border-color : #96a6c6;
   z-index : 40;
   overflow : hidden;
}
   

#caption {
   top : 134px;
   left : 180px;
   height : 265px;
   width : 200px;
   position : absolute;
   z-index : 50;
   text-align : right;
   visibility : hidden;
}

#halfshoe {
   width : 100%;
   height : 250px;
   overflow : hidden;
   left : 0px;
   position : relative;
   z-index : 10;
      layer-background-image : url(../images/background.jpg);
   background-image : url(../images/background.jpg);
   background-repeat : no;
}

#indextext {
   position : absolute;
   top : 140px;
   left : 15px;
   width : 340px;
   height : 296px;
   z-index : 30;
   }
   
 #leftcopy {
   position : absolute;
   top : 150px;
   left : 30px;
   width : 350px;
   }
     
 #rightcopy {
    position : absolute;
    top : 150px;
    left : 400px;
    width : 350px;
  }
  
  