/* CSS Document */
/* DEFINI��ES GERAIS */
* {margin:0;padding:0;list-style:none;text-decoration:none;}
img{border:none;}

body {
background: #e3e3e3;
font: 11px Tahoma, Arial, verdana;
color: #000;
margin:0 auto;
}
a , a:visited{
color:#720404;
}
a:hover {
color:#720404;
text-decoration: underline;
}
/*a:hover img{
width:100px;
overflow: hidden;
border:3px solid #9b0303;
margin: -3px 0 -3px -3px;
}*/
#container {
background: #fff;
margin: 0 auto;
width: 1000px;
}

/*#topo{
background:url(../imagens/bg_topo.gif) no-repeat;
width:1007px;
height:104px;
}
#topo a img{
	float:left;
	margin:15px 0px 0px 15px;
}*/
#barra{
width:1007px;
height:36px;
}
form#buscar{
width:225px;
height:36px;
background:url(../imagens/bg_barra.gif) repeat-x top;
}
form#buscar fieldset{
border:none;
padding-top:5px;
}
form#buscar fieldset label{
color:#747576;
text-transform:uppercase;
font-size:11px;
font-weight:bold;
}
form#buscar fieldset input{
color:#747576;
font-size:11px;
border:none;
height:20px;
}
#rodape{
width:999px;
clear:both;
height:70px;
margin:15px 0 0 0;
background: url(../imagens/bg_topo.gif);
border-bottom: 3px solid #fe0100;
}
#rodape p{
text-align:left;
color:#fff;
font-size:12px;
padding-left:10px;
}
