body { margin: 0;
     background: #DAE1E7 url('/images/page-bg.gif') repeat-y center;
     color: #000;
    }

#wrapper { width: 780px;
    margin: auto;
    background: url('/images/content-bg.gif') repeat-y;
    }
body.single-col #wrapper { background: none;}
    
#header { height: 102px;
    background: url('/images/top.jpg');
    position: relative;
    }
    
#cart-summary { position: absolute;
    top: 2px;
    right: 8px;;
}

#nav { border-left: 1px solid black;
    border-right: 1px solid black;
    height: 28px;
    background: url('/images/navigation-bg.gif') repeat-x;
}

/* optional flash/feature at top of page on white background */
#highlight { border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: #FFF;
    padding: 3px;
    text-align: center;
}

#main { border-top: 1px solid black;
     padding-top: 16px;
     background: url('/images/content-top-shadow.gif') no-repeat;
}
body.single-col #main { background: none;} 

/* total width with margins/padding should be 544px */
#content { width: 490px;
    padding: 0 20px 0 34px;
    margin: 0;
    float: left;
}
body.single-col #content { width: 710px;}

#main-clear { clear: both; height: 60px;}

#panel { width: 236px; float: right;}

#footer { width: 747px;
    margin: auto;
    background: url('/images/footer-bg.gif') no-repeat;
}  

.clear { clear: both; }    