/********************
*** GERAL
*********************/
body {
  margin:0 0 0 0;
  font-size:12px;
  font-family: Arial, Verdana, Arial;
  color:#333;
  background-color:#FFF;
  line-height:15px;
}

/********************
*** TOPO
*********************/
#barra {
	background-color:#F3F3F3;
	height:28px;
	padding-top:12px;
}
#barra div div div {
	display:block;
	float:left;
	padding:0 10px;
	border-right:1px solid #CCC;
	border-left:1px solid #FFF;
}

#topo {
	text-align:left;
	height:100px;
	margin:0;
}

/********************
*** PAGINA
*********************/
#pagina {
  clear:both;
  width:980px;
  margin:auto;
  padding:0;
}

/********************
*** MENU
*********************/
#menu {
	padding:0;
    font-family:Arial,"Trebuchet MS", Helvetica;
	font-size:12px;
	letter-spacing:0.02em;
	text-align:center;
	height:30px;
	background-color:#28825D;
	border-bottom:3px solid #006633;
	border-top:2px solid #289B6A;
}


/********************
*** CORPO
*********************/
#corpo {
	margin:0 8px;
}

/********************
*** CENTRO
*********************/
#centro {
	width:844px;
	text-align:left;
	float:left;
	margin:5px 0;
}

#coluna_publicidade {
	width:120px;
	text-align:center;
	float:right;
	margin:5px 0;
}



/********************
*** RODAPÉ
*********************/
#rodape {
	margin:0;
	padding-top:10px;
	font-size:11px;
	color:#FFF;
	background-color:#28825D;
	text-align:center;
	z-index:1;
}



/********************
*** POPUP
*********************/
#popup{
zzzwidth: 330px;
zzzheight: 340px;
position: absolute;
top: 220px;
left:30%;
zzzzoverflow:auto;
z-index:900;
}
