Flipping that template into a MasterPage, as far as I can tell, is a trivial task. If you view the source of the template you want to duplicate you will find this div:
<div id="page_content">...</div>
Inside of this is where you would place your Main Content placeholder so your Master Page may look like this:
<div id="page_content">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server" />
</div>
Does this make sense?
hth.
-Doug
__________________
===============================================
Doug Parsons
Wrox online library: Wrox Books 24 x 7
Did someone here help you? Click  on their post!
"Easy is the path to wisdom for those not blinded by themselves."
===============================================
|