Is there any way i can install multiple wordpress blogs on the same server?
Yes. You can have installs in different folders. I have one site running about 4 or 5 separate installs.
Thanks for the help. I really appreciate it 🙂
No, but you can fake it by using two different header.php files (header.php and header-special.php, for example) and giving the second header it’s own CSS file with custom styles. Then it’s just a matter of applying the second header.php to the pages you want to have the different theme.
I recently had to do that for a site that had a Christmas section that the client wanted styled completely different from the rest of the site.
You can also use MultiSite, which is built-in to WP 3.0+. This allows you multiple blogs, each using their own theme and plugins, that share one WordPress install.