/*  MAIN STORY COLUMNS    Total width should equal 616px.    The width of any photo should be at least 32px less than the width of the column (30px for the margin and 2px for the border).*/div#section1 div#column1 {  width: 306px;}div#section1 div#column2 {  width: 306px;}/*  SECOND STORY COLUMNS    Total width should equal 408px    Any photo should be at least 32px less than the width of the column (30px for the margin and 2px for the border).*/div#section2 div#column1 {  width: 190px;}div#section2 div#column2 {  width: 218px;}
