/* 
Sets widths for main columns of templates.
Elements and detailed layout selectors should NOT be placed here.
*/

/* 2 Columns with Wide Right Sidebar */

#Two_Col_L_Main
{
    width: 631px;
    margin: 0 3px 0 0;
    float: left;
    text-align: left;
}

#Two_Col_R_Side
{
    width: 346px;
    float: left;
    margin: 0;
    text-align: left;
}

/* 2 Columns with Left Sidebar */

#Two_Col_R_Main
{
    width: 691px;
    margin: 0;
    float: right;
}

#Two_Col_L_Side
{
    width: 286px;
    float: left;
    margin: 0;
}

/* 2 Columns with thinner Right Sidebar */

#Two_Col_L_Main_thin
{
    width: 677px;
    margin: 0 3px 0 0;
    float: left;
    text-align: left;
}

#Two_Col_R_Side_thin
{
    width: 300px;
    float: left;
    margin: 0;
    text-align: left;
}

/* 1 Column */

#One_Col_L_Main
{
    width: 977px;
    margin: 0 3px 0 0;
    float: left;
    text-align: left;
}

/*   Make sure to follow naming convention above!   */
