/* Rede O.K. */

html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #970000 url(../img/body_bg.gif) repeat center center;
	font: 11px Tahoma, Arial, Verdana, sans-serif;
}

h1 {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: #ca953a;
	margin: 0px;
	padding: 10px 15px 0px 15px;
}

form {
	margin: 0px;
	padding: 0px;
}

.texto {
	margin: 0px;
	padding: 2px;
	border: solid 1px #c68e31;
	width: 60%;
}

textarea {
	margin: 0px;
	padding: 2px;
	border: solid 1px #c68e31;
	width: 75%;
}

#principal {
	width: 800px;
	height: 550px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -275px; /* metade da altura */
	margin-left: -400px; /* metade da largura */
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fffadc;
}

#topo {
	border-bottom: solid 3px #cc9933;
}

#centro {
	background-color: #fffadc;	
}

#centro .esquerda {
	float: left;
	width: 176px;
	height: 416px;
	overflow: hidden;
	background-color: #790000;
}

#centro .conteudo {
	float: left;
	width: 448px;
}

#centro .conteudo p {
	padding: 10px 15px;
	margin: 0px;
	color: #806235;
	line-height: 14px;
}

#centro .direita_index {
	float: left;
	width: 176px;
	height: 416px;
	background: url(../img/index_bg_direita.jpg) no-repeat center top;
}

#centro .direita_internas {
	float: left;
	width: 176px;
	height: 416px;
	background: url(../img/internas_bg_direita.jpg) no-repeat center top;
}

#centro .direita_internas {
	float: left;
	width: 176px;
}

#centro .direita_internas img {
	padding: 2px;
}

#endereco {
	padding: 70px 17px 130px 17px;
	color: #fff6ba;
}

#rodape {
	background-color: #790000;
	height: 18px;
	overflow: hidden;
}

#rodape p {
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: 18px;
	color: #ca953a;
}

.hackfloat {
	clear: both;
	height: 0px;
	overflow: hidden;
}