﻿#form1
{
    margin-top: 0px;
}     
#container
{
    margin: 0 auto; 
    width: 1024px;
}
#cabec
{
    background-image: url('imagens/cabecario.jpg');
    background-repeat: no-repeat;
    width: 1024px;
    height: 221px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 12px;
}
#rodape
{
    background-image: url('imagens/roda-pe.jpg');
    width: 1024px;
    height: 147px;
    display: block;
    float: left;
}
#menu_esq
{
    width: 255px;
    margin-top: -3px;
    margin-left: -3px;
    display: block;
    float: left;
    margin-bottom: -3px;
}
#miolo
{
    width: 500px;
    display: block;
    vertical-align: top;
    top: 400px;
    float: inherit;
}
#menu_dir
{
    vertical-align: top;
    display: block;
    float: right;
}
