body{
    margin: 0px;
    background-image: url('cor_f.gif');
    background-repeat: repeat-y;
    background-position: 780px 0px;
}
a{
    text-decoration: none;
    font-weight: bold; 
    color: black;           
}
a:hover{
    color: #800000;
}        
#topo{
    position: relative;            
    height: 130px;
    background: url('topo.gif') no-repeat;
    margin-bottom:10px;
}
#conteudo{
    position: relative;
    width: 780px;
}
#menu{
    text-align: right;
    height: 30px;
    width: 600px;
    position: absolute;
    top: 98px;
    left: 180px;
}
#coluna_e{
    width: 600px;
}
#coluna_d{
    width: 170px;
}
#rodape{
    margin-top: 10px;
    width: 780px;
    border-top: 1px black solid;
}        
#rodape table{
    font-size: 10px;
    font-family: verdana;        
}
.oferta{
    text-align: center;
    font-size: 11px;
    font-family: verdana;
    padding: 5px;            
    border: 1px black dotted;
    margin-bottom: 5px;
}
.titulo{
    margin:5px;
    padding: 0px 10px 10px 10px;
    font-family: verdana;                
    font-size: 24px;
    border-bottom: 1px solid black;
    letter-spacing: 8px;                
}  
.subtitulo{
    margin:5px;
    padding: 0px 10px 10px 10px;
    font-family: verdana;                
    font-size: 14px;
    letter-spacing: 3px;                
}
