html, body {
	margin:0;
	padding:0;
	border:0;
	background-image:url(imgs/bg_site.jpg);
	background-attachment:fixed;
	background-repeat:repeat;
	}
#table_site{
	width: 100%;
	float:left;
}
#bg_site{
	width:718px;
	margin:0 auto 0 auto;
	text-align:left; /* "remédio" para o hack do IE */
	_text-align:left; /* "remédio" para o hack do IE6 */
}
#table_left{
	width: 204px;
	float:left;
}
#logo{
	width: 204px;
	height: 149px;
	float:left;
}
#bg_menu{
	width: 204px;
	height: 165px;
	text-align:left;
	float:left;
}
#menu{
	top:34px;
	left:30px;
	position:relative;
	font: 13px Arial;
	color:#1c5107;
	line-height: 220%;
	text-decoration:none;
}
#menu a{
	color:#1c5107;
	text-decoration:underline;
}
#menu a:hover{
	color:#1c5107;
	text-decoration:none
}

#table_right{
	width: 514px;
	float:right;
}
#bg_flash{
	width: 514px;
	height: 227px;
	float:left;
}
#bg_conteudo{
	width: 514px;
	float:left;
	background-image:url(imgs/bg_conteudo.png);
	background-repeat:no-repeat;
}
#espaco_conteudo{
	width: 514px;
	height: 51px;
	float:left;
}
#conteudo{
	width: 295px;
	margin-left:46px;
	_margin-left:23px;
	float:left;
	font: 11px Arial;
	color:#000000;
	line-height: 180%;
	border-right:1px dotted #000000;				
}
#conteudo a{
	color:#000000;
	text-decoration:none;
}
#conteudo a:hover{
	color:#000000;
	text-decoration:underline;
}
#destaques{
	width: 143px;
	float:right;
	font: 11px Arial;
	color:#000000;
	line-height: 180%;
	margin-left:29px;
}
#destaques a{
	color:#000000;
	text-decoration:none;
}
#destaques a:hover{
	color:#000000;
	text-decoration:underline;
}

#conteudo_full{
	width: 408px;
	margin-left:46px;
	_margin-left:23px;
	float:left;
	font: 11px Arial;
	color:#000000;
	line-height: 160%;			
}
#conteudo_full a{
	color:#000000;
	text-decoration:none;
}
#conteudo_full a:hover{
	color:#000000;
	text-decoration:underline;
}
#espaco_rodape{
	width: 100%;
	height: 50px;
	float:left;
}
#table_rodape{
	width: 100%;
	height: 136px;
	float:left;
	background-color:#003e00;
}
#bg_rodape{
	width:872px;
	margin:0 auto 0 auto;
	text-align:center; /* "remédio" para o hack do IE */
	_text-align:center; /* "remédio" para o hack do IE6 */
}
#texto_rodape{
	width: 872px;
	float:left;
	margin-top:20px;
	margin-left:25px;
	_margin-left:40px;
	font: 11px Arial;
	color:#FFFFFF;
	line-height: 150%;
}

#texto_rodape a{
	color:#FFFFFF;
	text-decoration:none;
}
#texto_rodape a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}

