/********************
*** GERAL
*********************/
body {
  margin:0px;
  font-size:12px;
  font-family:"Tahoma", Verdana, Arial;
  color:#333333;
  background-color:#FAFAFA;
}

/********************
*** TOPO
*********************/
#topo {
  width:1000px;
  height:140px;
}

#topo #topo_esq{
  width:354px;
  height:140px;
  float:left;
  background-image:url(../imagens/topo_e.jpg);
  background-repeat:no-repeat;
}

#topo #topo_centro{
  width:290px;
  float:left;
  height:140px;
}

#topo #topo_dir{
  width:356px;
  height:140px;
  float:right;
  background-image:url(../imagens/topo_d.jpg); 
  background-repeat:no-repeat;
}

/********************
*** PAGINA
*********************/
#pagina {
  width:1000px;
  clear:both;
  text-align:left;
}



/********************
*** MENU
*********************/
#menu {
  width:180px;
  float:left;
  padding:5px;
}




/********************
*** CORPO
*********************/
#corpo {
  width:560px;
  float:left;
  margin:5px;
}


/********************
*** LATERAL
*********************/
#lateral {
  width:225px;
  float:right;
}





/********************
*** RODAPÉ
*********************/
#rodape {
  padding:25px 0 25px 0;
  clear:both;
  background-repeat:no-repeat;
  color:#FFF;
}

#rodape #coluna1 {
 float:left;
 width:47%;
 text-align:right;
}
#rodape #coluna2 {
 float:right;
 width:50%;
 text-align:left;
}


/********************
*** POPUP
*********************/
#popup{
width: 330px;
height: 340px;
position: absolute;
top: 220px;
left:30%;
overflow:auto;
}

