﻿
div#musicpage
{
   /* background: url(/img/musicpage2.jpg) top left no-repeat;*/
}
table.musicTable
{
    height:420px;
    width:100%;
}

td#leftCol
{
    width:320px;
    vertical-align:top;

}

td#leftCol div
{
    margin-left:25px;
    margin-top:25px;
    padding:10px;
    /*background-color:White;*/
    font-family:Tahoma;
    font-size:8pt;
    line-height:1.8em;
    height:150px;
     overflow:auto;
    border:1px solid #d0d0d0;
}
td#leftCol div p
{
      margin-bottom:.6em;
}
td#rightCol
{
    vertical-align:top;
    /* width ~= 434px */
}

td#rightCol .musicwrapper
{
    width:384px;
    margin-left:25px;
    margin-top:25px;
    
}

td#rightCol .musicfooter
{
    margin-left:1px;
    padding:6px;
    background-color:#282828;
    color:white;
    border:1px solid #666666;
    border-top:none;
    border-right:none;
    font-size:7pt;
    font-weight:bold;
}
td#rightCol .musicfooter a
{
    color:#00ff00;
}
td#rightCol .musicfooter ul li
{
    padding-bottom:.5em;
}

