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

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

#top { position: absolute;
       left: 154px;
       top: 0px;
       z-index: 1;
       width: 476px;
       height: 120px; }

#main { position: absolute;
        left: 154px;
        top: 104px;
        z-index: 2;
        padding: 5px;
        width: 466px;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        text-align: justify;
        color: #ffffff; }

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

a:hover { background-color: #f4d8e7; }

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

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

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

.center { text-align: center; }
