table { background:#d8c1b2; }
#container_bg { background-image:url('../gfx/bg.gif'); }

#head { background:url('head.jpg'); }
#content { background:url('content.jpg') no-repeat top right transparent; }

#text { font-size:11px; width:415px; height:325px; overflow:auto; }
#text h1 { font-size:13px; color:#685b1e; margin:15px 0 0 0; }
#text p { margin:10px 0; }
#text ul {margin:5px 0 10px 20px;}
#text .subheading { margin:0; font-weight:bold; }
#text table {
    background:transparent;
    font-size:11px;
    text-align:left;
    width:390px;
}
#text table th {
    color:#685b1e;
    font-size:13px;
}
#text table td {
    vertical-align:top;
}
#text table .price {
    text-align:center;
    vertical-align:bottom;
}
#text td.subsection {
    font-weight:bold;
    padding-top:10px;
}