/**
 * $Id: $
 */

@import url(navigation.css);

body {
    background:         #f7f4e8 url(../graphics/gif/menu/column.gif) -20px top repeat-y;
}
#main {

}
#head {
    position:           absolute;
    top:                0;
    left:               0;
    width:              129px;
    z-index:            800;
}
#body {
    position:           absolute;
    float:              left;
    clear:              left;
    top:                0;
    left:               129px;
    right:              0;
    width:              auto;
    z-index:            100;
    background:         url(../graphics/gif/backgrounds/title.gif) -20px -20px no-repeat;
    padding-top:        25px;
}
#title {
    padding-top:        15px;
}
#title p.kicker {
    display:            none;
}

/**
 * Backgrounds
 */

h1 {
    background:         url(../graphics/gif/backgrounds/header.gif) left bottom repeat-x;
}
#themes li.theme {
    background:         url(../graphics/gif/backgrounds/header.gif) left 10px repeat-x;
}
#themes li.alt,
#themes li ul li.alt {
    background:         url(../graphics/png/backgrounds/list.png) 50% top repeat-y;
}
