body { background-color: #c4c4bd;
       margin: 0px;  }

#container { position: relative;
             margin: auto;
             width: 467px; }

#top { position: absolute;
       left: 0px;
       top: 0px;
       z-index: 1;
       width: 467px;
       height: 272px;
       border: none; }

#menu { position: absolute;
        left: 200px;
        top: 140px;
        width: 150px;
        z-index: 2; }

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

#menu ul li { text-align: center;
              font-family: trebuchet ms,verdana,arial,helvetica;
              font-size: 18px;
              border-bottom: 1px dotted #ffffff; }

#menu ul li a { text-decoration: none;
                font-weight: bold;
                color: #64998f;
                font-style: italic;
                padding: 5px;
                letter-spacing: 3px;
                text-transform: lowercase; }

#menu ul li a:hover { text-decoration: none;
                      color: #b97754; }

#text { position: absolute;
        left: 0px;
        top: 272px;
        width: 457px;
        padding: 5px;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        text-align: justify;
        color: #ffffff;
        z-index: 1;
        background-image: url('mainbg.jpg');
        background-repeat: repeat-y;
        background-position: top center; }

#text ul { margin-top: 4px; }

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

#text a:hover { text-decoration: none;
                color: #516f69; }

#stats { margin: auto;
         width: 250px;
         padding: 5px;
         background-color: #babeb5;
         font-family: trebuchet ms,verdana,arial,helvetica;
         font-size: 12px;
         color: #ffffff;
         border: 1px dotted #ffffff; }

option,textarea,input { font-family: trebuchet ms,verdana,arial,helvetica;
                        font-size 12px;
                        color: #000000;
                        border: #ffffff dotted 1px;
                        background-color: #babeb5; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 24px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 3px;
          color: #ccdce4;
          border-bottom: 1px dotted #ffffff; }

.smheader { font-family: times new roman,arial,verdana,helvetica;
          font-size: 18px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 3px;
          color: #ccdce4;
          border-bottom: 1px dotted #ffffff; }

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

.thumb { border: 2px solid #ad6343; }

.disclaimer { font-size: 10px;
              margin: auto;
              width: 350px;
              text-align: center;
              border-top: 1px dotted #ffffff; }
              
.show_join_email_field, .show_update_old_email_field, .show_update_email_field, .show_lostpass_email_field { width: 200px; }
.show_join_url_field, .show_update_url_field { width: 350px; }