/* CSS Document */

/****************************************************************/
/* index.css                                                    */ 
/* Data			: 12.08.2009                                    */
/* Atualização	: 17.08.2009                                    */
/****************************************************************/

/* Formatação das áreas */
*
{
	padding:0px;
	margin:0px;
}

body
{
	/*background:#000;*/
	background-image:url(../images/site/fundo.jpg);
	margin:0px;
	padding:0px;
	text-align:center; /* hack para o Internet Explorer */
}

#tudo
{
	width:850px;
	height:auto;
	margin:auto;
	text-align:left; /* "remédio" para o hack do Internet Explorer */
}

#topo
{
	width:850px;
	height:251px;
	background:url(../images/site/fundoTopo.jpg) top left no-repeat;
	/*margin:auto;*/
}

#menu
{
	width:850px;
	height:69px;
}

#dados
{
	width:850px;
	height:auto;
	overflow:hidden;
	background:#333931;
	padding-bottom:20px;
}

#esquerda
{
	display:inline;
	float:left;
	width:500px;
	margin-right:50px;
	/*background:#FFF;*/
	padding-bottom:32767px;
	margin-bottom:-32767px;
}

#textoEsquerda
{
	width:475px;
	margin-left:25px;
	/*background:#999;*/
}

#direita
{
	float:left;
	width:300px;
	/*background:#96F;*/
	padding-bottom:32767px;
	margin-bottom:-32767px;
}

#textoDireita
{
	width:280px;
	/*background:#99F;*/
}

#areaFlashFotos
{
	width:279px;
	height:218px;
	margin-top:15px;
	/*background:#333931;*/
}

#areaFlashLocal
{
	width:279px;
	height:241px;/*218px;*/
	background:#333931;
}

#areaLocal
{
	width:279px;
	height:30px;
	line-height:30px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	color:#FFF;
}

#rodape
{
	width:850px;
	height:288px;
}
/* Fim da formatação das áreas */

/* Formatação dos textos */
#textoEsquerda, #textoDireita
{
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#FFF;
}
/* Fim da formatação dos textos */

/* Formatação dos links */
/* Fim da formatação dos links */