i have the code for three colums in css but i want the main colum in the center this one has the main colum left and yhe other two are to the right


this the code i try different ways but i cant amake it right

Code: 
/* begin LayoutCell */
        .art-contentLayout .art-content
        {
            position: relative;
            margin: 0;
            padding: 0;
            border: 0;
            float: left;
            overflow: hidden;
            width: 574px;
        }
        .art-contentLayout .art-content-sidebar1
        {
            position: relative;
            margin: 0;
            padding: 0;
            border: 0;
            float: left;
            overflow: hidden;
            width: 765px;
        }
        .art-contentLayout .art-content-sidebar2
        {
            position: relative;
            margin: 0;
            padding: 0;
            border: 0;
            float: left;
            overflow: hidden;
            width: 765px;
        }
        .art-contentLayout .art-content-wide
        {
            position: relative;
            margin: 0;
            padding: 0;
            border: 0;
            float: left;
            overflow: hidden;
            width: 956px;
        }
        /* end LayoutCell */
        
        /* begin LayoutCell */
        .art-contentLayout .art-sidebar1
        {
            position: relative;
            margin: 0;
            padding: 0;
            border: 0;
            float: left;
            overflow: hidden;
            width: 191px;
        }
        /* end LayoutCell */
        
        /* begin LayoutCell */
        .art-contentLayout .art-sidebar2
        {
            position: relative;
            margin: 0;
            padding: 0;
            border: 0;
            float: left;
            overflow: hidden;
            width: 191px;
        }
        /* end LayoutCell */
big thanks
bachbell Reviewed by bachbell on . litle help with css i have the code for three colums in css but i want the main colum in the center this one has the main colum left and yhe other two are to the right this the code i try different ways but i cant amake it right /* begin LayoutCell */ .art-contentLayout .art-content { position: relative; margin: 0; Rating: 5