#navlist li {
    border-left: 20px solid rgb(156,213,236);
}

#navlist li:hover {
    border-color: rgb(156,213,236);
    background: url(list-background-hover-examples.png) repeat-y;
}

#background {
    background: url(main-background-examples.png) repeat-x;
}

#header {
    background: url(main-examples.png) no-repeat;
}

#event div {
    background-color: rgb(156,213,236);
}

pre {
    background-color: rgb(240,240,240);
}
