﻿body {
    background-color: #F9F9F9;
}


.Box {
    width: 1000px;
}

.Top {
    padding: 20px 0;
    border: 0;
    background-color: transparent;
}

.PageTitle {
    float: left;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    background-color: #FFF;
    text-align: center;
}

    .PageTitle label {
        font-size: 24px;
        color: #333;
    }

.Middle {
}

.Bottom {
    float: left;
    width: 100%;
    padding: 30px 0;
    font-size: 12px;
}

.Copyright {
    float: left;
    width: auto;
    line-height: 20px;
}

    .Copyright a {
        text-decoration: none;
        color: #CCC;
    }

        .Copyright a:hover {
            color: #999;
        }

    .Copyright label {
        font-family:Arial;
        color: #999;
    }

.Navigations {
    float: right;
    width: auto;
    line-height: 20px;
}

    .Navigations ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .Navigations ul li {
            float: left;
            width:100px;
        }

    .Navigations label {
        display: inline-block;
        height: 25px;
        color: #999;
    }

    .Navigations a {
        color: #CCC;
    }

        .Navigations a:hover {
            color: #333;
        }
