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

body {
	background: url(imagens/layout_r1_c1.jpg);
	padding:0px;
	margin:0px;
}

#geral {
	width:1024px;
	height:1300px;
	margin-left:auto;
	margin-right:auto;
}

#topo {
	width:1024px;
	height:391px;
	background-image:url(imagens/fntopo.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#conteudo {
	width:778px;
	height:750px;
	margin-left:auto;
	margin-right:auto;
	
}

#comunicado {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:736px;
	height:128px;
	color:#FFFFFF;
	font-size:11px;
	
}

#bg_comunicado {
	width:736px;
	height:90px;
	background:url(imagens/5x100.jpg) repeat-x;
	
}

#proximos {
	float:left;
	width:246px;
	height:53px;
	
}

#ultimos {
	float:left;
	width:261px;
	height:53px;
}

#melhores {
	float:left;
	width:228px;
	height:53px;
}	

#proximos2 {
	float:left;
	width:246px;
	height:539px;
}

#ultimos2 {
	float:left;
	width:261px;
	height:539px;
}

#melhores2 {
	float:left;
	width:228px;
	height:539px;
}	

#rodape {
	background-color: #287610;
	width:100%;
	height:159px;
	margin-left:auto;
	margin-right:auto;
}


