I was asked to build a question system for our internal companies. I used VS03 and built a number of custom controls to accomplish different question types. I just upgraded to 05 and the themes options looks great because originally this app was supposed to be used across 6 different sites. I figured I could have a theme for each site and apply it at runtime. <BR><BR>Now that the powers that be have seen the app, they think it's too groovy to keep to themselves and want to integrate it into another web app built in old school asp. This older app is used across a couple of hundred different web sites. All of those sites individual pages only have an include directive at the top that references a folder in the root that contains the actual code of the pages. So, whenever a change needs made, it's done in the master folder and all the sites are updated automatically. <BR><BR>So, now that I've been asked to mix the two, I'm trying to figure out the best way to accomplish themes for each site. At this point, because we have hundreds of sites live, we'd have to go and create individual themes for each site. I know they won't go for that because of the time involved. So, what else could I do here? The asp sites pull the company logo and site name based off of unique image names in each site's individual images folder. So, I could create a generic theme that just has a header with their logo at the top. But, the site colors are stored in each site's global.asa file, so I'm not sure how I'd go about getting that information to make the header and footer colors work consistently. Is there another way to accomplish this? Any ideas? Thanks.