body {
    background-color: white;
    font: 14px Trebuchet MS, Helvetica, sans-serif;
    color: #8C6625;
}
img {
    border: 0px;
}
h1 { color: #635629; font-size: 20px; }
h2 { color: #635629; font-size: 18px; }
h3 { color: #635629; font-size: 16px; }
h4 { color: #635629; font-size: 14px; }
h5 { color: #635629; font-size: 12px; }
h6 { color: #635629; font-size: 10px; }
a { color: #635629; }
a:hover { color: #8C6625; }
#boxor {
    width: 769px;
    margin: 0px auto;
    background-image: url(/images/boxorBG.gif);
    background-repeat: repeat-y;
}
#hdr {
    background-image: url(/images/header.jpg);
    background-repeat: no-repeat;
    text-indent: -10000px;
    width: 769px;
    height: 146px;
    margin: 0px;
}
#rCol {
    float: right;
    width: 610px;
    padding: 0px 0px 0px 10px;
}
#featListBox {
    width: 257px;
    height: 223px;
    float: right;
}
#featList {
    height: 147px;
    background-image: url(/images/featured_bottom.jpg);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 12px;
}
#featList img {
    display: block;
    margin: 0px auto;
    border: black solid 1px;
}
#lCol {
    float: left;
    width: 147px;
}
#lCol ul {
    list-style-type: none;
    margin: 3px 3px;
    padding: 3px 3px;
}
#lCol ul li {
    display: block;
    width: 132px;
    height: 17px;
    background-image: url(/images/navbg.gif);
    background-repeat: no-repeat;
    color: white;
    margin: 5px 0px;
    padding-left: 5px;
    font-size: 12px;
}
#lCol ul li a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
#lCol ul li a:hover {
    color: yellow;
}
#foot {
    clear: both;
    background-image: url(/images/bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #8C6625;
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 5px 0px;
}
#foot a {
    color: white;
}
.cntr { text-align:center; }
.clr {clear:both;}