body {
    font: Georgia, "Times New Roman", Times, serif;
    background: url(/media/images/bg.gif) #cab584;
    background-repeat:repeat-x;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColLiqCtr #container {
    width: 850px;  /* this will create a container 80% of the browser width */
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
    padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
table.body {
background:url(/media/images/repeat.gif) repeat-y center;
}
table.nav {
margin-left:70px;
}
table.content{
background:#D7CB9B;
margin-right:70px;
}
#text {
padding-left:19px;
padding-right:20px;
padding-bottom:17px;
padding-top:14px;
font-size:12px;
line-height:16pt;
color:#341600;
max-width:420px;
}
td.fabric {
padding-left:19px;
}
td.fabricspace {
padding-left:8px;
}
#footer {
background:url(/media/images/bottom.jpg);
background-repeat:no-repeat;
height:166px;
margin-left:70px;
padding-top:45px;
padding-left:42px;
font-size:11px;
line-height:10pt;
color:#f3f1c9;
}
#footer a {
color:#f3f1c9;
text-decoration:underline;
}
