body,p {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
p {
	margin-bottom: 8px;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}

.topico {
	height: 27px;
	background-image: url(../img/bg_topicos.gif);
	background-repeat: repeat-x;
	margin-bottom: 8px;
}
.topico .topico_left {
	float: left;
}
.topico .topico_right {
	float: right;
}

.no_bottom {
	margin-bottom: 0px;
}

#layout {
	width: 1004px;
	height: 760px;
	position: absolute;
	left: 50%;
	margin-left: -502px;
}

#topo {
	width: 1004px;
	height: 293px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu {
	width: 1004px;
	height: 43px;
	position: absolute;
	top: 294px;
	left: 0px;
	background-image: url(../img/bg_menu.jpg);
}

#destaques {
	width: 239px;
	height: 206px;
	position: absolute;
	top: 344px;
	left: 0px;
	background-color: #ECF2F6;
	padding: 5px;
}

#pmgz {
	width: 224px;
	height: 99px;
	position: absolute;
	top: 583px;
	left: 13px;
}

#conteudo_grande {
	width: 738px;
	height: 343px;
	position: absolute;
	top: 344px;
	left: 256px;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: justify;
	z-index: 99;
}

#conteudo_esquerda {
	width: 399px;
	height: 343px;
	position: absolute;
	top: 344px;
	left: 256px;
	padding: 5px;
	text-align: justify;
}

#rodape {
	width: 1004px;
	height: 46px;
	padding-top: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../img/bg_rodape.jpg);
}

#conteudo_direita {
	width: 322px;
	height: 343px;
	position: absolute;
	top: 344px;
	left: 672px;
	background-color: #F7F7F7;
	padding: 5px;
}
.foto_animal img {
	border: 3px #E2E2E2 solid;
	margin-right: 10px;
}

#tabela_animais {
	border: #D4E2EA 1px solid;
}
#tabela_animais th {
	background-color: #D4E2EA;
	text-align: center;
}
#tabela_animais td {
	border-right: #D4E2EA 1px solid;
	border-bottom: #D4E2EA 1px solid;
}

#contato th {
	padding: 5px;
}
#contato .input_g_contato {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #575757 1px solid;
}
#contato .input_p_contato {
	width: 198px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #575757 1px solid;
}
#contato .textarea_contato {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #575757 1px solid;
	margin-top: 1px;
}
#contato .enviar_contato {
	margin-top: 3px;
	border: #575757 1px solid;
	background-color: #FFFFFF;
	color: #575757;
}