html
{
    height: 100.01%;
}

body
{
    margin: 0px;
    padding: 0px;
    background: #009999;
}

#page_wrap
{
    position: relative;
    width: 100%;
    height: 560px;

    background: #ffffff url('../imgs/background.jpg') repeat-x;

    margin: 0px;
    padding: 0px;
    
    z-index: 1;
}


#white_background
{
    position: absolute;
    top: 86px;
    left: 300px;

    background: #ffffff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;

    width: 520px;
    height: 424px;

    margin: 0px;
    padding: 0px;
    
    z-index: 2;
}

#header
{
    position: absolute;
    top: 27px;
    left: 25px;

    width: 300px;
    height: 100px;
    
    z-index: 3; 	
}

#links
{
    position: absolute;
    top: 45px;
    left: 300px;

    width: 510px;
    height: 100px;
}


#main_text
{
    position: absolute;
    top: 96px;
    left: 310px;
    
    width: 500px;
    height: 404px;

    margin: 0px;
    padding: 0px;
    overflow: auto;

    /* Default text */
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #000000;
    line-height: 18px;
    word-spacing: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
    
    z-index: 3;
}

p
{
    margin-top: 0px;
}

a
{
    color: #a24c1f;
    text-decoration: none;
}

a:hover
{
    color: #dc3520;
    text-decoration: underline;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

.image_td
{
    vertical-align: top;
}

.info_td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: top;
    vertical-align: top;
}

.contact_header_td
{
    vertical-align: top;
}

.contact_info_td
{
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

.music_header
{
    font-weight: bold;
    color: #000000;
}

.music_new
{
    font-weight: bold;
    color: #dc3520;
}

#info_image
{
    float: right;
    padding: 5px;
    margin: 20px 0px 10px 10px;
    border: 1px solid #999999;
}
