body { background-color: #eaebe1;
       text-align: center; }

#container { width: 688px;
             margin: auto;
             padding: 0px;
             z-index: 0;
             text-align: center; }
         
#top { position: relative;
       width: 688px;
       height: 327px;
       padding: 0px;
       z-index: 1; }

#menu { position: relative;
        top: -37px;
        width: 688px;
        height: 37px;
        margin: auto;
        z-index: 2; }

#menu ul { list-style-type: none;
           margin: 0px;
           padding: 0px; }

#menu ul li { display: inline;
              padding-left: 10px;
              padding-right: 10px; }

#menu ul li a { text-decoration: none;
                font-weight: bold;
                color: #870503;
                font-style: italic;
                font-family: trebuchet ms,verdana,arial,helvetica;
                font-size: 20px;
                padding: 0px;
                text-transform: lowercase; }

#menu ul li a:hover { border-bottom: 2px #ffffff solid;
                      text-decoration: none; }

#text { position: relative;
        top: -37px;
        width: 678px;
        text-align: justify;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        background-color: #dfe2cc;
        color: #000000;
        padding: 5px;
        z-index: 2; }

#bottom { position: relative;
          top: -37px;
          width: 688px;
          height: 17px;
          padding: 0px;
          z-index: 3; }

a { text-decoration: none;
    color: #870503;
    font-weight: bold; }

a:hover { text-decoration: underline; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 23px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 3px;
          color: #7d6f00; }

b, strong { color: #7d6f00; }

.disclaimer { font-size: 10px;
              text-align: center; }

.center { margin: auto;
          text-align: center; }

.show_join_email_field, .show_update_old_email_field, .show_update_email_field, .show_lostpass_email_field { width: 230px; }
.show_join_url_field, .show_update_url_field { width: 350px; }

option,textarea,input { background-color: #8a7142;
                        border-color: #7d6f00;
                        border-style: solid;
                        border-width: 2px;
                        color: #ffffff;
                        font-family: trebuchet ms,verdana,arial,helvetica;
                        font-size: 12px; }
