/* Collection-specific colors */
body {
    background-color: #88292f;
}

/* Header and footer */
#all {
    background-color: #88292f;
}

/* Top menu */
#menu a:hover, #menu .selected {
    background-color: #a84648;
}

