/* CSS Document */

body
{
background: url(../imagens/fundo_geral.gif) repeat-y #E6ECE2;
}

*
{
margin:0px;
padding:0px;
list-style:none;
text-decoration:none;	
}

a img
{
border: none;
}

#geral
{
width:1000px;
margin: 0px auto 10px auto;
background: url(../imagens/fundo-geral.jpg) repeat-x 112px 0px #FDFDFD;
overflow: visible;
}

#meio
{
margin: 0px 0px 7px 0px;
*margin: 0px 0px 15px 0px;
}

#rodape
{
width: 1000px;
padding: 0px;
margin: 0px 0px 0px 0px;
display: table;
clear: both;
}

#direito
{
border-left: 1px dotted #DBDBDB;
width: 214px;
padding: 0px 12px 0px 10px;
margin: 26px 0px 15px 0px;
float: right;
}

#esquerdo
{
width:160px;
float:left;
*margin: 2px 0px 0px 0px;
}

#centro
{
width: 684px;
padding: 45px 0px 25px 54px;
display: table;
}

#topo
{
position: relative;
width: 1000px;
display: table;
}
