﻿body
{
    text-align: center;
}
#Surround
{
    width: 980px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
#Head_Background
{
    right: 0px;
    left: 0px;
    width: 100%;
    height: 180px;
    top: 0px;
    position: absolute;
    background-image: url('/images/layout/HeaderTop.png' );
    background-repeat: repeat-x;
    z-index: 0;
}
#Head_Logo
{
    position: absolute;
    width: 980px;
    height: 270px;
    top: 0px;
    left: 0px;
    z-index:1;
}
#Head_AdminLinks
{
    padding: 5px;
    position: absolute;
    width: 690px;
    height: 55px;
    top: 0px;
    margin-left: -220px;
    left: 50%;
    color: #FFFFFF;
    text-align: right;
    vertical-align: bottom;
    z-index: 5;
}
#Head_ExperianceBox
{
    position: absolute;
    width: 980px;
    height: 260px;
    top: 0px;
    margin-left: -490px;
    left: 50%;
    z-index: 0;
}
#Head_QuickLinks
{
    position: absolute;
    width: 700px;
    height: 55px;
    top: 220px;
    margin-left: -220px;
    left: 50%;
    z-index: 1;
}
#Body_Background
{
    position: absolute;
    width: 980px;
    top: 280px;
    margin-left: -490px;
    left: 50%;
    height: 600px;
    z-index: 0;
    background-image: url('/images/layout/ContentBackground.png');
}
#Body_Container
{
    position: absolute;
    width: 980px;
    top: 280px;
    margin-left: -490px;
    left: 50%; 
    z-index: 5;
    }

#Body_Content
{
    position: absolute;
    width: 680px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 100%;
    top:0px;
    left:0px;
}
#Body_SideBar
{
    position: static;
    margin: 10px;
    float: right;
    width: 250px;
}
#Body_Footer
{
    width: 680px;
    height: 100px;
    background-image: url('/images/layout/Footer.png' );
    margin: 0px 5px 0px 5px;
    clear: both;
    float: none;
    bottom: 0px;
}

#Body_Footer P
{
    padding: 10px;
    font-size: small;
}

#Body_News P
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
    font-size: small;
}
#Body_News h4
{
    margin: 5px 0px 0px 20px;
    padding: 0px;
    font-size: small;
}


#Body_Birthday P
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
    font-size: small;
}
#Body_Birthday h4
{
    margin: 5px 0px 0px 20px;
    padding: 0px;
    font-size: small;
}

#Body_Birthday h1
{
    margin: 5px 0px 0px 20px;
    padding: 0px;
    font-size: large;
}

#Body_News h1
{
    margin: 5px 0px 0px 20px;
    padding: 0px;
    font-size: large;
}

