html {
    height: 100%;
}
body {
    background-image: url("/files/images/bg_tx.gif");
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    height: 100%;
}
a {
    color: #333300;
}
a img {
    border: 0;
}
input[type="text"] {
    border: 1px solid #d0c2b5;
    background-color: #fff6df;
}
#guestAntibot {
    color: #333300;
    font-style: italic;
}
#mainTbl {
    width: 870px;
    height: 100%;
    border-collapse: collapse;
}
#mainTbl tr td {
    padding: 0;
}
#headTr {
    height: 190px;
    background-image: url("/files/images/head_bg.gif");
    background-repeat: no-repeat;
}
#footTr {
    height: 104px;
    background-image: url("/files/images/foot_bg.gif");
}
#leftTd {
    width: 50px;
    background-image: url("/files/images/left_center.gif");
}
#rightTd {
    width: 60px;
    background-image: url("/files/images/right_center.gif");
}
#leftBar {
    width: 190px;
    height: 330px;
    background-color: #f8e9c6;
    background-image: url("/files/images/left_col.gif");
    background-repeat: no-repeat;
    color: #330000;
    font-style: italic;
}
#leftBar ul {
    margin-left: 60px;
    margin-top: 40px;
    padding: 0;
}
#leftBar li {
    padding-top: 10px;
    margin-left: 0;
}
#leftBar a {
    color: #330000;
    text-decoration: none;
}
#leftBar a:hover {
    text-decoration: underline;
}
#logo {
    border: 0;
    margin-left: 50px;
}
#contentTd {
    background-color: #f8e9c6;
    text-align: right;
}
#yearsTbl {
    margin-left: auto;
    margin-right: 10px;
}
#yearsTbl a img {
    border-bottom: 2px solid #f8e9c6;
}
#yearsTbl a:hover img {
    border-bottom: 2px solid #990000;
}
#yearsTbl td {
    width: 70px;
}
#content {
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 10px;
    color: #685938;
    text-align: justify;
    font-size: 12pt;
}
#foot {
    margin-left: 60px;
    color: #666633;
    font-size: 8pt;
}
#foot a {
    color: #333300;
}
#copy {
    color: #333333;
    margin-bottom: 5px;
    font-size: 10pt;
}
#rating {
    background-color: #f8e9c6;
}
.commentTitle {
    background-color: #660000;
    color: #ffffcc;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.commentDate {
    color: #333300;
    font-style: italic;
    font-size: 8pt;
    margin-top: 3px;
    margin-bottom: 10px;
}
.commentTitle a {
    color: #ffffcc;
    text-decoration: none;
}
.commentText {
    color: #555555;
}
.itemTitle {
    margin-bottom: 5px;
    font-size: 14pt;
}
.itemLink {
    margin-top: 5px;
    margin-bottom: 20px;
}
.itemTitle a, .itemLink a {
    color: #333300;
    font-style: italic;
}
.itemTitle a {
    text-decoration: none;
}
.pageLinks {
    text-align: right;
    color: #330000;
    word-spacing: 0.3em;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pageLinks a {
    color: #330000;
    text-decoration: none;
}
.currentPage {
    color: #990000;
}