I was able to answer my own question after doing some more googling. The CSS provided in Chapter 8 had the following code:
Code:
.s4-ca { margin-left: 165px; }
I changed it to the following:
Code:
.s4-ca { margin-left: 0px !important; }
and then I added:
Code:
#s4-leftpanel { display:none;}