/* HOL-CSS */
body {
    margin: 0;
    text-align: center;
    min-width: 960px;
    font-family: Georgia, serif;
    font-size: 13px;
    line-height: 1.62em;
    color: black;
    background-color: silver;
}
p {
    text-align: justify;
}
li {
    text-align: justify;
}
small {
    color: gray;
}
dt {
    text-decoration: underline;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 17px;
}
img {
    border: none;
}
#wrapper {
    text-align: left;
    width: 960px;
    margin: auto;
    background-color: white; /* vai #c23939 */
}
#wrapper a:link, #wrapper a:visited {
    text-decoration: none;
}
#header {
    padding: 1em 1em 0 1em;
    text-align: center;
    height: 100px;
    background-color: #c23939;
    margin-bottom: -1em;
}
#header img {
    float: left;
    padding: 15px;
}
#header h1 {
    font-variant: small-caps;
    text-align: left;
    line-height: 1em;
}
#header p {
    text-align: center;
    line-height: 0;
}
#topnavigation {
    background-color: black;
    text-align: center;
    font-variant: small-caps;
}
#topnavigation ul {
    margin: 0;
    padding: 0.4em 1em 0.4em 1em;
}
#topnavigation li {
    margin-right: 1em;
    display: inline;
}
#topnavigation a:link, #topnavigation a:visited {
    padding: 0.5em 1em 0.5em 1em;
    background-color: inherit;
    color: white;
}
#topnavigation a:hover {
    background-color: silver;
}
#topnavigation a.active {
    color: #c23939;
}
#main {
    background-color: white;
}
#left {
    padding: 10px 0 10px 0;
    float: left;
    width: 260px;
    margin-left: 10px;
    /*font-size: 85%;*/
    line-height: 1.62em;
    color: #222222;
    border-right: 1px solid black;
}
#left p {
    text-align: left;
}
#content {
    margin-left: 270px;
    border-left: 1px solid black;
    padding: 10px;
    color: #222222;
}
#footer {
    clear: both;
    text-align: center;
    padding: 1em;
    background-color: #c23939;
    border-top: 1px solid black;
}
