﻿h1
{
    width:960px;
    height:32px;
    margin:0 0 1em 0;
    padding:5px 43px 0 0;
    font-size:1.3em;
    font-weight:bold;
    color:#FFFFFF;
    text-align:right;
    background-image:url('../images/bg-strip_gray.jpg');
    background-repeat:no-repeat;
    background-position:right top;
}

div.MainPage p
{
    margin:0 3% 0 0;
    font-size:0.8em;
    color:#000000;
}
ul.People
{
    width:872px;
    margin:0 auto;
    padding:0;
}
ul.People li
{
    position:relative;
    float:right;
    width:158px;
    height:111px;
    margin:30px 60px 30px 0;
    list-style-type:none;
    background-image:url('../images/bg-people.png');
    background-repeat:no-repeat;
    background-position:center bottom;
}
ul.People li img
{
    z-index:1;
    position:absolute;
    bottom:0;
    left:0;
}
ul.People li label
{
    z-index:2;
    position:absolute;
    bottom:-20px;
    right:-10px;
    width:138px;
    height:36px;
    padding:0.2em 15px 0 9px;
    background-image:url('../images/label-people.png');
    background-repeat:no-repeat;
    background-position:right bottom;
    font-size:0.72em;
    color:#FFFFFF;
    line-height:1.15em;
}
ul.People li label a
{
    color:#FFFFFF;
    text-decoration:none;
}
ul.People li label span
{
    display:block;
    text-align:right;
}


div.TheSong
{
    width:100%;
    margin:20px 0 0 0;
    background-color:#005294;
}
div.aSong
{
    position:relative;
    width:600px;
    height:500px;
    margin:0 auto;
    background-image:url('../images/bg-song.png');
    background-repeat:no-repeat;
    background-position:center bottom;
}

div.aSong img
{
    z-index:1;
    position:absolute;
    bottom:0;
    left:0;
}
div.aSong label
{
    z-index:2;
    position:absolute;
    bottom:0;
    left:54px;
    width:288px;
    height:37px;
    padding:12px 18px 0 13px;
    font-size:1.05em;
    font-weight:bold;
    color:#FFFFFF;
    background-image:url('../images/label-people_big.png');
    background-repeat:no-repeat;
    background-position:bottom right;
}
div.aSong label a
{
    display:block;
    float:right;
    width:100%;
    color:#FFFFFF;
    text-decoration:none;
}
div.aSong label span.Name
{
    float:right;
}
div.aSong label span.Email
{
    float:left;
}
div.aSong h2
{
    float:right;
    clear:both;
    margin:52px 52px 0 0;
    font-size:1.1em;
    font-weight:bold;
    color:#A5AF00;
}
div.aSong p.SongName
{
    float:right;
    clear:both;
    margin:10px 52px 0 0;
    font-size:0.9em;
    font-weight:bold;
    color:#005192;
}
div.aSong p.SongDetails
{
    float:right;
    clear:both;
    margin:0 52px 0 0;
    font-size:0.9em;
    color:#005192;
    font-style:italic;
}


div.aSong p.SongTxt
{
    float:right;
    clear:both;
    margin:15px 52px 0 0;
    font-size:0.9em;
    color:#000000;
}

div.aSong a.Back
{
    position:absolute;
    top:100px;
    right:-20px;
}
div.aSong a.Prev
{
    position:absolute;
    top:300px;
    right:-20px;
}
div.aSong a.Next
{
    position:absolute;
    top:300px;
    left:-40px;
}
