#navlist li {
    border-left: 20px solid rgb(1,74,151);
}

#navlist li:hover {
    border-color: rgb(1,74,151);
    background: url(list-background-hover-idea.png) repeat-y;
}

#background {
    background: url(main-background-idea.png) repeat-x;
}

#header {
    background: url(main-idea.png) no-repeat;
}

#event div {
    background-color: lightgray;
}

#event div p, #event div h3 {
    color: rgb(1,74,151);
}