/* Fullwidth styles which make the center column span the width of the page 
   and the right column not visible.*/

.column_center  {
	margin:0 10px 0 190px;
	padding-top:10px;
}

.column_right
{
    display:none;
}
