body {
    background-color: #FCE5CC;
}

#head {
    background-image: url(images/orange/head.jpg);
}

#footer {
    color: #F5B46B;
    background-image: url(images/orange/footer.gif);
}

#navTop {
    background-image: url(images/orange/topNav.gif);
}

#main {
    background-image: url(images/orange/bg-main.gif);
}

#gradient {
    background-image: url(images/orange/bg-main-gradient.gif);
}

#content .block {
    background: url(images/orange/teaser-box-content-back.gif) repeat-y top right;
}

#contentRight .block {
    border-color: #ed7f02;
    background-image: url(images/orange/teaser-box-content-back.gif);
}

#contentRight h1 span {
    background: #f29a03 url(images/orange/teaser-box-head-back.gif) repeat-y top left;
}

#content img,
#contentRight .noBorder img {
    border-color: #FEF8F2;
}

#footer #navBottom a.refer {
    background: url(images/orange/ico_mail-url.gif);
}

#content ul li,
#contentRight ul li {
    background: url(images/orange/bullet.gif) no-repeat 1px 8px;
    padding: 4px 0 3px 11px;
    margin: 0
}

#content ul.linkListEmphasized li,
ul.linkListEmphasized li {
    background-image: url(images/orange/linkList-back-short.gif);
}