
body
{
    text-align: center;
    color:#6e7e96
;
    margin: 0px 0px 0px 0px;
    background-color: #333
;;
}

h1
{
    letter-spacing: 5px;    
}

.LeftBand
{
    background-image:url('/Images/LeftBand.png');
    background-position: bottom;
}

.RightBand
{
    background-image:url('/Images/RightBand.png');
    background-position: bottom;
}

.SideBand
{
    width:200px;
    background-repeat: repeat-y;
}

.MiddleBand
{
    background:black
;
}

table
{
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.MemberInfo,.DownloadInfo
{
    margin-left: 0px;
    text-align: left;
}

.DownloadInfoLeft
{
    padding-right: 15px;
    vertical-align: top;
}

h3
{
    margin-bottom: 3px;
}

.NoTopMargin
{
    margin-top: 0px;
}

.MemberInfo tr td
{
    vertical-align: top;
}

div.Musician
{
    height: 450px;
}

div.NormalAccordionEntry
{
    height: 450px;
    text-align: left;
}

.BiographyAeon
{
    text-align: justify;
    height: 600px;
}

div.Musician table tr td img
{
    margin-right: 10px;
}

#maintable
{
    width: 1280px;
}

tr,td
{
    padding: 0px 0px 0px 0px;
}

.BottomBand
{
    height:200px;
    background-repeat: repeat-x;
    background-image: url('/Images/BottomBand.png');
}

.BottomLeftCorner
{
    background-image: url('/Images/BottomLeftCorner.png');
}

.BottomRightCorner
{
    background-image: url('/Images/BottomRightCorner.png');
}

a,.clickable
{
    cursor: url('/Images/Cursors/metalhand.cur'), auto !important; 
}

.miniinfo
{
    font-size: x-small;
}

.topdistance
{
    margin-top: 30px;
}

.warning
{
    background-color: #c8dcfd;
    border-width: 3px;
    border-radius: 8px;
    border-color: #2574f5;
    border-collapse: separate;
    border-style: solid;
    color: blue;
}

.history:first-letter
{
    font-size:2em;
    font-family: serif;
}

.HistoryPage
{
}

.HistoryEnd
{
    margin-top:70px;
}

.EmbeddedImage
{
    text-align: center;
}

.BorderedImage
{
    margin: 15px 0px 0px 15px;
    border-radius: 15px;
    border: 3px ridge #6e7e96;
}

.EmbeddedImage img
{
    margin: 15px 0px 0px 15px;
    clear: right;
    float: right;
    border-radius: 15px;
    border: 3px ridge #6e7e96;
}

.AlbumThumbDownInText
{
    position: relative;
    top: 8px;
}