/* CSS Document */

body{
	font-family: tahoma, Verdana, Arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #333333;
	background: #dfdfdf;
}
#tudo{
	margin: 0;
	padding: 0;
	text-align: center;
}
#site{
	text-align: left;
	width: 780px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#est-topo{}
#est-menu{}
#est-central{}
.col-conteudo{
	width: 560px;
}
.col-direita{
	width: 190px;
}
#est-rodape{
	background-color: #e9e9e9;
	border-top: 3px solid #c8c8c8;
	padding: 15px;
	position: relative;
	clear: both;
}
#rodape-proprio{
	width: 119px;
	height: 20px;
	position: absolute;
	top: 15px;
	left: 600px;
}

