body.custom {
    background: url('images/bg_tile.gif') repeat;
}
.custom #header {
    background-image: url('images/logo.gif');
    background-repeat: no-repeat;
    border:none;
    height: 30px;
}
.custom #tabs {
    border:none;
}
.custom ul#tabs {
    float:right;
}
.custom ul#tabs li {
    background:none;
    border:none;
    float:left;
}
.custom ul#tabs li a {
    color: #F6CACB;
    font-weight: bold;
}
.custom ul#tabs li.current-cat a, .custom li.current_page_item a {
    background-color: #6F6F6F;
}
.custom #content_area .page {
    background: #ffffff;
    border: 8px solid black;
}
.custom #sidebars {
    margin-top: 15px;
}
.custom #footer {
    border:none;
}
.custom #footer a:hover {
    color:#888888;
    border-bottom:none;
}