@charset "utf-8";
/* CSS Document */

/* Zerando alguns atributos padroes do css */
* {margin: 0; padding: 0; border: 0 none; list-style-type: none; text-decoration:none;}

body {margin:0; width:100%; background-color:#323031; background-image: url(../images/bg.jpg); background-repeat: repeat-x; background-position: center top;}

#geral {width:1000px; margin:0 auto; position:relative; background-color:#fff;}

#topo {width:1000px; height:349px; clear:both;}

#coluna_esquerda {width:270px; float:left; background-image:url(../images/bg_col_esq.jpg); background-repeat:no-repeat; background-color:#fff;}

#coluna_centro {width:491px; float:left; background-color:#fff;}

#coluna_direita {width:239px; float:right; background-image:url(../images/bg_col_dir.jpg); background-repeat:no-repeat; background-color:#fff;}

#coluna_interna {width:730px; float:left; background-color:#fff;}

#rodape {width:1000px; height:228px; clear:both; background-color:#313030;}