/* default style sheet for contact.html */

#pics{
      background-color: #333333;
      width: 220px;
      height: 253px;
      position: absolute;
      left: 200px;
      top: 190px;
      border-width: 10px;
      border-style: double;
      border-color: #000000;
      padding: 10px;}
      
#maintext{background-color: #000000;
      width: 360px;
      height: 440px;
      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: 340px;
            height: 320px;
            background-color: #ffcc66;
            color: #000000;
            margin-left: 10px;
            font-size: 100%;
            }
            
 #scrollboxcontent{margin: 20px;
                   overflow: auto;
                   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;}