body {
	text-align: center;
	background:url(img/fundo.jpg) repeat-x fixed center;
	padding: 0px;
	margin-left:0;
	margin-top: 0; /* definindo a fonte do texto para Verdana tamanho 8pt */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #666666;
	text-decoration: none;
}

#geral {
	width: 752px; /* definindo 530px para a largura do div */
	margin: auto; /* definido o background para branco e a imagem rodape.jpg como fundo sem repetição */
	background-image: url(img/city.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 7px;
}
#t_lancamento {
	background-image: url(img/t_lancamento.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9966;
}
#text {
	font-size: x-small;
	text-align: left;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#text img {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}



#t_perfil {
	background-image: url(img/t_perfil.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9966;
}
#t_embreve {
	background-image: url(img/t_embreve.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9966;
}

#topo {
height: 114px; /* definido a altura para que a imagem de background seja visualizada */
}

#conteudo {
	background-image: url(img/aves.png);
	background-repeat: no-repeat;
    background-position: right
	text-align: left; /* definindo o alinhamento do texto da div para esquerda, já que a do body está center */
	background-position: right center;
	height: 397px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font: 8pt 
}
#logoarea {
	background-image: url(img/textarea_02.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	float: left;
	height: 85px;
	width: 718px;
	padding-top: 10px;
	text-align: left;
}

#coluna01 {
	margin: 0px;
	float: left;
	height: 391px;
	width: 66%;
	padding-top: 10px;
	text-align: left;
}
#coluna02 {
	margin: 0px;
	float: left;
	height: 391px;
	width: 34%;
	padding-top: 10px;
}
#coluna03 {
	margin: 0px;
	float: left;
	height: 391px;
	width: 33%;
	padding-top: 10px;
}

#rodape {
	height: 8px; /* definido a altura para que a imagem de background seja visualizada */
	clear: both; /* definindo o clear para futuras atualizações que o conteúdo pode ter, com divs possuindo floats não interfira no rodapé */
	font-size: 8px;
	color: #FFFFFF;
	vertical-align: bottom;
	padding-top: 45px;
}
#rodape {
	height: 8px;
	clear: both;
}

