img {
    margin-top:  20px;
}

blockquote {
    position:  relative;
    left:  180px;
    top:  20px;
    width:  220px;
    margin-bottom:  30px;
    padding:  10px 10px 10px 25px;
    background-color:  #A76D8A;
/*    border-left:  5px solid #660033; */
    border-bottom:  5px solid #660033;
    background-image:  url(../graphics/BWopenquotesoft.png);
    background-repeat:  no-repeat;
    background-position:  top left;
}

#navcontainer ul {
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style-type: none;
}

#navcontainer li {
    margin:  0;
}

#navcontainer a {
    display: block;
    color: #660033;
    width: 8em;
    padding: 3px 12px 3px 8px;
    text-decoration: none;
    font-weight: bold;
}

#active a {
    display: block;
    color: #660033;
    width: 8em;
    padding: 3px 12px 3px 8px;
    text-decoration: none;
    font-weight: bold;
}

#navcontainer a:hover {
    border-right: 5px solid #660033;
}

#navcontainer a:visited {
    color: #A76D8A;
}

#navcontainer li li a {
    display: block;
    color: #660033;
    padding: 3px 3px 3px 17px;
    text-decoration: none;
    font-weight: normal;
}