/********************
*** GERAL
*********************/
body {
  margin:0 0 0 0;
  font-size:12px;
  font-family: Tahoma, Verdana, Arial;
  color:#666;
  background-image:url(../imagens/bg.gif);
  background-repeat:repeat-x;
  background-color:#F9F9F9;
}

/********************
*** TOPO
*********************/
#topo {
	text-align:left;
	background-color:#FFFFFF;
	height:104px;
}

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

/********************
*** MENU
*********************/
#menu {
	border-top:1px solid #036
}

/********************
*** CORPO
*********************/
#corpo {
	text-align:justify;
	background-color:#FFF;
}



/********************
*** RODAPÉ
*********************/
#rodape {
	padding:20px 0 20px 0;
	font-family:Verdana;
	font-size:11px;
	color:#999;
	background-color:#333;
	line-height:30px;
}


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


