body  {
    margin: 2px 2px 10px;
    background: #F2A2B4;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #BE9986;
    text-align: center;
}

p, table, tr, td  {
    background: #5F2C31;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #BE9986;
    text-align: left;
}

h3 {
    font-size: 12px;
    font-weight: normal;
    color: #BE9986;
    text-align: center;
}

input, option, select, textarea  {
    border: 1px solid #BE9986;
    background: #F2A2B4;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5F2C31;
}

.header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    color: #BE9986;
    margin: 0px;
    padding: 0px;
    background-color: #5F2C31;
    border: 0px dashed #5F2C31;
}

.divider {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #BE9986;
    margin: 2px;
    padding: 1px;
    background-color: #5F2C31;
    border: 1px dashed #5F2C31;
}
a:link {
    color: #F2A2B4;
    text-decoration: none;
}

a:active {
    color: #F2A2B4;
    text-decoration: none;
}

a:visited {
    color: #BE9986;
    text-decoration: none;
    border-bottom: 1px dotted #BE9986;
}

a:hover {
    color: #BE9986;
    background-color: #5F2C31;
    text-decoration: none;
}

#main  {
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 0px;
    width: 800px;
    height: auto;
    margin: 0 0 0 -1px;
    padding: 0px;
    background: #F2A2B4;
    border: 0px solid #5F2C31;
    text-align: left;
}

#left  {
    position: absolute;
    z-index: 2;
    top: 198px;
    left: 325px;
    width: 270px;
    height: 350px;
    overflow: auto;
    margin: 0 0 0 -1px;
    padding: 0px;
    background: #5F2C31;
    border: 0px solid #ffffff;
    text-align: left;
}

#right {
    position: absolute;
    z-index: 3;
    top: 200px;
    left: 599px;
    width: 100px;
    height: 300px;
    margin: 0 0 0 -1px;
    padding: 0px;
    background: #5F2C31;
    border: 0px solid #ffffff;
    text-align: center;
}

#ads  {
    position: absolute;
    z-index: 4;
    top: 572px;
    left: 33px;
    width: 469px;
    height: 61px;
    margin: 0 0 0 -1px;
    padding: 0px;
    background: #F2A2B4;
    border: 0px solid #ffffff;
    text-align: right;
}

#nav  {
    position: absolute;
    z-index: 5;
    top: 572px;
    left: 550px;
    width: 155px;
    height: 50px;
    margin: 0 0 0 -1px;
    padding: 0px;
    background: #F2A2B4;
    border: 0px solid #ffffff;
    text-align: right;
}
