/* CSS Document */
* { margin:0; padding:0; }
body {
 margin:0px;
 padding:0px;
 color:#333333;
 font-family:Arial, Helvetica;
 text-align:center;
}
#container {
 width:775px;
 height:inherit;
 margin:0 auto;
 background:url(imagens/fundo_home.jpg);
 border:1px solid #999999;
 display:table;
 }
#top {
 width:746px;
 height:203px;
 background:url(imagens/top.jpg);
}
#menu {
 font-size:9px;
 width:140px;
 height:200px;
 min-height:200px;
 text-align:left;
 float:left;
 }
 #coluna_direita {
 width:29px;
 height:520px;
 background:url(imagens/fundo_direita.jpg) no-repeat;
 float:left;
 }
 #home {
 width:540px;
 height:inherit;
 margin: 10px 0 0 0;
 padding: 0 0 20px 0;
 float:left;
 } 
 #home p{
 width:450px;
 height:inherit;
 margin:10px 0 0 70px;
 font-size:11px;
 text-align:justify;
 }
 #bt_contato {
 width:140px;
 height:35px;
 float:left;
 }
 #bt_equipe {
 width:140px;
 height:35px;
 float:left;
 }
 #bt_fotos {
 width:140px;
 height:35px;
 float:left;
 }
 #bt_servicos {
 width:140px;
 height:35px;
 float:left;
 }
 #bt_inicial {
 width:140px;
 height:26px;
 float:left;
 }
