html, body, #wrap {
    height: 100%;
    background-color: #303D3E;
}

body > #wrap {height: auto; min-height: 100%;}

table {
    border-collapse: collapse;
}

#main {overflow:auto;
       padding-bottom: 120px; height: 100%;}  /* deve ter a mesma altura do rodapé */

#prefooter {
    margin: 0 auto;
    text-align: center;
    width: 820px;
}
#footer {
    position: relative;
    background-color: #bbbbbb;
    color: #444444;
    margin-top: -120px; /* valor negativo da altura do rodapé */
    height: 120px;
    clear:both;
    font-family: 'Arial';
    font-size: 13px;
    font-weight: bold;
}

#footer table tr, td {
    padding: 12px;
    color: #666666;
}

#footer a {
    color: #444444;
}

/*Opera Fix*/
body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;
}

root {
    display: block;
}

.top {
    width: 820px;
    height: 170px;

    background-color: #999999;
}

.container {
    position: relative;
    width: 820px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    clear: both;
}

table tr, td {
    text-align: left;
    color: #444444;
}

table.condominios tr {
    border-bottom: dotted 1px;
}

h1 {
    padding: 0px;
    padding-bottom: 20px;
    font-family: 'Georgia';
    font-size: 38px;
    font-weight: normal;
}

.textoDestaque{
    font-family: 'Arial';
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}

.textoComum {
    padding: 0px;
    text-align: left;
    font-family: 'Tahoma';
    font-size: 13px;
    color: #303D3E;
}

.small {
    font-family:'Tahoma';
    font-size: 13px;
}

.copyright {
    font-family: 'Tahoma';
    font-size: 10px;
    color: #303D3E;
    font-weight: normal;
}

a, a:visited {
    text-decoration: none;
    color:#dddddd;
}
a:hover {
    text-decoration: underline;
}

h3 {
    font-family: 'Georgia';
    font-weight: normal;
}

#copyright {
    display: none;
}

#faleConosco {
    font-family: 'Tahoma';
    color: #444444;
    font-size: 11px;
    line-height: 25px;
    padding: 30px;
}

#caminho{
    width: 800px;
    height: 100px;
    padding-left: 20px;
    text-align: left;
    font-family: 'Verdana';
    color: #A90043;
    font-size: 11px;
}

#caminho a {
    color: #303D3E;
}

.complete {
    position: fixed;
    width: 820px;
    height: 100%;
    margin-left: -410px;
    left: 50%;
    background-color: #ffffff;
}

img {
    border: none;
    padding: 0px;
    margin: 0px;
}

.links_uteis{
    text-align: left;
    padding-left: 120px;
    font-family: 'Verdana';
    font-size: 13px;
    color: #A90043;
}
.links_uteis a{
color: #303D3E;
}

.erro {
    font-family: 'Georgia';
    color: #444444;
}

.erro a {
    color: #A90043;
}
