.compact_ul
{
   list-style: none;
   padding: 0;
   margin: 0;
   margin-top: 0;
   margin-bottom: 0;
}

/* holds gradient.jpg, needed to let it extend all the way to page top */
.outer_div
{
   position: absolute;
   top: 0;
   height: 100%;
}

/* sits over the <IMG src=gradient.jpg> in outer_div */
/* keyed to gradient.jpg width !! */
.left_div
{
   background: transparent;
   position: absolute;
   width: 240;
   height: 100%;
   left: 10;
   top: 0;
   font-family: Arial;
   font-size: 11pt;
}

/* holds title and main text; */
/* left pos'n & width keyed to left_div width and gradient.jpg !! */
.right_div
{
   position: absolute;
   width: 650;
   height: 100%;
   left: 260;
   top: 0;
   margin: 10;
   font-family: Arial;
   font-size: 11pt;
}

.right_div a.popup:hover {
   text-decoration:none;
   background-image:url(images/bass_ico.png);
}

#music_link a:hover {
   text-decoration:none;
   background-image:url(images/bass_ico.png);
}

.indent
{
   text-indent: 20;
   margin: 0;
}

.popUp
{
}
.div2
{
/*background-color:#336633;*/
position:absolute;
width:40;
height:40;
visibility:hidden;
/*opacity:0.8;*/
opacity:0.9;
padding:3;
/*border:solid 1px black;*/
text-align:center;
/*text-shadow: 8px 8px 8px #999;*/ 
}

.img2
{
width: 35;
height: 37;
opacity:1.0;
vertical-align: middle;
}

   
