#pagina {
    position: relative;
    width: 768px;
    margin: 0 auto 0 auto;
    text-align: left;
}

#cabecalho {
    height: 150px;
}

#cabecalho h1 {
    padding: 20px 0 10px 20px;
}

#cabecalho h2 {
    position: absolute;
    top: 1.8em;
    left: 14em;
    width: 11.5em;
    font-size: 180%;
    color: #555;
}

#cabecalho h3 {
    display: none;
}

#navbar {
    font-family: lucida sans unicode, verdana, sans serif;
    font-size: 105%;
    float: right;
    margin-top: -21px;
    margin-left: 0px;
    width: 385px;
}

#navbar a {
    text-align: center;
}

#navesq {
    background-image: url('../imagem/bar_esq.gif');
    background-repeat: no-repeat;
    padding-left: 32px;
}

div > #navdir {
	background-image: url('../imagem/bar_dir.gif');
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 10px;
}

#navconteudo {
    background-color: #fff;
    text-align: center;
    height: 20px;
    border-top: 1px solid #000;
    border-right: 10px solid #777;
    border-bottom: 1px solid #fff;
}

/* IE teima em não funcionar o bakground-position */
div > #navconteudo {
    border-right: 0;
}

#navconteudo ul {
    list-style: none;
}

#navconteudo li {
    display: inline;
}

#navconteudo li a {
    float: left;
    display: block;
    width: 6em;
    text-decoration: none;
    color: #008080;
    padding: 3px;
}

#navconteudo li a:hover {
    color: #000;
}

#rodape { display: block; clear: both; margin: 0 0 30px 0; padding: 10px 0 10px 0; position: relative; top: 20px; background-color: #fff; }
