<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/******************************************************************************/
/* COMMON-ISH:                                                                */
/******************************************************************************/

  #div_bottom_line {
      margin-left: 8%;
    }


/******************************************************************************/
/* MULTI:                                                                     */
/******************************************************************************/


#navigation {
     position : absolute;
/*     background-color: yellow; */
     /* */
     top   :  70px;
     left  :   5px;
     width : 195px;
     /* */
     font-size : 10;
     /* */
     z-index : 500;
     /* */
     padding-top    :  0%;        margin-top    :  0%;   
     padding-bottom :  0%;        margin-bottom :  0%;   
     padding-left   :  0%;        margin-left   :  0%;   
     padding-right  :  0%;        margin-right  :  0%;   
  }


#page_conts { 
     /* */
/*     background-color: blue; */
     /* */
     position : absolute;
     /* */
     top     : 130px;
     left         :   5px;
     width        : 195px;  
     /* */
     font-size: 10;
     /* */
/*     overflow: hidden; */
     z-index :    50;
         /* so contents lines don't wrap --- z-index ensures go under main */
     /* */
     padding-top    :  0%;        margin-top    :  0%;   
     padding-bottom :  0%;        margin-bottom :  0%;   
     padding-left   :  0%;        margin-left   :  0%;   
     padding-right  :  0%;        margin-right  :  0%;   
    }


  #div_page_main{
/*     background-color: blue; */
       margin-left: 8%;
       width: 92%;
       position: absolute;  
/*       overflow: hidden; */
       top: 7ex;
       height: 100%;
     }

  #div_page_main_full_screen{
     background-color: white; 
       width: 100%;
         overflow: visible; 
       margin-top: -7ex;
/**/
       height: 100%;
/*       overflow: hidden; */
     }

#div_main {
     position : absolute;
     overflow: hidden; 
     z-index  : 100;
     /* */
     background-image    : url(robinscaled.gif);
     background-repeat   : no-repeat;
     background-position : top right;
     background-color    : white;
/*     background-color    : red; */
     /* */
     top      :  0px;
     height         : 768px;  
     height         : 51ex;  
     height         : 100%;  
     padding-bottom :   0%;   
     /* */
     left     : 200px;
     /* */
     margin-left   :   0%;   
     margin-right  :   0%;   
     padding-left  :   0%;   
     padding-right :   0%;   
   }


  #div_bottom_left {
      margin-left: 8%;
    }

/******************************************************************************/
/* THE END.                                                                   */
/******************************************************************************/
</pre></body></html>