body {
        font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
        font-size: 14px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 100%;
        background-image: url(../images/bodybg.jpg);
        background-repeat:repeat-y;
        background-position: center;
        background-color: #000000;
        color: #ffffff;
}

div#header {
        position: absolute;
        width: 800px;
        height: 207px;
        background-image: url(../images/header.jpg);
}

div#content {
        position: absolute;
        margin-top: 207px;
        width: 600px;
        height: 100%;
        background-image: url(../images/content.jpg);
        background-repeat:repeat-y;
}

div#content div {
        margin-top: 10px;
        margin-left: 10px;
}

div#content div div {
        font-size: 11px;
        margin-top: 3px;
        margin-left: 13px;
        width: 560px;
        color: #bbbbbb;
}

div#rightside {
        position: absolute;
        margin-top: 207px;
        margin-left: 600px;
        font-size: 11px;
        width: 200px;
        height: 100%;
        background-image: url(../images/rightside.jpg);
        background-repeat:repeat-y;
        color: #333333;
}

a:link, a:visited, a:active {
        font-size: 11px;
        text-decoration: none;
        color: #936623;
}

a:hover {
        text-decoration: underline;
        color: #936623;
}