/* CSS Document */

#geral {

width:800px;
left:50%;
margin-left:-400px;
position:relative;
background-image:url(../imagens/fachada.jpg);
background-repeat:no-repeat;
height:337px;
background-color:#F0E0FF;
}

#menu{
padding-top:10px;
padding-left:18px;
float:left;
position:relative;
}

#menu_hori{
padding-top:190px;
padding-right:25px;
position:relative;
float:right;
}

#rodape{

width:800px;
height:30px;
background-color:#996666;
}


#rodape{

width:800px;
clear:both;
}

#conteudo{

margin-right:20px;
}