
/* DIV FOR BOX EXCLORING MANDALA */
   DIV.mandalalarge  {position: absolute;
                      top: 60px; height: 660px; width:660px; 
                      visibility: visible;
                      padding-top: 0%;
                      background-color: inherit;
                      border: 3px none orange}

/* DIV TYPES FOR BUTTONS */
   DIV.buttleft     {font-size: 16px;
                     top: 600px; height: 20px; 
                     left: 10%; right: 80%; width: 10%}
   DIV.buttright    {font-size: 16px;
                     top: 600px; height: 20px; 
                     left: 80%; right: 10%; width: 10%}

/* DIV TYPE FOR BOX ENCLOSING MANDALA CAPTION */
   DIV.mandalacap  {top: 720px; height: 60px; width: 600px; 
                    left: 20%; right: 20%; width: 60%}


