#topborder {
    height: 57px;
    background-attachment: scroll;
    background-color: #b9cfa1;
    background-image: url("/images/background.gif");
    background-position: top left;
    background-repeat: repeat-x;
}
.container {
    background-color: #fff;
}
#spacer {
    height: 36px;
}

#logo h1 {
    color: #261;
    text-align: left;
}
#slogan h2 {
    color: #708090;
    text-align: right;

}
#navigation ul {
    list-style-type: none;
    margin:0 0 0 0;
}
#navigation li {
    float: left;
    width: 135px;
    text-align: center;
}
#navigation a {
    text-decoration: none;
    color: black;
    display: block;
    margin: 0 0 0 1px;
    padding: 5px;
    border: 1px solid #708090;
    background-color: #ffca33;
}
#navigation a:hover {
    text-decoration: none;
    color: #261;
    background-color: #ccc;
}
#footer p {
    font-size: 0.85em;
    color: #c4c4c4;
    text-align: right;
}
#footer a {
    color: #708090;
    text-decoration: underline;
}
#footer a:hover {
    color: #2f4f4f;
    text-decoration: none;
}
a {
    color: #261;
    text-decoration: underline;
}
a:hover {
    color: #708090;
    text-decoration: underline;
}
.style_bold {
    font-weight: bold;
}
.style_italic {
    font-style: italic;
}