html { scrollbar-Base-Color: #e3bd75;
       scrollbar-Track-Color: #e3bd75;
       scrollbar-Arrow-Color: #ffffff; }

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

a { text-decoration: none;
    font-weight: bold;
    color: #a7580b; }
    
a:hover { text-decoration: underline; }

#valign { position: absolute;
          overflow: hidden;
          left: 0px;
          top: 50%;
          width: 100%;
          margin-top: -230px; }

#container { position: relative;
             overflow: hidden;
             margin: auto;
             width: 600px; 
             height: 458px; }

#maintext { position: absolute;
            overflow: auto;
            left: 0px;
            top: 0px;
            width: 345px;
            height: 447px;
            z-index: 0;
            padding: 4px;
            background-color: #fbebc6;
            border-width: 1px;
            border-style: solid;
            border-color: #421a05;
            font-family: trebuchet ms,arial,verdana,helvetica;
            font-size: 12px;
            color: #47545B;
            text-align: justify; }

#image { position: absolute;
         left: 364px;
         top: 0px;
         width: 225px;
         height: 237px;
         z-index: 0; }

#image img { border-color: #421a05; }

#title { position: absolute;
         overflow: hidden;
         left: 376px;
         top: 239px;
         z-index: 0;
         color: #a7580b;
         font-family: arial;
         font-size: 27px;
         letter-spacing: 16px; }

#menu { position: absolute;
        left: 364px;
        top: 274px;
        width: 225px;
        height: 182px;
        z-index: 0; }

#menu a { display: block;
          width: 221px;
          background-color: #b17f41;
          color: #ffffff;
          text-decoration: none;
          text-align: center;
          padding: 2px 2px 2px 2px;
          border-color: #f1d9aa;
          border-width: 2px;
          border-style: solid;
          font-family: arial;
          font-size: 12px; }

#menu a:hover { background-color: #c9ac89; }

.header { font-family: georgia,arial,verdana,helvetica;
          font-size: 19px;
          letter-spacing: 5px;
          font-weight: bold;
          font-style: italic; }

td { font-family: trebuchet ms,arial,verdana,helvetica;
     font-size: 12px;
     text-align: justify;
     color: #000000; }
     
.disclaimer { font-family: trebuchet ms,arial,verdana,helvetica;
              font-size: 10px;
              text-align: center; }
              
option,textarea,input { color: #ffffff;
                        border-color: #000000;
                        background: #b17f41;
                        font-family: trebuchet ms,arial,verdana,helvetica;
                        font-size: 12px; }
                        
.show_join_name_field, .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: 300px; }

ul.links { margin: 2px 0px 0px 2em;
           padding: 0px; }
