/* Al-Anon Family Groups - CSS Document */

body {color:#0000cc;
      margin:0px;
      overflow:hidden;
      }

a {text-decoration:none;}

body.mainframe {background-color:#ff6600;}

div.toc {position:absolute;
         width:160px;
         left:10px;
         top:10px;
         height:400px;
         }
         
div.main {position:absolute;
          left:180px;
          right:10px;
          top:10px;
          bottom:10px;
          }
          
iframe {width:100%;
        height:100%;
        }
        
iframe.toc {background-color:#ff6600;}
