		body{
			background-image: url(../imagens/background1.jpg);
			background-repeat: repeat-x;
			background-color: #363942;
			margin: 0;
			padding: 0;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: white;
		}

		h1{
			background-image: url(../imagens/titulo-detalhe.gif);
			background-repeat: no-repeat;
			padding-left: 15px;
			margin-left: 20px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 22px;
			/*color: #F8C300; verde */
			color: #F8C300;
			margin-top: 0px;
		}
		
		.h1{
			background-image: url(../imagens/titulo-detalhe.gif);
			background-repeat: no-repeat;
			padding-left: 15px;
			margin-left: 0px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 22px;
			/*color: #F8C300; verde */
			color: #F8C300;
			margin-top: 0px;
		}

		a{ color: #F8C300; }

		/* TOPO  -  CABEÇALHO *********************************************************/
			.header{
				background-image: url(../imagens/header1.gif);
				background-repeat: no-repeat;
				height: 310px;
				width: 772px;
			}
			#bg_left{
				background-image: url(../imagens/background_header_left1.gif);
				/*background-repeat: repeat-x;*/
			}
			#bg_right{
				background-image: url(../imagens/background_header_right1.gif);
				/*background-repeat: repeat-x;*/
			}
			#botao-inscrevase{ margin: 0px 0 0 29px; }
			.header-espacador{ height: 6px; }
			#botao-comunidade{
				position: absolute;
				top: 195px;
				margin-left: 524px;
				*margin-left: 500px;
				z-index: 0;
			}
			
			#botao-video-vest {
				position: absolute;
				top: 180px;
				margin-left: 524px;
				*margin-left: 500px;
				z-index: 0;
			}
		/******************************************************************************/
		
		

		/* LATERAL ESQUERDA ***********************************************************/
		.esquerda{ 
			padding-left: 30px; 
			width: 258px;
		}
		#menu{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			font-size: 15px;
			float: left;
			width: 180px;
			z-index: 1000;
		}
			#menu a{
				color: white;
				text-decoration: none;
			}
			#menu a:hover{ text-decoration: underline; }
			#menu p{
				margin: 0px 0 1px 0;
				padding-left: 10px; 
				clear: left;
			}
			#menu .ativo a{ color: #1E2E48; }
			#menu .ativo{
				background-color: #F8C300;
				margin-top: 5px;
				padding-top: 1px;
				padding-bottom: 4px;
				padding-right: 10px;
				float: left;
			}
		/******************************************************************************/
		
		
		
		/* LATERAL ESQUERDA ***********************************************************/
		.centro{ padding-left: 30px; 
				width: 258px; }
			.centro ul{
				margin: 0 0 10px 35px;
				padding: 0 5px 0px;
				list-style-type: none;
			}
			.centro ul .titulo{ 
				color: #F8C300;
				font-weight: bolder;
				margin: 20px 0 0px 0;
			}
			.centro ul li p{ margin: 0px; }
			.centro ul li a{ color: white; }
			.player{ margin-left: 35px; }
			.centro .ver-todos{
				margin-right: 20px;
				text-align: right;
			}
			.centro .ver-todos a{ color: #F8C300; }
		/******************************************************************************/
		
		/* LATERAL ESQUERDA ***********************************************************/
		.centro1{ padding-left: 0px; 
				width: 258px; }
			.centro1 ul{
				margin: 0 0 10px 5px;
				padding: 0 5px 0px;
				list-style-type: none;
			}
			.centro1 ul .titulo{ 
				color: #F8C300;
				font-weight: bolder;
				margin: 20px 0 0px 0;
			}
			.centro1 ul li p{ margin: 0px; }
			.centro1 ul li a{ color: white; }
			.player{ margin-left: 35px; }
			.centro1 .ver-todos{
				margin-right: 20px;
				text-align: right;
			}
			.centro1 .ver-todos a{ color: #F8C300; }
		/******************************************************************************/
		
		
		
		/* LATERAL ESQUERDA ***********************************************************/
		.direita{ 
				padding-left: 30px; 
				width: 258px; }
			#calendario{
				background-image: url(../imagens/bg-calendario.gif);
				background-repeat: no-repeat;
				width: 257px;
				height: 123px;
				*height: 133px;
				margin: 163px 0 0 6px;
			}
			#envie-seu-video{ margin-top:50px; margin-left: 15px; margin-right:20px; } 
			#envie-seu-video p{ margin-left: 8px; }
			#envie-seu-video .ver-todos{
				margin-right: 20px;
				text-align: right;
				font-weight: bolder;
			}
			#envie-seu-video a{ color: #F8C300; }
			#envie-seu-video .titulo-video{ text-align: center; }
		/******************************************************************************/
		
		
		#footer{
			background-image: url(../imagens/bg-footer.gif);
			background-repeat: repeat-x;
			height: 84px;
			margin-top: 50px;
		}
			#footer td{ text-align: center; }
			#footer img{ margin-top: 8px; }




	#tabela-agenda{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin: 19px 0 0 18px;
		color: #231701;
	}
		#tabela-agenda th{
			padding-bottom: 2px;
			margin-bottom: 5px;
			border-bottom: 2px solid #D39F14;
		}
		#tabela-agenda td{ 
			text-align: center; 
			width: 23px; 
			height: 16px;
			*height: 14px;
			*padding-top: 1px;
		}
		#tabela-agenda #espacador{ height: 2px; }
		#tabela-agenda #hoje{
			background-image: url(../imagens/bg_dia-agenda-on.gif);
			background-repeat: no-repeat;
			background-position: left;
			font-weight: bolder;
			color: #231701;
		}
		#tabela-agenda .dia-on{
			background-image: url(../imagens/bg_dia-agenda.gif);
			background-repeat: no-repeat;
			background-position: left;
			color: #231701;
		}
		#tabela-agenda .dia-on a{
			color: #231701;
			text-decoration: none;
		}
		
		#lblVideo{
			margin: 0px;
			margin-left: 35px;
			padding: 0px;
		}
		
		#lblNomeVideo{
			display: block;
			margin: 0px;
			padding: 0px;
			margin-left: 35px;
		}
	

