h1, .h1{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

hr{
    border: none;
    border-top: 1px solid blue;
}

.navegador{
    font-size: 18px;
}

.linkTopo{
    margin-top: 5px;
    float: left;
}

.linkTopo .h1 a{
    color: #000;
    text-decoration: none;
}

#id_captcha{
    width: 100px;
    margin-top: 10px;
}

#emBreve{
    background-color: #DFF7FF;
    display: none;
}

#menu{
    width: 150px;
    _width: 145px;
    border-right: 1px solid blue;
    margin-right: 10px;
    line-height: 30px;
}

.lista, .lista ul{
    margin-top: 0;
}

#conteudo{
    width: 815px;
    text-align: justify;
}

.form input[type=text]{
    width: 250px;
}

.form textarea{
    width: 500px;
}

#id_ds_post{
    width: 100%;
}

#esquerda{
    width: 792px;
    text-align: justify;
}

#direita{
    width: 172px;
    border-left: 1px solid blue;
    padding-left: 5px;
    margin-left: 15px;
}

#slides{
    margin-bottom: 0;
    text-align: center;
    font-size: 10px;
}

.ok{
    border: 2px solid #008000;
    background-color: #DFFFDF;
    padding: 5px;
}

.comentario{
    margin-bottom: 10px;
}

#regras, .comentario{
    background-color: #CFE5FF;
    padding: 5px;
}

#regras{
    padding-top: 0;
}

#formContato textarea{
    height: 80px;
    display: block;
    width: 587px;
}

#formContato input[type=text]{
    width: 250px;
}

#formContato #id_captcha{
    width: 175px;
}
