@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; border:0; resize:none; }

#barra-topo {
	width:100%;
	padding:5px 0;
	background:url(../imgs/fd-topo.png);
}

.data {
	width:650px;
	margin:0 auto;
	overflow:hidden;
}

#logo {
	width:990px;
	height:130px;
	margin:0 auto;
	overflow:hidden;
	background:url(../imgs/topo.jpg) no-repeat;
}

.conteudo {
	width:990px;
	margin:0 auto;
	overflow:hidden;
}

#banner {
	width:990px;
	height:200px;
	margin:0 auto;
	overflow:hidden;
}

.linha-divisao {
	border-bottom:1px solid #069;
}

#meio, #cont-rodape {
	width:990px;
	margin:5px auto;
	overflow:hidden;
}

aside {
	width:330px;
	float:left;
}

section {
	width:650px;
	float:right;
}

#links-baixo {
	padding:10px 0;
	overflow:hidden;
	background:#069;
}

#bloco-rodape {
	width:320px;
	float:left;
	overflow:hidden;
}

#rodape {
	padding:15px 0;
	overflow:hidden;
	background:#069;
	
	text-align:center;
}