#estrutura {
	height: 420px;
	width: 770px;
	margin-bottom: -210px;
	margin-left: -385px;
	position: absolute;
	left: 50%;
	bottom: 50%;
}
#margem_esq {
	float: left;
	height: 420px;
	width: 61px;
	background-image: url(../imgs/prt/margem_esq.jpg);
}
#conteudo_pag {
	float: left;
	height: 420px;
	width: 498px;
}
#espaco_topo {
	float: left;
	height: 35px;
	width: 498px;
	background-image:url(../imgs/prt/espaco_superior.jpg);
}
#texto_site {
	float: left;
	height: 293px;
	width: 498px;
	background-image:url(../imgs/prt/texto_pagina.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003399;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	text-transform: uppercase;
	text-align: center;
}
#margem_direita {
    float:right;
	height:420;
	width:222;
}
#rodape {
    float:left;
	height:92px;
	right:498px;
}			
