body {
    background: #4c0927 url('../img/background.png') repeat-x scroll top left;
    color: #4B0926;
    font-family: Helvetica,arial,sans-serif;
    margin: 0px auto;
    padding: 0;
}

#header {
    width: 1000px;
    margin: 0px auto;
    padding: 0;
    text-align: center;
}

#content {
    width: 810px;
    margin: 0px auto;
    .margin: -3px auto 0 auto;
    padding: 0;
}

#content-left {
    float: left;
    width: 258px;
    height: 560px;
}

#nav {
    position: absolute;
    margin-top: -100px;
}

#nav a {
    font-weight: bold;
    font-size: 14px;
    color: #4B0926;
}

#content-right {
    float: left;
    width: 547px;
    height: 560px;
    background: #fbf2dd url('../img/content_vertical_line.png') repeat-x scroll top left;
    overflow: auto;
}

#right-edge {
    float: left;
    width: 3px;
    height: 560px;
    background: #000 url('../img/right_edge.png') no-repeat scroll 0 0;
}

#footer {
    width: 808px;
    clear: both;
    color: #FFFFFF;
    background: transparent url('../img/footer_line.png') no-repeat scroll top left;
    text-align: right;
    font-size: 10px;
    line-height: 18px;
    .margin-top: -3px;
}

#info {
    padding: 25px 25px;
    font-weight: bold;
    text-align: justify;
}

#text {
    padding: 15px;
    text-align: justify;
    font-size: 14px;
}
