#sidebar {
    float: top;
    width: 80%;
    margin-left: 10%;
    background-color: #500;
    color: #FFF;
    text-align: center;
    border: solid;
    border-color: #000;
    border-width: thin;
}

#sidebar li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    text-align: center;
    margin: 0;
}

#sidebar img {
    width: 88px;
}

#content {
    width: 80%;
    margin-top: 25px;
    margin-left: 10%;
    background-color: #500;
    color: #FFF;
    text-align: left;
    border: solid;
    border-color: #000;
    border-width: thin;
}

#content #irrepressible {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    text-align: center;
}

#content ul {
    list-style: none;
    padding: 0;
    margin-left: 1em;
    text-align: left;
}

p {
    padding: 0px 0px 0px 0px;
    margin: 0px 80px 0px 0px;
}

body {
    font-family: serif;
    font-style: normal;
}

body a:link {
    color: #0C0;
}

body a:visited {
    color: #00C;
}
