body.img {
    background :#FAEBD7 url("../img/top/headerback.png");
    background-repeat : repeat-x;
}

body.msg {
    background :#FAEBD7;
}

.social_btn {
    float: left;
    margin: 0px 10px 10px 0px;
    padding: 0px;
    display: inline;
}

.text {
    background:url("../img/top/text.png");
    background-repeat : repeat-x;
    width:100%;
    padding: 1px;
    font-size: large;
}
.bottombackimg {
    background:url("../img/top/bottomback.png");
    background-repeat : repeat-x repeat-y;
    float:left;
    width:100%;
}

.hrimg {
    background:url("../img/top/hr.png");
    background-repeat : repeat-x;
    float:left;
    width:100%;
}

.banner {
    margin: 10px 0px 0px 0px;
}

h3 {
        padding: 0px 10px;
        border-color: #FFB7D5;
        border-width: 0px 0px 0px 7px;
        border-style: solid;
        background: #F5F5F5;
        margin-bottom: 15px;
        margin-top: 30px;
}