
body {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS";
    overflow-x: hidden;
}

#tape {
    margin-bottom: -146px;
    position: relative;
}

#topo {
    margin: 0 auto 0 auto;
    width: 1018px;
    height: 454px;
    background-image: url(/images/palmeiras_superior.jpg);
    background-repeat: no-repeat;
}
#area-topo {
    height: 454px;
    background-image: url(/images/degradee_superior.jpg);
}

#inferior {
    margin-top: 10px;
    text-align: center;
    /* background-image: url(/images/degradee_rodape.jpg); */
    /* border: solid 1px #FF0000; */
}

#fotos {
    /* margin: -366px 0 0 166px; */
    margin: 132px auto 0 99px;
    position: absolute;
    width: 818px;
    height: 229px;
    background-color: #000;
}

#logo-haroldo {
    margin-top: 4px;
    margin-right: 4px;
    float: left;
}

.content {
    text-align: justify;
    padding-left: 4px;
}

.box-foto {
    padding: 5px;
    border: solid 1px #ccc;
    text-align: center;
    margin: 0 auto 10px auto;
}

.boxy-container {
    display:none;
    width: 700px;
    height: 300px;
    overflow: auto;
}

.box{
    width: 850px;
    /*height: 545px;*/
    overflow: auto;
    text-align: justify;
    padding-right:15px;
    font-family: "Trebuchet MS";
    font-size: 11px;
}

.box-fixed{
    width: 880px;
    height: 450px;
    text-align: justify;
    padding-right:15px;
    font-family: "Trebuchet MS";
    font-size: 11px;
}

#next_previous {
    margin-top: -50px;
    text-align: right;
}

.box h2 {
    color: #8DBD11;
}

.box h3 {
    color: #339900;
}

.box-fixed h2 {
    color: #8DBD11;
}

#menu-area {
    text-align: center;
}

#main-menu {
    text-align: center;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}

.img-link {
    border: 0;
}

#form_faleconosco {
    width: 500px;
}

#form_faleconosco #contact {
    padding: 5px;
}

#form_faleconosco legend {
    color: #8DBD11;
}

#form_faleconosco .tipo_txt {
    width: 300px;
    font-size: 12px;
    color: #8DBD11;
    border: solid 1px #8DBD11;
    background-color: #fff;
}

#form_faleconosco #msg {
    width: 300px;
    height: 60px;
    font-size: 12px;
    color: #8DBD11;
    border: solid 1px #8DBD11;
    background-color: #fff;
}

#form_faleconosco .tipo_botao {
    font-size: 12px;
    color: #8DBD11;
    border: solid 1px #8DBD11;
    background-color: #fff;
}

#form_faleconosco label {
    font-size: 12px;
    color: #888;
}



/* -------------------------------- */
/* NAVIGATION						*/

#nav {
    float: right;
    margin: 430px 100 20px 0;
    position: relative;
    z-index: 10;
}
#nav ul {
    margin:0;
    padding:0;
}
#nav li {
    display: inline;
    float: left;
}
#nav li a {
    background: url(/images/navline.png) no-repeat;
    color: #FFF;
    display: block;
    font-size: 14px;
    line-height: 54px;
    padding: 0 20px;
    text-decoration: none;
    background: url(/images/botao_link.png);
    margin-left: 1px;
}
#nav li a:hover, #nav li a#currentpage {
    background: url(/images/navline1.png);
    text-decoration: none;
}
#nav li a#currentpage {
    cursor: default;
}
/* -------------------------------- */

#ligue-agora {
    /* margin-top: -160px;*/
    /* border: solid 1px #ff0000; */
    /* width: 200px; */
    height: 100px;
    text-align: center;
}

