Okay, you may be asking yourself, "Why Pure CSS skins for my DotNetNuke website? I can achieve the same thing with my trusty tables." Actually, there are several benefits to Cascading Style Sheets that can outweigh the use of tables in your code. Designing with Pure CSS can eliminate many of the W3C Compliance issues, meaning more browsers will reproduce your site as you intended. Using a tableless design will reduce the bloated code and produce a site that can be crawled more easily by search engines, making your site much more SEO friendly. Also, creating your site in CSS will make your design simple to update. If you change your mind on the size or colors of your site, the changes can be made quickly and easily.