/*  Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
   body { background-image: url(images/arts_bg3.jpg);
    font-family: Arial,Helvetica,sans-serif;
    color: rgb(255, 255, 255);
    }


  a:link { color: rgb(51, 204, 255);
    }

  a:visited { color: rgb(0, 204, 204);
    }

  a:active { color: rgb(255, 255, 0);
    }

  a:hover { color: gray;
    }

/* Mast head is simulation of top frame */
#mastHead{ position: fixed;
           top: 0px;
           left: 0px;
           width: 100%;
           height: 100px;
           z-index: 1;
           background-image: url(images/arts_bg3.jpg);
           border: 2px solid #0000DD;
           }
/* Link Index is the simulation of left index/browsing frame */
#linkIndex{ position: fixed;
            left: 0px;
            top: 104px;
            width: 200px;
            background-image: url(images/arts_bg3.jpg);
            border: 2px solid #DD0000;
            padding: 3px;
            }

#contentsBox{ position: relative;
              margin-top: 104px;
              margin-left: 215px;
              background-image: url(images/arts_bg3.jpg);
              border: 2px solid #00DD33;
              padding: 0px 5px;
              }

