/* default style sheet for chandeliers/index.html */

body{/*background-image:url(../../../images/lights6.jpg);*/}

#pics{
      background-color: #333333;
      width: 164px;
      height: 410px;
      position: absolute;
      left: 200px;
      top: 140px;
      border-width: 10px;
      border-style: double;
      border-color: #000000;}
	  
#pics img{margin-bottom:10px;}	  
      
#maintext{background-color: #000000;
      width: 560px;
      height: 440px;
      position: absolute;
      left: 400px;
      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: 540px;
            height: 340px;
            background-color: #ffcc66;
            color: #000000;
            margin-left: 10px;
            font-size: 80%;
            }
            
 #scrollboxcontent{margin: 10px;
                   overflow: auto;
                   text-align: justify;}
                   
#columnA{/*width: 68%;
         height: 100%;*/
         width: 360px;
         height: 300px;
         overflow: auto;
         SCROLLBAR-FACE-COLOR:#ffcc66;
	 SCROLLBAR-ARROW-COLOR:#FFFFFF;
	 SCROLLBAR-TRACK-COLOR:#333333;
	 SCROLLBAR-BASE-COLOR:#ffcc66;
   
         padding: 10px;
         float: left;
         clear: left;}    
         
 #columnB{/*width : 25%;         
          height: 100%;*/
          width: 100px;
          height: 300px;
          padding: 10px;
          float: left;
          overflow: auto;
          SCROLLBAR-FACE-COLOR:#ffcc66;
          SCROLLBAR-ARROW-COLOR:#FFFFFF;
          SCROLLBAR-TRACK-COLOR:#333333;
          SCROLLBAR-BASE-COLOR:#ffcc66;
          text-align: right;
          font-size: 100%;
          }
            
 #footer{font-size: 80%;
         color: #ffff99;
         text-align: center;
         margin: 4px;
        }            