#tudo {
	position:relative;
	width:790px;
	margin: 0 auto;
	min-height: 100%;
}
 * html #tudo {height: 100%;}
#conteudo {
	background-color:#FFFFFF;
}
#topo {
	width:100%;
	height:66px;
	padding-top:1px;
	z-index:1;
	background-image: url(../img/bg_topo.jpg);
}
#titulo {
	width:100%;
	height:40px;
	z-index:1;
}
#menu {
	width:100%;
	height:25px;
	z-index:1;
	background-color: #000000;
}
#corpo {
	width:100%;
}
#base {
	width:100%;
	height:32px;
	position: relative;
	background-image: url(../img/bg_base.jpg);
}
#assinatura {
	width:100%;
	height:30px;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
}
#coluna_left {
	width:170px;
	float:left;
}
#coluna_right {
	width:600px;
	float:right;
	text-align: center;
}
.clear {clear:both;}
#logo {
	position:absolute;
	width:101px;
	height:66px;
	z-index:1;
	left: 30px;
	top: 0px;
}
#endereco_base {
	position:relative;
	width:790px;
	height:15px;
	z-index:1;
	top: 8px;
	left: 0px;
	text-align: center;
}
#tt_secao {
	position:relative;
	width:790px;
	height:25px;
	z-index:1;
	left: 0px;
	top: 7px;
}
#conteudo_left {
	position:relative;
	width:180px;
	left: 0px;
	top: 0px;
	height: 400px;
	text-align: left;
}
#menu_lateral {
	position:absolute;
	width:155px;
	z-index:1;
	left: 15px;
	top: 0px;
}
#conteudo_right {
	position:relative;
	width:585px;
	z-index:1;
	left: 0px;
	top: 0px;
	text-align: left;
}
#tt_subsecao {
	position:relative;
	width:450px;
	height:15px;
	z-index:2;
	left: 0px;
	top: 0px;
	font-size: 14px;
	font-weight: bold;
}
#barra_tt_secao {
	position:relative;
	width:450px;
	height:2px;
	z-index:3;
	left: 0px;
	top: 0px;
	background-color: #000000;
}
#texto {
	position:relative;
	width:450px;
	z-index:1;
	left: 0px;
	text-align: justify;
	font-size: 12px;
	padding-bottom: 10px;
}
#foto {
	position:absolute;
	width:125px;
	height:115px;
	z-index:4;
	left: 460px;
}

