Multiple sites running off same code

I m interested in making multiple websites, all with the same basic functionality but will have different designs or templates. is there a way they can all run off the same basic underlying code, but use different templates. what is the best method of doing this.

If the layout is described by styles describe in a CSS, you can apply different CSS to the same page to get different presentations.