body {
    margin: 0;
    padding: 0;
    font-family: "arial";
    font-size: 11pt;
    color: #444;
    background: #fff;
}

hr {
    background-color: #e00;
    color: #e00;
    height: 2px;
    border: 0px;
}

img {
    border: 0px;
}

.spacer {
    clear: both;
    width: 0;
    height: 0;
}

#container {
    width: 650px;
    height: 500px;
    margin: 10px auto 10px auto;
}

#container ul li + li { margin-top: 0.5em; }

#container.cover {
    background: #ee000b;
    padding: 5px;
    margin-top: 25px;
}

#cover {
    background: #ee000b;
    float: left;
    width: 500px;
}

#right-menu {
    background: #ee000b;
    width: 150px;
    float: left;
}

#right-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#right-menu li a {
    background: inherit;
    color: #fff;
    display: block;
    padding: 3px 6px 2px 6px;
    margin-bottom: 3px;
    text-align: right;
    border: 1px solid #ee000b;
}

#right-menu li a:link,
#right-menu li a:visited,
#right-menu li a:active {
    text-decoration: none;
}

#right-menu li a:hover {
    background: #bb1122;
    border: 1px outset #bb1122;
}

#footer {
    text-align: center;
    font-size: small;
    margin: 25px 0 0 0;
    padding: 1em 0 1em 0;
    width: 100%;
}

div.image {
    background: #eee;
    border: 1px outset #cacaca;
    margin: 10px;
    float: left;
}

div.image:hover {
    background: #C91515;
}

img.image {
    overflow: hidden;
}
