/* defaults */

* {
	margin: 0;
	padding: 0;
}

html, body { 
	height: auto;
}

body {
	background:#fff url(../imagens/fundo_geral.jpg) top center repeat-x; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.5;
	word-spacing: 1.2pt;
	color:#3d3324;
	text-align: center;
}

a {
	color:#762105;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
	

.clear {
	clear:both;
}


#geral {
	margin: 0 auto;  
	text-align: left; 
	min-height: 100%;
	width: 820px;
}

/* FONTES */



/* cabecalho */

#topo {
	width: 820px;
	height: 75px;
}

#topo #logo {
	float:left;
	margin:20px 0 0 0;
	width: 200px;
}

#top #menu {
	float:right;
}



/* conteudo */

#box1 {
	padding: 10px 10px 10px 10px;
	background: #d9d6cf url(../imagens/fundo_box.jpg) top center repeat-x; 
	width: 230px;
	height: 155px;
	margin:	-5px 0 0 10px;
	*margin: 0 0 0 10px;
	line-height: 1;
}
#box2 {
	padding: 10px 10px 10px 10px;
	background: #d9d6cf url(../imagens/fundo_box.jpg) top center repeat-x; 
	width: 230px;
	height: 175px;
	margin:	0 0 0 10px;
}

#conteudo {
	width: 500px;
	margin:	-370px 0 0 260px;
	padding: 30px 30px 30px 30px;
}

#rodape {
	text-align:center;
	width: 100%;
	background: #bab5a6 url(../imagens/fundo_rodape.gif) top center repeat-x; 
	height: 100px; 
	padding-top:10px;
}


/* textos e forms */
.titulo_box {
	color: #762105;
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;
	text-align:left;
	letter-spacing:-0.5pt;
}

.titulo {
	color: #762105;
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;
	text-align:left;
	letter-spacing:-0.5pt;
}

.Formulario {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #e5e3e0;
	border-color: #9c9797;
	width:97%;
	border: 1px solid;
	padding:3px 3px 3px 3px;
	margin-top: 5px;
}

.Botao {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #766e6b;
	color: #f4f1e9;
	border: 0.5px;
	height:25px;
	float:right;
	border-color: #ffffff;
	padding:5px 10px 10px 10px;
	border-style: solid;
	font-weight:bold;
	margin-top: 5px;
}