body {
	margin: 0;
	background: #ecc76f url(../imagens/fundo.jpg) repeat-x;
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}
a:link,
a:visited {
	color: #69110e;
	text-decoration: none;
}
a:hover,
a:active {
	color: red;
}
#geral {
	margin: 0 auto;
	width: 960px;
	background: url(../imagens/corpo_geral.jpg) repeat-y;
}
#topo {
	height: 247px;
	background: url(../imagens/topo.jpg) no-repeat;
}
#rodape {
	height: 59px;
	background: url(../imagens/rodape.jpg) no-repeat;
	clear: both;
}
#textorodape {
	font-size: 10px;
	text-align: center;
	position: relative;
	top: 24px;
	color: #717171;
}
#assinatura {
	text-align: center;
	background: none;
}
#assinatura img {
	border: 0;
}
#home {
	margin-top: 10px;
	width: 96%;
}
#home td {
	vertical-align: top;
}
#textohome {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	height: 1%;
}
#textohome h3 {
	font-size: 20px;
	margin-top: 0;
	margin-left: 8px;
}
#textohome p {
	margin-left: 8px;
	margin-right: 20px;
}
#lista {
padding-left: 0;
margin-left: 10px;
margin-top: 0;
width: 330px;
}
#lista li {
list-style: square;
margin: 0;
padding: 0.35em;
border-bottom: 1px dotted gray;
	list-style-position: inside;
}
#menu_topo {
	height: 22px;
	position: relative;
	top: 220px;
}
#centro {
	text-align: center;
}
#conteudo {
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.5em;
}
#titulo {
	font-size: 25px;
	color: #700E0B;
	margin-top: 15px;
	border-bottom: 1px solid #700E0B;
	padding-bottom: 8px;
}

#subtitulo {
	font-size: 20px;
	color: #700E0B;
	margin-top: 15px;
}

#subtitulo_menor, #subtitulo_menor_c {
	font-size: 16px;
	color: #700E0B;
	margin-top: 15px;
}
#subtitulo_menor_c {
	text-align: center;
}
#tabela {
	width: 100%;
	font-size: 11px;
}
#tabela th {
	background-color: #700E0B;
	color: white;
	text-align: left;
}
#tabela td {
	border-bottom: 1px solid gray;
}
#foto, #foto_esq, #foto_dir {
	padding: 3px;
	border: 1px solid #bfbfbf;
}
#foto_esq {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#foto_dir {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
#genealogia {
	width: 95%;
	
}
#genealogia td {
	background-color: #EED7A5;
	text-align: center;
	font-weight: bold;
}
#texto_animal {
	margin-left: 30px;
	margin-right: 30px;
}
#vermelho {
	font-weight: bold;
	color: red;
}
#inputexto {
	width: 600px;
	border: 1px solid gray;
	padding: 3px;
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#contato {
	margin-left: 20px;
}
#contato th {
	text-align: right;
}
#botao {
	background-color: #700E0B;
	color: white;
	padding: 3px;
	border: 1px solid gray;
}