	#threecol_leftcontainer
    {
        position: relative;
        float: left;
        width: 960px;
        overflow-x: hidden;
        /*border-right:solid 1px #DEDEDE;
        border-left:solid 1px #DEDEDE;*/

    }
    #threecol_leftdivider
    {
        position: relative;
        left: 250px;
        width: 960px;
        background-color: #DEDEDE;
    }
    #threecol_centercontainer
    {
        position: relative;
        left: 1px;
        width: 960px;
        background-color: #fff;
        height:100%\9;
    }
    #threecol_rightdivider
    {
        position: relative;
        left: 460px;
        width: 960px;
        background-color: #DEDEDE;
        height:100%\9;
    }
    #threecol_rightcontainer
    {
        position: relative;
        left: 1px;
        width: 960px;
        background-color: #fff;
        height:100%\9;
    }
    #threecol_leftcontent
    {
        position: relative;
        width: 230px;
        right: 701px;
        float: left;
        background-color: #fff;
        border-top:solid 3px #990100;
    }
    #threecol_centercontent
    {
        position: relative;
        right: 681px;
        width: 441px;
        float: left;
        border-top:solid 3px #990100;
    }
    #threecol_rightcontent
    {
        position: relative;
        right: 662px;
        width: 230px;
        float: left;
        border-top:solid 3px #990100;
		padding-bottom: 25px;
    }
    #threecol_heightspacer
    {
    	position: relative;
        right: 1px;
        width: 1px;
        float: left;
    }
    #threecol_horizontaldivider
    {
        height: 1px;
        width: 960px;
        left: 5px;
        background-color: #dedede;
        margin-bottom: 10px;
        display: block;
        position: relative;
    }
    
    
