	#onecol_leftcontainer
    {
        position: relative;
        float: left;
        width: 100%;
        overflow-x: hidden;
        border-right: solid 1px #DEDEDE;
        border-left: solid 1px #DEDEDE;
        height: 100%\9;
    }
    #onecol_divider
    {
        position: relative;
        left: 250px;
        width: 960px;
        background-color: #DEDEDE;
        height: 100%\9;
    }

    #onecol_rightcontainer
    {
        position: relative;
        left: 1px;
        width: 960px;
        background-color: #fff;
        height: 100%\9;
    }
    #onecol_leftcontent
    {
        position: relative;
        width: 230px;
        right: 240px;
        float: left;
        background-color: #fff;
        border-top: solid 3px #990100;
    }
    #onecol_rightcontent
    {
    	padding:50px 0px 30px 0px;
        position: relative;
        right: 217px;
        width: 683px;
        float: left;
        border-top: solid 3px #990100;
    }
    #onecol_heightspacer
    {
        position: relative;
        right: 1px;
        width: 1px;
        float: left;
        height: 60%;
    }
    #onecol_horizontaldivider
    {
        height: 1px;
        width: 960px;
        left: 5px;
        background-color: #dedede;
        margin-bottom: 10px;
        display: block;
        position: relative;
    }
   
