-
In format.css, add a 20-pixel top margin to the links area:
#links {
background: #cccccc;
float: left;
width: 200px;
margin: 20px 0 0 0;
padding: 10px;
}
-
Remove the padding from the content area:
#content {
background: #ffffff;
margin: 0 0 0 220px;
padding: 0;
}
-
Save format.css, then reload california.html in the browser.
It should look like this:

© 2016 In Pictures, Inc. All Rights Reserved.