#tudo {
	position:relative;
	width:1000px;
	margin: 0 auto;
	min-height: 100%;
	background-color: #FFFFFF;
}
 * html #tudo {height: 100%;}
#conteudo {
}

#topo {
	width:100%;
	height:90px;
	z-index:1;
	background-image: url(../img/bg_topo.jpg);
}
#menu_categorias {
	width:100%;
	height:30px;
	z-index:1;
	padding-top: 10px;
}

#menu {
	width:100%;
	height:30px;
	z-index:1;
}
#corpo {
	width:100%;
	background-color: #FFFFFF;
}
#coluna_left {
	width:200px;
	float:left;
	padding-bottom: 20px;
}
#coluna_right {
	width:610px;
	float:left;
	text-align: center;
	display: inline;
	padding: 0px 10px 30px 18px;
}
#coluna_nova {
	position:relative;
	width:150px;
	float: right;
	padding: 10px 10px 5px 0px;
}



#base {
	width:100%;
	height:35px;
	position: relative;
	background-color: #FFFFFF;
	padding-top: 25px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/bg_base.jpg);
}
.clear {clear:both;}

#assinatura {
	width:100%;
	height:30px;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
}
#menu_principal {
	position:absolute;
	width:600px;
	height:25px;
	z-index:2;
	top: 74px;
	left: 190px;
}
#conteudo_principal {
	position:relative;
	width:600px;
	z-index:2;
	left: 5px;
	padding-top: 10px;
}
#logo {
	position:absolute;
	width:200px;
	height:89px;
	z-index:2;
	left: 1px;
}
#menu_lateral {
	position:relative;
	width:200px;
	z-index:2;
	left: 5px;
	top: 10px;
}



#banner {
	position:absolute;
	width:525px;
	height:55px;
	z-index:1;
	left: 314px;
	top: 8px;
}
#tt_menu {
	position:absolute;
	width:180px;
	height:22px;
	z-index:1;
	top: 10px;
	left: 8px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
