body { margin: 0px 0px;
       background-image: url('bg.jpg');
       background-repeat: repeat;
       background-position: top center;
       background-color: #b05243; }

#container { position: relative;
             width: 685px;
             margin: 0px auto;
             text-align: center; }

#layout { position: absolute;
          top: 0px;
          left: 0px;
          width: 685px;
          height: 398px;
          z-index: 1; }

#menu { position: absolute;
        left: 30px;
        top: 300px;
        width: 640px;
        z-index: 2; }

#menu ul { list-style-type: none;
           margin: 0px;
           padding: 0px; }

#menu ul li { display: inline; }

#menu ul li a { text-decoration: none;
                font-weight: bold;
                color: #c38e46;
                font-style: italic;
                font-family: times new roman,trebuchet ms,verdana,arial,helvetica;
                font-size: 20px;
                letter-spacing: 2px;
                padding: 5px;
                text-transform: lowercase; }

#menu ul li a:hover { text-decoration: underline; }

#content { position: absolute;
           width: 600px;
           top: 335px;
           left: 50px;
           z-index: 3;
           font-family: Trebuchet ms,Arial,Verdana,Helvetica,Sans-serif;
           font-size: 12px;
           color: #f4ddcc;
           text-align: justify; }

#content a { text-decoration: none;
             color: #c49a49; 
             font-weight: bold; }
    
#content a:hover { text-decoration: underline; }

.header { font-family: Times New Roman,Arial,Verdana,Helvetica,Sans-serif;
          font-size: 24px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 4px;
          color: #752e27; }

#disclaimer { font-family: Trebuchet ms,Arial,Verdana,Helvetica,Sans-serif;
              font-size: 10px;
              width: 100%;
              margin: auto;
              text-align: center; }

.center { margin: auto;
          text-align: center; }

option,textarea,input { font-family: Trebuchet ms,Arial,Verdana,Helvetica,Sans-serif;
                        font-size: 12px;
                        color: #ffffff;
                        border: 2px solid #c49b49;
                        background-color: #752e27; }

.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; }