* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
}
body { background: black; }

div#container {	width: 980px; text-align:left;padding-top: 15px; z-index: 2; background: white; }
div#topo { height: 35px }
div#busca { float: left; padding-left: 10px; height: 35px; line-height: 0px;  }
div#menu { clear:both; line-height: 0px; height: 30px; width: 980px; background: url(../images/menu.interno.tile.gif); repeat-x; }
div#busca_box { background: url(../images/busca.box.gif) no-repeat; width: 110px; height: 20px; padding-right: 10px;}
input#busca_box_campo { background: none; border: none; width: 100px; padding: 2px 5px 2px 5px; }
div#abastile { background: url(../images/abas.tile.home.gif) repeat-y; width: 550px; height: 45px;  line-height: 0px;}
div#conteudo { clear: both; width: 980px; background: url(../images/tile.bg.raridades.gif) repeat-y; }
div#logotipo { padding-left: 465px; line-height: 0px; }

div#colunagem { clear: both; padding-left: 120px }
div#coluna { width: 420px; float: left; background: url(../images/fundo.raridades.gif) no-repeat; }
div#coluna_icone { width: 45px; height: 500px; float: left; }
div#coluna_texto { width: 350px; float: left; padding-bottom: 20px; font-size: 12px; line-height: 15px; color: #FFFFFF; }
div#coluna_nav { padding-left: 45px; font-size: 12px; color: #FFFFFF}

div#conteudo:after{
        content:".";
        display:block;
        clear:both;
        visibility:hidden;
        height:0;
        overflow:hidden;
}

