
#contentOuter
{
    position: relative;
    /*
    border-bottom: 1px solid #f1900c;
    */
    width: 100%;
    min-height: 300px;
    background: #dfefec url("../Images/Template/Bg-TipsOgFacts.gif") repeat scroll top left;           
}
    #contentInner
    {
        position: relative;
        width: 950px;
        border: 0px solid red;
        margin: 0px auto 0px auto;
        padding: 0;
        line-height: 16px;
    }
        #contentInner table
        {
            border-collapse: collapse;
        }
            #contentInner table tr td
            {
                width: 390px;
                height: 358px;
                border: 0px solid silver;
                padding: 0;
            }
            #contentInner table tr td:not(:first-child) 
            {
                width: 500px;
                height: 358px;
                border: 0px solid silver;
            }
            
        #contentInner h1
        {
            color: #000000;
            font-size: 26px;
            font-weight: normal;
            margin: 0px 0 20px 0;
        }
