    *{
        font-family: Arial;
        font-size: 11px;
        color: black;
    }
    * html img {
        filter:expression(
           this.alphaxLoaded ? "" :
           (
               this.src.substr(this.src.length-4)==".png"
               ?
               (
             (!this.complete)
             ? "" :
                 this.runtimeStyle.filter=
                 ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
                 (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
                 String(this.alphaxLoaded=true).substr(0,0)+
                 (this.src="blank.gif").substr(0,0)
               )
               :
               this.runtimeStyle.filter=""
           )
        );
    }

    body{
        margin: 0px;
        position: relative;
    }

    div{
        margin: 0px auto;
    }

    img{
        border: 0px;
    }

    #banner{
        width: 100%;
        text-align: center;
    }

    #conteudo{
        position: relative;
        width:100%;
        _height: 1045px;
        min-height: 1045px;
    	text-align: center;;
    }

    #direita{
        border: 0px solid;
        float: left;
        margin-left: 5px;
        width: 220px;
        _height: 1045px;
        min-height: 1045px;
       /* background: #FBFBC8; */
    }

    #domingo{
        border: 0px solid;
        text-align: left;
        display: none;
    }

    #esquerda{
        border: 0px solid;
        float: left;
        width: 630px;
        _height: 1045px;
        min-height: 1045px;
    }


    #rodape{
        width: 100%;
        height: 35px;
        background: url(../imagens/background_baixo.jpg) repeat-x;
    }

    #rodape2{
        background: url(../imagens/baixo.jpg) no-repeat;
        width: 863px;
        min-height: 35px;
        _height: 35px;
        margin: 0px auto;
        margin-top: 0px;
        font-weight: bold;
    }

    .altura{
        _height: 1035px;
        min-height: 1035px;
    }

    .contato{
        background: #EBEBEB;
    }

    .contato td{
        font-weight: bold;
    }

    .contato .contato textarea, .contato select{
        width: 177px;
        height: 17px;
        font-size: 11px;
    }


    .data{
        color: #eb6e0d;
        font-weight: bold;
        font-size: 14px;
    }

    .dia_semana{
        position: relative;
        border: 1px solid white;
        font-weight: bold;
        float: left;
        width: 47%;
        background: #FBDFCA;
        padding: 3px 3px 3px 8px;

    }

    .divsgeral, .divsgeral2{
        position: relative;
        width: 100%;
        text-align: center;
        background: #FFFFFF;
        margin-top: 5px;
    }

    .divsgeral2{
        margin-top: 0px;
        text-align: left;
        padding-left: 10px;
        width: 98%;
    }

    .form5{
        width: 20px;
        height: 20px;
        padding: 0px 0px 0px 2px;
        border: 1px solid #333;
        font-family: verdana;
        font-size: 11px;
        color: #000;
        font-weight: normal;
        text-decoration: none;
    }
    .pagina{
        position: relative;
        width: 100%;
        _height: 1300px;
        min-height: 1300px;
    	text-align: center;
    }

    .subtitulo{
        color: #FE5E00;
        font-weight: bold;
    }

    .titulo{
        font-weight: bold;
        font-size: 14px;
    }

    .esq{
        float: left;
    }

    .dir{
        float: right;
    }

    .meio{
        width: 100%;
    }

    .videodesc{
        position: relative;
        width: 90%;
        border: 0px solid;
        margin: 0px auto;
        margin-top: 4px;
    }
    .fontes{
    	font-family: Verdana;
    font-weight: bold;
	}

    a:link      {text-decoration: none;     }
    a:visited   {text-decoration: none;     }
    a:focus     {text-decoration: none;     color: #9B5400;}
    a:hover     {text-decoration: none;     color: #9B5400;}
	#s3{
		position:relative;	
	}
	#s3 div{
		position:absolute;
		top:0px;
		left:0px;
	}