body { background-color: #4e382d;
       background-image: url('bg.jpg');
       background-repeat: repeat-y;
       background-position: top center;
       background-attachment: fixed;
       margin: 0px; }

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

#top { position: absolute;
       left: 0px;
       top: 0px;
       z-index: 1;
       width: 650px;
       height: 427px; }

#menu { position: absolute;
        left: 275px;
        top: 138px;
        width: 250px;
        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: #e2dbd3;
                font-style: italic;
                font-family: trebuchet ms,verdana,arial,helvetica;
                font-size: 16px;
                padding: 5px;
                text-transform: lowercase; }

#menu ul li a:hover { text-decoration: underline;
                      color: #402a1e; }

#text { position: absolute;
        left: 230px;
        top: 170px;
        width: 390px;
        padding: 0px;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        text-align: justify;
        color: #000000;
        z-index: 2; }

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

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

a:hover { text-decoration: underline;
          color: #402a1e; }

option,textarea,input { font-family: trebuchet ms,verdana,arial,helvetica;
                        font-size 12px;
                        color: #ffffff;
                        border: #695443 solid 1px;
                        background-color: #402a1e; }

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

b, strong { color: #695443; }

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