html, body {
    margin: 0;
    padding: 0;
    text-align: center;
    min-width: 780px;
    font-family: arial, sans-serif;
    font-size: 10pt;
    background-color: #9bcfac; /* #53524e; */
    color: rgb(0,0,0); /* rgb(0,0,0); */
}
body {
    margin: 10px;
}
img {
    border: none;
}
#holder {
    position: relative;
    margin: 0 auto;
    text-align: justify;
    width: 950px;
    background-color: #8d918c; /* #a7a59c; */
    background-image: url('/img/pedra_furada.jpg');
    background-repeat: no-repeat;
}
#menu {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 230px;
}
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 10pt;
    line-height: 14px;
    font-weight: 800;
}
#menu ul a {
    background-image: url('/img/menu.png');
}
#menu ul ul {
    font-weight: 400;
}
#menu ul ul a {
    background-image: url('/img/submenu.png');
}
#menu ul a {
    display: block;
    padding: 3px;
    text-decoration: none;
    color: #2f3a44;
}
#menu ul ul a {
    padding-left: 8px;
}
#menu ul a:hover, #menu ul a.selected {
    background-image: url('/img/selected.png');
    color: rgb(255,255,255);
}
#menu ul ul a:hover, #menu ul ul a.selected {
    background-image: url('/img/subselected.png');
    color: rgb(255,255,255);
}
#menu #apoio {
    text-align: center;
}
#logo {
    margin-top: 10px;
    margin-left: 250px;
    width: 700px;
    text-align: right;
}
#contents {
    margin-left: 260px;
    width: 670px;
    min-height: 505px;
}
#contents h1, #contents h2, #contents h3, #menu h2, #contents p {
    margin: 0 0 .5em 0;
}
#contents h1, #contents h2, #contents h3, #menu h2 {
    text-align: center;
    color: rgb(42,53,64);
}
#contents h1 {
    font-size: 160%;
}
#contents h2, #menu h2 {
    font-size: 120%;
}
#contents h3 {
    font-size: 100%;
}
#contents p {
    text-indent: 3cm;
    text-align: justify;
}
#contents dt {
    padding-left: 3cm;
    font-weight: 800;
}
#contents dd {
    padding-left: 3cm;
    margin-bottom: .5em;
}
#contents a {
  text-decoration: underline;
  color: rgb(0,64,128);
}
#contents a:visited {
  color: rgb(64,96,128);
}
#contents blockquote {
    margin: 0 0 1em 1cm;
    padding: 0;
}
#contents blockquote p {
    margin: 0;
    padding: 0;
    text-indent: 0;
}
#contents .tupi {
    font-family: times new roman, serif;
    font-style: italic;
}
#contents ul {
    margin: 0 0 1em 1cm;
    padding: 0;
    list-style-type: disc;
}
#contents ul ul {
    list-style-type: none;
}
#contents address {
    text-align: center;
}
#contents table {
    margin-bottom: 1em;
}
#contents hr {
    margin: 2px 10%;
}
#album {
    margin-top: 15px;
    padding: .5em 0;
    text-align: center;
    background-color: white;
    border-style: solid;
    border-color: #53524e #a7a59c #a7a59c #53524e;
    border-width: 2px;
}
#album a {
    display: inline-block;
    background: transparent url('/img/nw.png') no-repeat top left;
}
#album a span {
    display: inline-block;
    background: transparent url('/img/ne.png') no-repeat top right;
    padding: 4px 0 0 0;
    border: 0px solid blue;
}
#album a span span {
    display: inline-block;
    background: transparent url('/img/se.png') no-repeat bottom right;
    padding: 0 5px 0 0;
    border: 0px solid #0f0;
}
#album a span span img {
    background: transparent url('/img/sw.png') no-repeat bottom left;
    padding: 0 0 5px 4px;
    border: 0px solid red;
}
#album a span span > img {
    margin-bottom: -3px;
}
#album > a {
    margin-bottom: 3px;
}
#credits {
    margin-top: 20px;
    line-height: 24px;
    color: rgb(88,111,133);
    background-color: #8d918c; /* #a7a59c; */
    text-align: center;
}
#credits a {
    color: rgb(88,111,133);
}
