﻿body
{
	text-align: center; /* IE 8, 7, 6: permite alinhamento no centro */
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: White;
	background-image: url(/2009/Imagens/degrade.png);
	background-repeat: repeat-x;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 80%;
}

#sitefec_conteudo
{
	width: 1003px;
	text-align: left;
	margin: 0px auto 0px auto; /* Firefox: permite alinhamento no centro */
	padding: 0px;
}

#sitefec_topo
{
	/* background-image: url(/2009/Imagens/top.png); */
	/* background-image: url(/2009/Imagens/topotri.png); */
	background-image: url(/2009/Imagens/topoTETRA.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 1003px;
	height: 142px;
}

#sitefec_interval_menu_white
{
	background-color: Transparent;
	padding: 0px;
	margin: 0px;
	border: none 0px White;
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 1003px;
	height: 5px;
	font-size: 0; /* Remove linha extra após o intervalo entre o menu e o corpo branco. */
}

#sitefec_init_white
{
	background-image: url(/2009/Imagens/body_init.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 1003px;
	height: 5px;
	z-index: 0;
	font-size: 0; /* Remove espaço extra após esse bloco! */
}

#sitefec_white
{
	background-image: url(/2009/Imagens/repeat_conteudo.png);
	background-repeat: repeat-y;
	border: none 0px White;
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 1003px;
	padding-top: 3px;
	padding-left: 7px;
	vertical-align: top;
	overflow: visible;
}

#sitefec_esquerda
{
	display: inline-block;
	/* background-color: Yellow; */
	position: absolute;
	top: 3px;
	left: 7px;
	width: 199px;
}

#sitefec_centro
{
	display: inline-block;
	/* background-color: Yellow; */
	position: relative;
	top: 0px;
	left: 204px;
	width: 785px;
	/* height: 1300px; /* TODO: Retirar isto depois... */
	overflow: visible;
}

#sitefec_botton
{
	background-image: url(/2009/Imagens/bottom.png);
	background-repeat: no-repeat;
	border: none 0px White;
	position: relative;
	*position: static;
	display: block;
	top: 0px;
	left: 0px;
	width: 1003px;
	height: 90px;
}

#sitefec_direitos
{
	color: #8594a5;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 7px;
	background-color: Transparent;
	border: none 0px White;
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 1003px;
	height: 30px;
}

