#topo{
	/*
	 * Exemplo de como deve ficar o topo customizado
	 */

	/* Não coloca a imagem do fundo
	background-image:none;
	*/
	background-position:0px 40px;
	height:160px;
}

#logo{
    float:left;
    width:161px;
    height:130px;
    background-position:7px 0px;
    background-image:url(../images/logo.gif);
    background-repeat:no-repeat;
}

.texto-nome{
	/*
	 * Some com o nome do escritório
	 */
	/*display:none;*/
	/*font-size:20pt;*/
}

#nome{
  margin-top:80px;
  margin-bottom:0px;
}

#menu_topo{
  margin-top:20px;
	text-align:right;
	padding-right:5px;
	height:15px;
	width:auto;
	font-size:8pt;
	background-color:#666666;
	color:#ffffff;
}