body {
    background-color: #ffffff;
    font-family: verdana, tahoma, arial;
    font-size: 15px;
    font-weight: normal;
    line-height: 16px;
    margin: 10px 0 0 0;
    padding: 0;
}

p {
    font-family: times new roman;
    color: #333333;
    font-size: 16px;
    margin: 5 15px;
    line-height: 150%;
    text-align: justify;
}

h1 {
    font-family: verdana;
    color: #333333; /* Alterado para contraste */
    font-size: 17px;
    font-weight: bold;
    margin: 0 15px;
    line-height: 100%;
    text-align: left;
}

h2 {
    font-family: verdana;
    color: #333333; /* Alterado para contraste */
    font-size: 21px;
    font-weight: bold;
    margin: 15 15px;
    line-height: 100%;
    text-align: center;
}

a:link, a:visited {
    font-size: 16px;
    color: #310c3c;
    font-style: italic; /* Correção de font-weight para font-style */
    text-decoration: none;
}

a:hover, a:active {
    font-size: 16px;
    color: #763ec5;
    font-weight: normal;
    text-decoration: none;
}

ul, li {
    list-style-type: none;
    padding-left: 5px; /* 'left' sozinho não move a lista, use padding ou margin */
}

#container {
    margin: 10px auto 0;
    text-align: left;
    width: 1024px;
}

#content { /* Assumindo que seja uma ID */
    clear: both;
    width: 1024px;
}

#superior {
    font-family: verdana, tahoma;
    float: left;
    width: 1024px;
    height: 76px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    background-image: url(imag_pag/superior.jpg);
}

#esquerda { font-family: verdana;
            font-size: 12px;
            float: left;
            width: 570px;
            height: 640px;
            overflow-y: auto; /* Melhor que scroll para evitar barras desnecessárias */
            background-image: url(imag_pag/esquerda.jpg); }

#direita { font-family: verdana;
        font-size: 12px;
        float: left;
        width: 454px;
        height: 640px;
        overflow-y: auto; /* Melhor que scroll para evitar barras desnecessárias */
        background-image: url(imag_pag/meio.jpg); }

#rodape {
    font-family: verdana;
    color: #ffffff; /* Correção de font-color */
    font-size: 12px;
    float: left;
    width: 1024px;
    height: 40px; /* Correção de hight */
    background-image: url(imag_pag/inferior.jpg);
}