.content_td
{
        position: relative;
        background-color: #ffffff;
        vertical-align: top;
        margin: 0px;
        padding: 0px;
        border-width:0;
        border-color:pink;
        border-style:solid;
}

/*
        To set the site-wide margins:

        Use the following definitions:

        .content_ul_curve
                top:                CURVE-TOP
                left:                CURVE-LEFT

        .content_div
                padding:        TOP RIGHT BOTTOM LEFT

        TOP = DESIRED_TOP_MARGIN - 7
        CURVE-TOP = -1 * TOP

        LEFT = DESIRED_LEFT_MARGIN - 2
        CURVE-LEFT = -1 * LEFT

*/

.content_ul_curve
{
        position: relative;
        height: 5px;
        width: 5px;
        top: -8px;
        left: 0px;
}

.content_div, .content_div_user
{
        position: relative;
        background-color: #ffffff;
        width: 652px;
        padding: 8px 0px 20px 0px;  //p-r: 1
        margin: 25
        left: 0px;
        top: -2px;
}

html>body .content_div, .content_div_user
{
        position: relative;
        background-color: #ffffff;
        width: 660px;
        padding: 8px 0px 20px 0px;  //p-r: 1
        margin: 25
        left: 0px;
        top: -2px;
}

.content_div {
        min-height: 495px;
        height: auto !important;
        height: 495px;
}

.content_div_user {
        min-height: 434px;
        height: auto !important;
        height: 434px;
}

.content_td_footer
{
        height: 50px;
        background-color: #ffffff;
}