body {
	background: #FFF6E2;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	}
	#nada {
		display: none;
	}
	#geral {
	width: 760px;
	margin: 0px auto;
	background-color: black;
		}
	
	#topo {
	height: 96px;
	background: url(../imagens/topo.jpg) no-repeat;
}
p {
	line-height: 140%;
}
a:link,
a:visited {
	color: #FFF6E2;
	text-decoration: none;
}
a:hover,
a:active {
	color: #FFD700;
}

#menuvoltar{
width:100%;
text-align: right;
	
}

#titulo {
	border-bottom: 1px solid gray;
	font-size: 14px;
	
}

#conteudo{
	padding-left: 15px;
	padding-right: 15px;
	vertical-align:top;
}

#fundo{
	background-color: #dddec8;
	vertical-align:top;
}

#tabela {
	padding-bottom: 10px;
}

#nome {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
	color: white;
	width: 30%;
}
#genealogia {
	width: 100%;
}
#genealogia td {
	width: 34%;
	text-align: center;
	background-color: #8F8A68;
}
#img {
	padding: 2px;
	border: 2px solid #b4b99b;
	margin: 2px;
}

#esq {
	padding: 2px;
	border: 2px solid #b4b99b;
	margin: 2px;
	margin-right: 5px;
}
#centro,
#voltar {
	text-align: center;
}
#input_texto {
	border: 1px solid white;
	background-color: #DEE0D2;
	margin-bottom: 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
form {
	width: 70%;
	margin-left: 5px;
}