/*
  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: 436px;
}

div#section1 div#column2 {
  width: 176px;
}



/*
  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: 408px;
}

div#section2 div#column2 {
  width: 218px;
}

