Hi guys! I have a question. Is it possible to use CSS style sheets in only some parts of the layout? I have page that's composed of PHP. The header, footer, and the body of the layout all have seperate files which are included in one final page. What I wanna do is, use the CSS style sheet only in the body of the page, not in the header or the footer of the layout. This is because the header + the footer are created in Photoshop/ImageReady. They have tables and I don't want those tables to get messed up when trying to change the way they look in the body with a CSS style sheet. Is this possible? If so, then how?