.category td.c_foot {
background: url( repeating background );
padding:0;
}
.foot_left {
float: left;
background: url( URL TO LEFT IMAGE ) no-repeat left;
height: height of image ;
width: width of image;
}
.foot_right {
float: right;
background: url( URL TO RIGHT IMAGE ) no-repeat right;
height: height of image ;
width: width of image;
}
#stats .foot_right {
width: 480px;
padding-right: padding to move the links to the right;
padding-top: padding used to position the links ;
height: height of right image minus the top padding;
}
/***** Three Piece H2 *****/
/* h2wrap is the center stretch.*/
.h2wrap {
background: url(http://) repeat-x;
}
/* h2left is the left image. */
.h2left {
background: url(http://) no-repeat top left;
height: 26px;
}
/* h2center is the text itself. */
.h2center{
padding: 2px 0px 0px 54px;
height: 26px;
}
/* h2right is the right image. */
.h2right {
background: url(http://) no-repeat right top;
height: 26px;
}
/* Collapse/Uncollapse Images */
.collapse,.uncollapse {
right: 5px;
top: 2px;
}
thead td,thead th {padding:0px;background: inherit;border-width:0px;}
/* Leave the above alone. For the bottom, style your profile h2's. */
.profile thead td,.profile thead th {padding:0px;background: inherit;border-width:0px;}