#topo{
	/*
	 * Exemplo de como deve ficar o topo customizado
	 */

	
	background-image:none;
	height:120px;
}

.texto-nome{
	/*
	 * Some com o nome do escritório
	 */
	/*display:none;*/   
}

#nome{
  
}

#logo{
    float:left;
    width:161px;
    height:95px;
    background-position:7px 7px;
    background-image:url(../images/logo.jpg);
    background-repeat:no-repeat;
}

#menu_topo{
    margin-top:15px;
}
