#adsk81-content table.adsk81-image-section table.image.left {
    /* This needs to be 6px less than the standard setting. */
    margin-right: 8px;
}

#adsk81-content table.adsk81-image-section table.image.right {
    /* This needs to be 3px less than the standard setting. */
    margin-left: 8px;
}

#adsk81-maincontent table.adsk81-image-section table.image div.image img {
    /* One more than the FireFox value */
    padding-top: 4px;
}
#adsk81-maincontent img.img-right  {
    margin-left: 8px;
}

#adsk81-maincontent table.adsk81-image-section td.body {
    /* 2006-03-01 (JK): To fix broken W in left-column sections. */
    padding-left: 1px;
    margin-left: -1px;
}

#adsk81-maincontent-footer hr {
    /* 2006-03-01 (JK): Matches spacing for Related Links in WAC 7.3 */
    margin: 0 0 3px 0;
}


