/* CSS Document */
.body {
  margin: 0px 0px 0px 0px;
  background-color:#FFFFFF;
}

#Pagina {
    margin: 0px 0px 0px 0px;
	width:100%;
	height:524px;
	border:1px #000000;
	background:#FFFFFF;
	position:absolute;
	left: 0px;
	top: 0px;
}

#header {
	width:100%;
	height:87px;
    background:url(Topo.gif) left;
}

#Empresa {
  background:url(Empresa.gif) no-repeat left;
  float:left;
  height:87px;
  width:375px;
  margin: 0px 0px 0px 0px;
}


#Menu {
  position:absolute;
  top:54px;
  left:375px;
  height:33px;
}

#Lateral {
  position:relative;
  float:left;
  width:150px;
  height:100%;
  background:#94BDD6;
}

#ImgSite {
  width:150px;
  height:167px;
  background:url(ImgSite.gif) no-repeat;
}

#ImgParceiro {
  width:150px;
  height:200px;
  background:url(ImgParceiro.gif) no-repeat;
}

#rodape {
  position:absolute; 
  left:0px; 
  bottom:0px;
  margin:0px 0px 0px 0px;
}

#RodapeGeral {
  float:left;
  width:100%;
  height:70px;
}

#MargemRodape1 {
  width:100%;
  height:24px;
  background:#267DB1;
}

#MargemRodape2 {
  width:100%;
  height:46px;
  background:#2271A0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-size:10px;
  vertical-align:middle;
  text-align:center;
}

#Conteudo {
    float:left;
	position:relative;
	top:0px;
	height:420px;
	background:#FFFFFF;
	width: 650px;
}

#iframe {
  position:relative;
  border: 0px solid #000000;
  border-width:0px;
  width:630px;
  height:400px;
  text-align:center;
  top:10px;
  left:10px;
}

.td {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
  font-size:10px;
}

