/********************
*** GERAL
*********************/
body {
  margin:0 0 0 0;
  font-size:11px;
  font-family: Tahoma, Verdana, Arial;
  color:#333333;
  background-image:url(../imagens/bg.jpg);
  background-repeat:repeat-x;
  background-color:#FFFFFF;
  letter-spacing:1px;
  line-height:15px;
}

/********************
*** TOPO
*********************/
#topo {
	text-align:left;
	height:80px;
	padding-bottom:5px;
}

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

/********************
*** MENU
*********************/
#menu {
	letter-spacing:normal;
	font-size:12px;
}

/********************
*** CORPO
*********************/
#corpo {
	width:970px;
	background-image:url(../imagens/fundo_corpo.jpg);
	background-repeat:repeat-y;
	text-align:left;
	margin-top:25px;
}
#centro {
	padding:50px 40px 0px 50px;
	background-repeat:no-repeat;
	min-height:100px;
}

#coluna1 {
	width:620px;
	float:left;
}
#coluna2 {
	width:220px;
	float:right;
	padding-right:5px;
	margin-bottom:20px;
}

#coluna3 {
	width:217px;
	float:right;
	background-image:url(../imagens/fundo_news.jpg);
	background-repeat:no-repeat;
	padding: 10px 10px;
}



/********************
*** RODAPÉ
*********************/
#rodape {
	font-size:10px;
	color:#999;
	background-color:#FFFFFF;
	background-image:url(../imagens/rodape.jpg);
	background-repeat:repeat-x;
	line-height:28px;
	word-spacing:20px;
	font-weight:bold;
	text-align:left;
	padding-left:20px;
	letter-spacing:normal;
}


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

