#estrutura {
	width: 800px;
	margin: 0 auto;
}
#topo {
	width: 800px;
	height: 170px;
	position: relative;
	background-image: url(../img/bg_topo.jpg);
}
#topo_clientes {
	width: 800px;
	height: 100px;
	position: relative;
	background-image: url(../img/bg_topo_clientes.jpg);
}
#menu_principal {
	position:relative;
	width:800px;
	z-index:1;
	top: 0px;
	left: 0px;
	height: 30px;
}
#conteudo_left {
	position:relative;
	width:150px;
	float: left;
}
#menu_lateral {
	position:relative;
	width:150px;
	height:480px;
}

#conteudo_main {
	display:inline;
	position:relative;
	width:480px;
	float: left;
	padding: 0px 10px 0px 10px;
}
#conteudo_right {
	position:relative;
	width:150px;
	float: right;
	text-align: center;
}

#base {
	position:relative;
	width:800px;
	height:25px;
	z-index:5;
	padding-top: 5px;
	text-align: center;
	background-image: url(../img/bg_base.jpg);
}





/* Page */

#page {
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	background-image: url(../img/bg_corpo.jpg);
}
#page_clientes {
	height: 700px;
	width: 780px;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	background: #FFFFFF;
}


#copyright/* Footer */

 {
	clear: both;
	width: 750px;
	height: 50px;
	margin: 0px auto 0px auto;
}
#copyright  p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}
#copyright  a {

}
