/* CSS EmAmbiente */
*{ margin:0; padding:0; }

body{ font:13px Verdana, Geneva, sans-serif; line-height:1,6em; background:#DEE3C5; color:#0C5730; }

a{ text-decoration:none; }

#principal{ width:800px; margin:0 auto; position:relative; }

#topo{ background:url(imagens/vinheta/topo.jpg) top left no-repeat; height:130px; position: relative;  }
#data { left:282px;
position:absolute;
top:110px;}
#audio { position:absolute;
right:27px;
top:112px; }

#menu{ float:left; width:160px; margin-left:15px; }
#menu-itens{ list-style:none; }
#menu-itens li{ background:url(imagens/vinheta/botao.jpg) top left no-repeat; margin-bottom:1px; height:22px; line-height:22px; text-align:center; }
#menu-itens li a{ color:#FFFFC1; }
#menu-itens li a:hover{ font-weight:bold; }
#menu-itens .t-menu{ background:#9BB06B; }

#conteudo{ float:right; width:625px; }

#rodape{ background:#0C5730; color:#FFFFFF; text-align:center; }
