It is definitely possible to set up user customised skins, but I'm not sure how you implement it. - I would pop across to the main DNN forum for this, I'm sure I have seen it discussed in there before. - Let us know if you come across a solution and I could document it into a tutorial for everyone.
For the site, looking good - First thing I noticed was that you need to change the image for 'Artist Updates' - SwitchFoot - the picture is 500kb you need to compress it so that it is a similar size to the other pics on the page - eg. around 6kb
The next thing to look at is how you add text to the page. - Do not format your text by selecting the font drop down list in the Text/HTML editor. - You need to set the formatting of the text within the skin.css file.
The reason for this is that if you use the font drop down list, it adds a ton of font tags to your code which means the file size of your pages is much larger than they need to be.
This is a common mistake that everyone makes when first using DNN.
Check out this article for further info:
Bad practices when working with the Text HTML moduleI can see that on this page below for instance the text has been copied from a Word doc - check out the Bad Practices article covering this
http://www.christianmusictimes.com/...fault.aspxOn the right side of the menu, this token is displaying: [DNNDESIGNER] so you may want to look at that.
If I had designed the skin I would also look at how the containers are created because they add a lot of code into the sourcecode of the skin to create the rounded corner effect. - I guess you have got hold of this skin from the DNN Designer website so you may not want to tackle this. - It's not necessarily a problem, but just be aware that if you add a lot of these containers to a page it will slow down the load time for the page.
A few things for you to think about, thanks,