﻿body
{
    margin: 0px;
    font-size: 11px;
    font-family: tahoma, arial, helvetica, sans-serif;
}

td
{
    font-size: 11px;
    font-family: tahoma, arial, helvetica, sans-serif;
}

a
{
    color: #800000;
    font-weight: bold;
    text-decoration: underline;
}

a:hover
{
    color: #C6102C;
}

li, .albumTitle
{
    line-height: 16px;
}

.navigation
{
    color: White;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

input, .textbox
{
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 1.0em;
}

select
{
    font-size: 11px;
}

.button
{
    font-size: 11px;
    font-weight: bold;
}

.error
{
    font-family: tahoma, arial, helvetica, sans-serif;
    color: #800000;
    font-weight: bold;
}

th 
{   color: #800000;
    font-weight: bold;
}

h2
{
    font-weight: bold;
    font-size: 14px;
    background-color: rgb(204,153,0);
    padding: 3px 3px 3px 3px;
}

h3
{
    font-weight: bold;
    font-size: 12px;
    color: #800000;
    border-bottom: solid 1px #800000;
    margin-right: 50px;
    margin-bottom: 6px;
    padding-bottom: 3px;
}

/* DIV tags for content */

div #contentleft
{
    position: relative;
    width: 345px;    
    height: 353px;
    left: 10px;    
    top: -389px;
    z-index: 1;
    text-align: left;
    visibility: visible;
    overflow: hidden;
    /*border: solid 1px black;*/
}

div #contentright
{
    position: relative;
    width: 315px;
    height: 355px;
    left: 470px;
    top: -744px;
    z-index: 1;
    text-align: left;
    visibility: visible;
    overflow: hidden;
    /*border: solid 1px black;*/
}

div #contentbottomborder
{
    position: absolute;
    width: 798px;
    left: 50%;
    margin-left: -397px;
    top: 545px;
    text-align: left;
    visibility: visible;
    overflow: hidden;
    background-color: White;
    z-index: 1;
    padding-bottom: 6px;
}   

div #contentbottom
{
    position: relative;
    width: 780px;
    left: 50%;
    margin-left: -390px;
    z-index: 2;
    text-align: left;
    visibility: visible;
    overflow: hidden;
    background-color: #EEEEEE; 
}

div #musicplayer
{   position: absolute;
    width: 105px;
    height: 150px;
    top: 285px;
    left: 50%;
    margin-left: -35px;
    z-index: 20;
    visibility: visible;
    overflow: hidden; 
}  

