/* secret.css: CSS1 style sheet for secrethidingplaces.com Web site. */

 
BODY      {    font-family:        geneva,arial,sans-serif;
               font-size:          14px;

               background-color:   rgb(255,255,255);
          }
     

.topNav   {    position:           absolute;
               left:               0px; 
               top:                0px; 
               width:              800px; 
               height:             120px;
          }


.homeimg  {    position:           absolute;
               left:               0px; 
               top:                168px; 
               width:              800px; 
               height:             432px;
               z-index:            0;
          }


.mainContent { position:           absolute;
               left:               230px; 
               top:                160px; 
               width:              550px;
               z-index:            10; 
             }
          
          
.brain    {    position:           absolute;
               left:               200px; 
               top:                200px; 
               width:              400px; 
               height:             300px;
               font-family:        geneva,arial,sans-serif;
               font-size:          24pt;
               color:              rgb(255,255,255);
               background-color:   rgb(153,0,0);
          }
                    

.space    {    padding-top:        12px;
          }


H1        {    font-family:        geneva,arial,monospace;
               font-size:          20px;
               font-weight:        bold;
               padding-top:        12px;
          }
          
          
H2        {    font-family:        geneva,arial,sans-serif;
               font-size:          14px;
               font-weight:        bold;
               padding-top:        12px;
          }
          

H3        {    font-family:        geneva,arial,monospace;
               font-size:          14px;
               font-weight:        bold;
               padding-top:        12px;
          }

          
H4        {    font-family:        geneva,arial,monospace;
               font-size:          14px;
               font-weight:        bold;
          }

UL        {    list-style:         square outside;
          }
     

.smallish {    
               font-size:          11px;
               z-index:            11;                   
          }

.small    {    
               font-size:          10px;
               z-index:            10;                   
          }

.tiny     {    
               font-size:          8px;                   
          }




