/* Main */

#main {
    float: left;
    width: 663px;
    margin-bottom: 100px;
}

#main .choice {
    margin: 10px 10px 10px 10px;
}

#main .top {
    height: 19px;
    background: url("../images/main_top.png") no-repeat bottom;
}

#main .text {
    background: url("../images/main_content.png") repeat-y top;
    padding: 10px 10px 10px 10px;
}

#main .foot {
    height: 24px;
    background: url("../images/main_footer.png") no-repeat top;
}

#main h1.title {
    margin-bottom: 25px;
    padding-left: 5px;
    /* border-left: 25px solid #D15600;*/
    /*    text-transform: lowercase;*/
    /*    color: #7F7772;*/
}

#main h2.title {
    margin-bottom: 25px;
    padding-left: 5px;
    border-left: 15px solid #D15600;
    text-transform: lowercase;
    color: #7F7772;
}

#main .title span {
    color: #000000;
}
