#gambiarra {
	/* Este <div> fica no topo para dar esconder o fundo de <body> */

	position: absolute;

	top: -6px;
	left: -7px;

	width: 789px;
	height: 4px;
}

#topo {
	position: relative;

	height: 139px;

	margin-bottom: 5px;
}

#topo h1 {
	background-image: url(../../imagens/estrutura/h1_fundo.jpg);
}

#topo h1 a {
	display: block;

	height: 108px;
}


/* Para o login */

#forum_login {
	position: absolute;

	width: 154px;

	right: 0;
	top: 0;
}

#forum_login h2 {
	height: 30px;

	margin-bottom: 9px;

	background-image: url(../../imagens/estrutura/h2_forum_login_fundo.gif);	
}

#forum_login p {
	margin-bottom: 3px;

	color: #333;
}

#forum_login input {
	width: 96px;
	height: 15px;

	margin-right: 9px;
	border: 1px solid #999;

	line-height: 15px;
}

#forum_login input:hover,
#forum_login input:focus {
	background-color: #ffffdd;
}

#forum_login #ctl00_btnEnviar {
	width: 39px;

	line-height: 100%;
	font-size: 90%;
}

#forum_login p {
	text-align: right;
}


/* Para o menu */

#topo ul {
	position: absolute;
	bottom: 0;

	width: 775px;
	height: 33px;

	padding-left: 29px;

	background-image: url(../../imagens/estrutura/menu_fundo.gif);
}

#topo li {
	float: left;
}

#topo li a {
	display: block;

	height: 33px;

	text-indent: -9999px;
}

#topo li a.noticias {
	width: 90px;
}

#topo li a.noticias:hover,
#topo li a.noticias:focus,
#topo li a.noticias:active {
	background-image: url(../../imagens/estrutura/menu_noticias_fundo_hover.gif);
}

#topo li a.eventos {
	width: 98px;
}

#topo li a.eventos:hover,
#topo li a.eventos:focus,
#topo li a.eventos:active {
	background-image: url(../../imagens/estrutura/menu_eventos_fundo_hover.gif);
}

#topo li a.informes {
	width: 102px;
}

#topo li a.informes:hover,
#topo li a.informes:focus,
#topo li a.informes:active {
	background-image: url(../../imagens/estrutura/menu_informes_fundo_hover.gif);
}

#topo li a.forum {
	width: 79px;
}

#topo li a.forum:hover,
#topo li a.forum:focus,
#topo li a.forum:active {
	background-image: url(../../imagens/estrutura/menu_forum_fundo_hover.gif);
}

#topo li a.manuais {
	width: 96px;
}

#topo li a.manuais:hover,
#topo li a.manuais:focus,
#topo li a.manuais:active {
	background-image: url(../../imagens/estrutura/menu_manuais_fundo_hover.gif);
}

#topo li a.links {
	width: 65px;
}

#topo li a.links:hover,
#topo li a.links:focus,
#topo li a.links:active {
	background-image: url(../../imagens/estrutura/menu_links_fundo_hover.gif);
}

#topo li a.faq {
	width: 60px;
}

#topo li a.faq:hover,
#topo li a.faq:focus,
#topo li a.faq:active {
	background-image: url(../../imagens/estrutura/menu_faq_fundo_hover.gif);
}

#topo li a.fale_conosco {
	width: 139px;
}

#topo li a.fale_conosco:hover,
#topo li a.fale_conosco:focus,
#topo li a.fale_conosco:active {
	background-image: url(../../imagens/estrutura/menu_fale_conosco_fundo_hover.gif);
}