/* Criado por MOISES SENA */

@import url("menu_principal.css");
@import url("menu_secundario.css");
@import url("paginas_secundarias.css");

/* -------------------------------------------- */
/* -------------->>> LAYOUT <<<---------------- */
/* -------------------------------------------- */

*{
	margin:0;
	padding:0;
}

body{
	background:#999999;
}

#Layout {
	text-align: center;
	width: 800px;
	height: 580px;
}

#Total {
	width: 800px;
	height: 580px;
}

#Topo {
	width:800px;
	height:210px;
}

#Cabecalho {
	width:800px;
	height:180px;
	background-image:url(../imagens/topo.jpg);
}

#menuPrincipal {
	width:800px;
	height:30px;
}

#Conteudo {
	width:800px;
	height:325px;
}

#Rodape {
	width:800px;
	height:45px;
}