/* 
    Document   : topo
    Created on : 19/05/2009, 15:26:13
    Author     : Marcello
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    margin-top: 0px;
    margin-left: 0px;
}

.topo_super{
    width: 100%;
    height: 144px;
    background-image: url(../imagens/topo1.png);
    background-repeat: repeat-x;
    min-width:870px;
}

.menu_but_back{
    width: 100%;
    height: 32px;
    background-color: #e5e5e5;
    border-bottom: solid 1px #a4a3a3;
    min-width:870px;
}

.logo_sbcal{
    height: 100px;
    width:293px;
    padding-top: 18px;
    padding-left: 45px;
    float: left;
}

.frase_topo{
    width: 423px;
    height: 44px;
    float: left;
    padding-left: 30px;
}

.contato{
    height: 39px;
    width: 61px;
    float: right;
    padding-right: 10px;
    padding-top: 19px;
}

.logo_sbcal_base{
    width: 218px;
    height: 70px;
    padding-left: 35px;
    padding-top: 30px;
    float: left;
}

.base_fundo{
    width:100%;
    height: 300px;
    margin-top: 60px;
    background-color: #473930;
    background-image: url(../imagens/fundo_base.png);
    background-repeat: repeat-x;    
}

img{
    border: 0px;
}