html {
    overflow-x: auto
}
body {
    background: #c96 url(/images/bg.gif);
    font: 13px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}
h3 {
    font-size: 15px;
}
#pageTable {
    background: #EFE0D1;
    width: 800px;
}
#pageCell {
    width: 790px;
}
#leftShadow {
    background: #c96 url(/images/shadow_lt.gif) top left repeat-y; 
    width: 5px;
}
#rightShadow {
    background: #c96 url(/images/shadow_rt.gif) top right repeat-y; 
    width: 5px;
}
#logo {
    width: 204px;
    background: #110F0E url(/images/logo_bg.gif) top left no-repeat;
}
#topBanner {
    width: 501px;
}
#logoBanner {
    background: #110F0E url(/images/banner_logo.jpg) top right no-repeat;
    height: 100px;
    text-align: right;
}
#cartLink {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}
#headerStripe {
    background: #333;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    padding-top: 5px;
    height: 30px; /* Begin Box Model Hack */
} 
#sideBar {
    width: 188px;
}
#sideNav {
    width: 100%;
    height: 340px;
    padding: 0px;
    background: #864A0F url(/images/nav_bg.jpg) top left;
}
.navLinks {
    color: #FBE7D2;
}

.navLinks ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

.navLinks li
{
    border-top: 1px solid #83501F;
    border-bottom: 1px solid #4F2B06;
    margin: 0px;
}

.navLinks li a
{
    display: block;
    padding: 4px 0px 6px 28px;
    color: #FBE7D2;
    text-decoration: none;
    font-size: 12px;
    
}

html>body .navLinks li a { 
    width: auto; 
}

.navLinks li a:hover {
    background: #83501F;
    color: #fff;
    text-indent: 2px;
    font-weight: bold;
}
#mainContent {
    padding: 30px 30px 30px 30px;
    font-size: 13px;
    width: 602px;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 502px;
}
html>body #mainContent {
    width: 502px; /* End Box Model Hack */
} 
#mainContent2 {
    padding: 0px 30px 0px 30px;
    font-size: 13px;
    width: 602px;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 562px;
}
html>body #mainContent2 {
    width: 562px; /* End Box Model Hack */
} 
#bottomBar {
    background: #110F0E;
    text-align: center;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
}
.narrowBox {
    width: 400px;
    text-align: left;
    font-size: 13px;
}
#currentPage {
    background: #83501F;
    color: #fff;
    font-weight: bold;
    border-left: 10px solid #65CBFF;
}
