/*
        Projeto:        ESTATICA-METROLOGIA
        Autor:          Fabiano Kuerten
        Data:           2010/03/26
        Última edição:  2010/04/26

-------------------------------------------------*/

@import url(reset.css);
@import url(estilo.css);
@import url(classid.css);

#container {
    width: 940px;
    margin: 0 auto;
    }

    #cabecalho {
        position: relative;
        height: 79px;
    }
    
    #cabecalhoimagem {
        height: 150px;
    }

    #destaque {
        height: 100px;
    }

    #conteudo {
        margin-top: 15px;

        border-top: 1px dotted #cccccc;
    }

    #rodape {
        clear: both;
        position: relative;
        border-top: 1px dotted #cccccc;
    }

.clear {
    clear: both;
}
