6.1. An Overview of SharePoint 2007 Customization Options6.1.1. Out-of-the-Box, "No Code Required" Customization6.1.2. Developer-Focused Customizations6.1.2.1. Master Pages6.1.2.2. Page Layouts6.1.2.3. Cascading Style Sheets6.1.2.4. Site Templates6.1.2.5. Site Definitions6.2. Choosing Customization Options that Are Right for Your Organization6.2.1. Matching Business Needs with Customization Paths6.3. Practical Customization Solutions that Work in the Real World6.3.1. Getting Started6.3.2. Understanding Custom Master Pages6.3.2.1. Creating and Specifying a Custom Master Page6.3.3. Using SPURL to Specify Site or Site Collection Relative Paths6.3.3.1. Specifying Site and Collection Relative Paths with SPURL6.3.4. Specifying an Alternate Style Sheet6.3.4.1. Specifying and Modifying an Alternate Style Sheet6.3.5. Controlling Content Creation with Page Layouts6.3.5.1. Creating a Custom Page Layout6.4. CSS and SharePoint6.4.1. Understanding the Relevance of CSS6.4.2. What Is CSS?6.4.3. Utilizing CSS with SharePoint6.4.4. Personally Utilizing CSS6.4.5. Understanding Where the Styles Are Stored6.5. CSS Core Concepts6.5.1. The CSS Statement6.5.2. Grouping6.5.2.1. Grouping the Selectors6.5.2.2. Grouping the Declaration Properties6.5.3. Inheritance6.5.4. Contextual Selectors6.5.5. Cascading6.5.6. Multiple Classes for a Single Element6.6. Location, Reference, and Override Order6.6.1. Where to Store Your CSS Files6.6.1.1. On the Web Server6.6.1.2. In the Content Database6.6.2. How to Reference the CSS Files in Your Code or in the Site6.6.2.1. Including Styles in the Master Page6.6.2.2. Adding Styles Directly to the Master Page6.6.2.3. Importing Styles into the Master Page6.6.2.4. Linking Styles to the Master Page6.6.2.5. Using Site Settings to Reference a CSS File6.6.2.6. Testing Your Styles in the Browser6.7. You Are Ready to Start Styling!6.7.1. How to Override SharePoint Styles6.7.1.1. How to Identify Selectors, IDs, and Class Names for a SharePoint Style6.7.1.2. How to Find Declarations for a SharePoint Style6.7.1.3. How to Change the Declarations of Your Copy of the SharePoint Style6.8. Navigation6.9. Applying What You Have Learned6.9.1. Step One: Master Pages6.9.2. Step Two: Master CSS File6.9.3. Step Three: Division-Specific CSS Files6.9.4. Step Four: Alter Subsite Settings6.9.5. Step Five: Sit Back and Relax!6.10. Summary