a {
	font-size: 10px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #ED5E08;
}
a:active {
	text-decoration: none;
	color: #000000;
}

body {
	background-image: url(../imagens/bg_index.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#corpo {
	position:relative;
	margin:auto;
	width:1000px;
	
}
#topo{
	width:1000px;	
	margin:auto;	
}
#sub-topo{
	width:1000px;
	text-align:right;
}
#conteudo{
	width:1000px;	
	
}
#buscaDetalhe{
	width:750px;
	margin-left:250px;	
}

#conteudo-esq {
	position:absolute;
	left:-3px;
	top:190px;
	width:260px;
	height:1309px;
	background-image:url(../imagens/bg_conteudo_esq.gif);
	background-repeat:no-repeat;	
	z-index:1;
}
#rodape{
	width:100%;
	height:220px;
	margin-top:100px;
	clear:both;
	background-image:url(../imagens/bg_rodape.jpg);
	background-repeat:repeat-x;
	float:right;
}

#logos{ float:right;}

