body {
    margin: 0px;
	padding: 0px;
    font-family: verdana;
    font-size: 12px;
    text-align: center;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
}

#main {
    width: 100%;
    background: url(/include/imagem/background.gif) repeat-x;
    background-color: #EEEEEE;
}

#geral {
    width: 780px;
    margin: 0 auto;
    text-align: center;
}

#cabecalho {
    margin: 0px;
    font-size: 16px;
    height: 143px;
    font-weight: bold;
    color: white;
    text-align: left;
}

#cabecalho img {
    margin: 18px 0px 0px 0px;
    border: 0px;
}
    
#cabecalho h1 {
    font-size: 14px;
    margin: 0px 0px 11px 0px;
}

#menu {
    width: 100%;
    height: 35px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#corpo {
    width: 100%;
    margin: 2px 0px;
    float: left;
    background: #FFFFFF;
}

#menu a {
    width: 125px;
    height: 11px;
    padding: 10px 0px;
    display: inline;
    float: left;
    border: 1px solid transparent;
}

#menu a:hover {
    background-color: #EEEEEE;
    text-decoration: none;
    border: 1px solid black;
}

#rodape {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background: #FFFFFF;
    float: left;
}

#rodape p {
    text-align: center;
}

#rodape_table {
    width: 100%;
}
