html, body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	height: 100%;;
}
p {
	margin:0;
	padding:0;
}
#pagina {
	height:100%;
}
#conteudo {
	width:763px;
	height:100%;
	background-image:url(imagens/fundo.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#cabecalho {
	height:149px;
}

#conteudo_menu {
	margin-left:9px;
}
#menu ul {
	list-style: none;  
	margin: 0;  
	padding: 0;
	font-weight: normal;
	font-size: 12px; 
	color: #000000;
	height:21px;
	overflow:hidden;
	border-left:1px solid #D36B12;
}

#menu ul li{  
	display: inline;
	float:left;
	text-align:center;
	background-image:url(imagens/fundo_botao.gif);
	background-color:#FFAC5C;
}

#menu ul li.ativo { 
	background-image:url(imagens/fundo_botao_over.gif);
	color: #000000;
}

#menu ul li a{ 
	display: block;
	height: 17px;
	text-decoration: none;
	padding-top:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #D36B12;
	border-left:none;
	color: #383838;
}

#menu ul li.ativo a{ 
	border:1px solid #FF6816;
	border-left:none;
	color: #000000;
}

#menu ul li a:hover{
 	background-image:url(imagens/fundo_botao_over.gif);
	border:1px solid #FF6816;
	border-left:none;
	color: #000000;
}

#forum a{
	width:80px;
}
#filmes a{
	width:68px;
}
#depoimentos a{
	width:157px;
}
#denuncie a{
	width:84px;
}
#associados a{
	width:214px;
}
#indique a{
	width:133px;
}

#rodape {
	margin-top:15px;
	margin-left:9px;
	width:745px;
	border-top: 1px solid #331D00;
	padding-top:5px;
	height:30px;
}
