/* CSS Document */

*{
	margin:0;
	padding:0;
	border:none;
	}
	
body{
	background:url(imagens/fundo-site.jpg) repeat-y center;
	background-color:#130000;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}

a{color:#FFFFFF; text-decoration:none;}
a:hover{color:#FFFFFF; text-decoration:underline;}
	
#topo{
	height:327px;
	}
	
.topo1{ height:82px; background:url(imagens/topo01.jpg) center no-repeat; }
.topo2{ height:82px; background:url(imagens/topo02.jpg) center no-repeat; }
.topo3{ height:81px; background:url(imagens/topo03.jpg) center no-repeat; }
.topo4{ height:82px; background:url(imagens/topo04.jpg) center no-repeat; }

#conteudo{
	width:980px;
	margin:0 auto;
	}
	
#esquerda{
	width:208px;
	float:left;
	}
	
#central{
	width:564px;
	float:left;
	}
	
#direita{
	width:208px;
	float:right;
	}
	
.menu{ width:208px; height:86px; background:url(imagens/menu-esq.jpg) no-repeat center; }
.parceiros{ width:208px; height:86px; background:url(imagens/parceiros-esquerda.jpg) no-repeat center; }
.links{ width:208px; height:86px; background:url(imagens/links-esquerda.jpg) no-repeat center; }
.publicidade{ width:208px; height:86px; background:url(imagens/publicidade-esquerda.jpg) no-repeat center; }

.publicidade-dir{ width:208px; height:86px; background:url(imagens/publicidade-direita.jpg) no-repeat center; }
.top-parceiros{ width:208px; height:86px; background:url(imagens/parceiros-direita.jpg) no-repeat center; }
.estatisticas{ width:208px; height:86px; background:url(imagens/estatisticas-direita.jpg) no-repeat center; }
.destaques{ width:208px; height:86px; background:url(imagens/destaques.jpg) no-repeat center; }


.contribuir{margin-top:10px;}


ul{
	list-style:none;
	margin-left:10px;
	}

li{
	font-size:14px;
	}

.box-lateral{
	width:165px;
	margin-left:19px;
	}

.banners{
	text-align:center;
	}

.banners img{
	margin-top:3px;
	}

.conteudo-esq{
	width:208px;
	background:url(imagens/lateral-esq-meio.jpg) repeat-y center;
	}

.rodape-esq{
	width:208px;
	height:15px;
	background:url(imagens/lateral-esq-rod.jpg) no-repeat center;
	}
	
.conteudo-dir{
	width:208px;
	background:url(imagens/lateral-dir-meio.jpg) repeat-y center;
	}

.rodape-dir{
	width:208px;
	height:15px;
	background:url(imagens/lateral-dir-rod.jpg) no-repeat center;
	}
	
	
	
.post-topo{
	width:564px;
	height:159px;
	background:url(imagens/topo-post.jpg) no-repeat center;
	}

.post-topo h1{
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	padding:62px 0 0 80px;
	}

.post-conteudo{
	width:564px;
	background:url(imagens/meio-post.jpg) repeat-y center;
	}

.post-box{
	width:480px;
	margin:0 auto;
	text-align:center;
	}
	
.post-rodape{
	width:564px;
	height:33px;
	background:url(imagens/rodape-post.jpg) no-repeat center;
	}

.post-rodape p{
	margin-left:90px;
	font-size:14px;
	padding-top:5px;
	}
	
#rodape{
	clear:both;
	width:980px;
	margin:0 auto;
	}
	
.rod1{ width:980px; height:65px; background:url(imagens/rodape01.jpg) no-repeat center;}
.rod2{ width:980px; height:65px; background:url(imagens/rodape02.jpg) no-repeat center;}
.rod3{ width:980px; height:76px; background:url(imagens/rodape03.jpg) no-repeat center;}