/* CSS Document */



body

{

	background-color: #CC5200;

}



	#corpo

	{

		top: 0px;

		left: 50%;

		margin-left: -500px;

		width: 993px;

		height: 800px;

		position: absolute;

	}



		#esquerda

		{

			top: -2px;

			left: 0px;

			width: 115px;

			height: 800px;

			position: absolute;

			background: url(../imagens/esquerda.gif);

			background-repeat: no-repeat;

		}



		#centro

		{

			width: 770px;

			height: 800px;

		}



			#topo

			{

				top: 0px;

				left: 115px;

				width: 770px;

				height: 297px;

				position: absolute;

			}

			

			#conteudo_home

			{

				top: 295px;

				left: 115px;

				width: 770px;

				height: 503px;

				background: url(../imagens/fundo_home.jpg);

				background-repeat: no-repeat;

				position: absolute;

			}



			#conteudo

			{

				top: 295px;

				left: 115px;

				width: 770px;

				height: 503px;

				background: url(../imagens/fundo.gif);

				background-repeat: no-repeat;

				position: absolute;

			}

			

				#titulo

				{

					top: 20px;

					right: 20px;

					width: 200px;

					height: 20px;

					position: absolute;

				}



				#texto

				{

					top: 90px;

					left: 47px;

					width: 701px;

					height: 360px;

					overflow: auto;

					overflow-x: hidden;

					position: absolute;

				}
				
#flash			{

					top: 0px;

					left: 25px;

					width: 716px;

					height: 456px;

					overflow: hidden;

					position: absolute;

				}

				

					.fonte

					{

						color: #000000;

						font-size: 12px;

						font-family: Arial;

					}

		

		#direita

		{

			top: -2px;

			left: 885px;

			width: 115px;

			height: 800px;

			position: absolute;

			background: url(../imagens/direita.gif);

			background-repeat: no-repeat;

		}


