body {
    background: url('../img/bg_grey_jitter.jpg');
    -webkit-text-size-adjust: 100%;
}

.inner {
    width: 1004px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.tel {
    font-weight: 700;
    background-color: #fefbdc;
    color: #034ea2;
}

.copy p, .copy li {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #484848;

    text-align: justify;
    text-justify: inter-word;

    padding-bottom: 20px;
}

.copy li {
    padding-bottom: 10px;
    margin-left: 55px;
    list-style-type: square;
}

#header {
    width: 1004px;
    height: 250px;
    margin: 0 auto;
    position: relative;
}

    #logo {
        display: block;
        margin: 0 auto;
        padding-top: 23px;
    }

    #header .contact {
        position: absolute;
        right: 22px;
        top: 50px;

        text-align: right;
        width: 260px;
    }

    #header .contact p {
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 18px;
        color: #484848;
    }

    #header .contact .registered {
        font-size: 18px;
        font-weight: 700;
        line-height: 21px;

        border-bottom: 1px solid #ebebeb;
        padding-bottom: 13px;
    }

    #header .contact .address {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #header .contact a {
        color: #034ea2;
        font-size: 12px;
        line-height: 14px;
        text-decoration: none;
    }

    #header .contact a:hover {
        color: #000;
        text-decoration: underline;
    }

#main {
    margin: 0 auto;
    max-width: 1120px;
    background-color: #fff;
    -moz-box-shadow:    0px 0px 8px 0px #e1e1e1;
    -webkit-box-shadow: 0px 0px 8px 0px #e1e1e1;
    box-shadow:         0px 0px 8px 0px #e1e1e1;
    behavior: url('./static/css/PIE.htc');   
}

#main .shadow {
    background: url('../img/shadow_tc_down.png') no-repeat center center;
    width: 979px;
    height: 27px;
    margin: 0 auto;
}

#main p, #main ul {
    width: 615px;
    margin: 0 auto;
}

#main h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 60px;
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}


#main h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    padding-top: 30px;
    padding-bottom: 25px;
    width: 615px;
    margin: 0 auto;
}

#main ul {
    padding-bottom: 80px;
}

#footer {
    padding-top: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    padding-bottom: 60px;
}

#footer .inner {
    width: 700px;
    text-align: center;
}

#footer .logo {

}

#footer .nav {
    padding-top: 30px;
    padding-bottom: 7px;
}

#footer .nav a {
    color: #464646;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

#footer .nav a:hover {
    color: #000;
    text-decoration: underline;
}

#footer .contact {
    color: #898989;
    font-size: 14px;
}

