﻿/*  enter two column wide left layout elements here */
/*  
    enter elements/classes that are used on two column wide left layout here. 
*/
/***********************************************
*** COLUMNS PRIMARY  ***************************
***********************************************/
#col1.primary, #col2.primary 
{
    padding: 18px 0px 0 20px;
    width: 700px;
}

/***********************************************
*** COLUMNS SECONDARY  *************************
***********************************************/
#col2.secondary 
{
    padding: 18px 0 0 10px;
    width: 215px;
}