
/* SIDEBAR */

#sidebar-delta {
    float: left;
    margin: 0 0 0 50px;
    width: 180px;
}

#sidebar-delta img {
    margin-bottom: 10px;
}

#sidebar-delta ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar-delta li {
    /*background: url(img/arrow.png) no-repeat 0 50%;
    padding-left: 15px;*/
}

#sidebar-delta a {
    color: white;
    font-size: 12px;
    font-weight: bold;
}

#sidebar-delta a:hover {
    color: #f2b336;
}

/* PAGE */

#page-top,
#page,
#page-bottom {
    width: 599px;
}

#page-top {
    background: url(img/sub-page-top.png) no-repeat;
    height: 8px;
}

#page h3 {
    color: #f2b336;
    font-size: 11px;
    margin: 0;
}

#page-bottom {
    background: url(img/sub-page-bottom.png) no-repeat;
}
