/* -------------------------------------------------------------- 
  
   CSS Framework
   Desenvolvido por: Adauto Nobre
   Aplicação em Layout PHP + CSS   
   
-------------------------------------------------------------- */


@charset "utf-8";
/* Declaração do Charset*/

body{margin:110px; padding:0px; background-image:url(../imagens/bg_index.jpg); text-align:center; /* hack para o IE */}
#topo{margin:0 auto; text-align:center; width:860px; height:120px;}
#conteudo{margin:0 auto; width:860px; height:150px; text-align:center;}
#rodape{margin:0 auto; width:860px; height:80px; clear:left; margin:0 auto; padding:0 0 0 0;}
/* Definição dos Boxs Primarios das Páginas*/

#combo_frm{width:860px; margin-top:80px; padding:0px; height:15px; float:left}
#combo_frm input{width:150px; height:15px; padding:2px; margin:0px; background:#fff; border:1px solid #e3f1bc; font:12px arial, verdana, helvetica, sans-serif; color:#558055; line-height:20px;}
#combo_frm input[type="submit"]{width:60px;; height:auto; margin:0px; padding:0px; background:#558055; text-align:center; font:12px arial, verdana, helvetica, sans-serif; color:#FFF;}
h8{font-size:12px; color:#558055; padding:0px; margin:0 10px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-align:left;}
h9{font-size:12px; color:#558055; padding:0px; margin:0 10px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-align:left;  line-height:80px;}
/* Aplicações CSS Formulário */