body
{
     text-align:center;
     background-repeat:repeat-x; background-image:url('../img/background.jpg');
}

#header
{
    width:890px; margin:0 auto; position:relative;
}

#geral
{
  
    width:900px;
    margin:0 auto;
    
    display:table;
    position:relative;
    
    padding-top:10px;
}

#menu
{
    float:left;
    width:210px;
}

#meio
{

    width:678px;
    margin-left:215px;
    position:relative;
     
    background-repeat:no-repeat;  background-image:url('../img/meio-borda-superior.jpg'); text-align: left;
}

#coluna-central
{
   float:left;
   width:355px; 
   height: 696px;

   border:#E1DCD0 1px solid;
   text-align: justify;
   background-color:#FFFFFF;
   padding:8px; 
     
      
}

#coluna-direita
{
    width: 284px;
    position:absolute;
    left:380px; top:0px;
    padding:5px 0 10px 0;   
}

#interno
{
    padding:8px 8px 0 8px; background-color:White;
    border:#E1DCD0 1px solid;
}

#meio-rodape
{
    background-color:#FFFFFF; height:8px; background-repeat:no-repeat; background-image:url('../img/meio-borda-inferior.jpg');
    width: 900px; font-size:0;
    margin:0 auto;
}