* {
	margin: 0;
	padding: 0;

	background-repeat: no-repeat;

	font-family: verdana, sans-serif;
}

html {
	background-color: #a37205;
	background-image: url(../../imagens/estrutura/fundo.png);
	background-repeat: repeat;
}

body {
	position: relative; /* Para evitar problemas no redimensionamento das janelas do IE */

	width: 770px;

	margin-left: auto;
	margin-right: auto;

	font-size: 0.7em;
}

img {
	display: block;

	border: none;
}

/* Permite usar imagens PNG transparentes no IE, mas não como fundo em CSS */
/* Ao imprimir, o PNG perde a transparência */

* html img {
	filter:expression(
		this.napalmLoaded
		? "" :
		(
			this.src.substr(this.src.length-4)==".png"
			?
			(
				(!this.complete)
				? "" :
					this.runtimeStyle.filter=
					("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
					(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
					String(this.napalmLoaded=true).substr(0,0)+
					(this.src="imagens/estrutura/vazio.png").substr(0,0)
			)
			:
			this.runtimeStyle.filter=""
		)
	);
}

a {
	overflow: hidden; /* Para o Mozilla não colocar uma caixa de seleção enorme por causa do texto escondido com 'text-indent: -9999px' */

	text-decoration: none;
}

li {
	list-style-type: none;
}

label {
	cursor: pointer;
}

.centro {
	margin-left: auto;
	margin-right: auto;

	text-align: center;
}

.direita {
	text-align: right;
}

h1, h2, h3 {
	font-size: 100%;
	text-indent: -9999px;
}

p.canto_direita {
	position: absolute;
}
