/********************
*** GERAL
*********************/
body {
  margin:0 0 0 0;
  font-size:12px;
  font-family: "Lucida Sans Unicode", Verdana, Arial;
  color:#333333;
  background-image:url(../imagens/bg.jpg);
  background-repeat:repeat-x;
  background-color:#1F4A1F;
  line-height:15px;
}

/********************
*** TOPO
*********************/
#topo {
	text-align:center;
	height:435px;
	*height:444px;
	background-image:url(../imagens/bg_topo.png);
	background-repeat:no-repeat;
	background-position:top right;
	z-index:0;
}

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

/********************
*** MENU
*********************/
#menu {
	font-size:10px;
	padding-top:30px;
	left:380px;
	position:relative;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width:220px;
	float:left;
}

#menu_principal {
    font-family:"Lucida Sans Unicode", Palatino, "Lucida Grande", sans-serif;	
	font-size:11px;
	margin:0;
	color:#333;
	*background-image:url(../imagens/bg_menu.jpg);
	width:100%;
}


/********************
*** CORPO
*********************/
#corpo {
	width:870px;
	text-align:left;
	padding:15px;
	background-color:#FFF;
}

/********************
*** RODAPÉ
*********************/
#rodape {
	color:#EEE;
	background-image:url(../imagens/bg_rodape.jpg);
	background-repeat:no-repeat;
	background-color:#41592B;
	text-align:center;
	padding:10px 10px;
	letter-spacing:normal;
	width:880px;
}

