@charset "utf-8";
/* CSS Document */

body { text-align:center; 
	font-family: tahoma, arial, helvetica, "trebuchet MS",sans-serif; color: #747152;
	font-size: 12px;
	text-align:center;
	height: 100%;
}

* {
	border: 0;
	text-decoration: none;
}

/* ESTRUTURA */
#geral { width:805px; position: relative; text-align:left; margin:0 auto 0 auto; min-height: 100%; height: 100%; /* hack para IE6 hq trata height como min-height */ }
#cabecalho { width:805px; height: 40px; padding-top:10px; }
#conteudo { width:805px; height: 610px; background-image: url(../images/background.jpg); background-repeat: no-repeat; }
#topo { width:100%; height: 90px; }

/* INTERNAS */
#coluna { width:210px; height: 100%; float:left; padding-left:45px; margin-top: 20px; }
#centro { width:300px; height: 100%; float:left; }
#direita { width:220px; height: 100%; float:right; margin-top: 10px; }

/* INDEX */
#topo_capa { width:240px; height: 90px; }
#capa { width:480px; height: 100%; float:right; padding:10px;}
#coluna_capa { width:220px; float:left; padding-left:45px; margin-top:160px; color:#FFFFFF;}



/* TEXTOS */
.menu_rede, .menu_rede a{ font-family: arial, helvetica, "trebuchet MS",sans-serif; font-size: 10px; color: #b7b38e;}
.menu_rede a:hover{ color: #000;}

h1 { font-family: tahoma, arial, helvetica, sans-serif; font-size: 20px; color:#534b26; }
h2 { font-family: tahoma, arial, helvetica, sans-serif; font-size: 12px; color:#FFFFFF; }

p { text-align: justify; }
