@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0;
	width: 100%;
	text-align: center;
	color: #666;
}

#corpo {
	width: 1000px;
	height: 559px;
	background-image: url(../imagens/bg_corpo.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
	text-align: left;
}

#topo {
	width: 100%;
	height: 160px;
}

#topo img {
	margin: 84px 0px 0px 30px;
}

#conteudo {
	width: 1000px;
	height: 411px;
	float: left;
}

#rodape {
	width: 100%;
	height: 42px;
	float: left;
	text-align: left;
}

#rodape div {
	display: inline;
	color: #939598;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	line-height: 42px;
	margin: 0px 10px 0 0px;
}
#banner {
	text-align: left;
	float: left;
	height: 90px;
	width: 202px;
}
#banner_flash {
	text-align:left;
	float:left;
	height: 90px;
	width: 798px;
}
	
	
