/* default style sheet for info.html */

a{color: #330000;}

a:hover{color: #990000;}

#pics{
      background-color: #333333;
      width: 164px;
      height: 361px;
      position: absolute;
      left: 220px;
      top: 140px;
      border-width: 10px;
      border-style: double;
      border-color: #000000;
      }
      
#maintext{background-color: #000000;
      width: 420px;
      height: 380px;
      position: absolute;
      left: 500px;
      top: 140px;
      filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=0.8);
      opacity: 0.8;}
      
 #mainheading{font-family: times, serif;
              color: #ffff99;
              text-align: center;
              margin: 10px;}
              
 #scrollbox{width: 400px;
            height: 280px;
            background-color: #ffcc66;
            color: #000000;
            margin-left: 10px;
            font-size: 90%;
            overflow: auto;
            SCROLLBAR-FACE-COLOR:#ffcc66;
	    SCROLLBAR-ARROW-COLOR:#FFFFFF;
	     SCROLLBAR-TRACK-COLOR:#333333;
	     SCROLLBAR-BASE-COLOR:#ffcc66;
          
            }
            
 #scrollboxcontent{margin: 20px;
            height:280px;
            text-align: justify;}
               
 #address{text-align: center; margin-top: 30px;}
            
 #footer{font-size: 80%;
         color: #ffff99;
         text-align: center;
         margin: 4px;
        }    
        
#largemap{position: absolute;
           background-color: #333333;
	  width: 500px;
          height: 500px;
          top: 20px;
          left: 190px;
          z-index: 100;
          padding: 10px;
          visibility: hidden;}