Sorry, dubbs, I missed your post. I’ll have to try to remember what I did as it has been a while and this is not what I do for a living at all. You can see the final results at www.spiritualoutreach.com
My template has this within it:
<div id="rightbanner" class="right"><div id="mainbannersearch">{{WhatsNew}}Search this site: [!AjaxSearch? &ajaxSearch=`0` &AS_showResults=`0` &AS_landing=`36` &showMoreResults=`1` &moreResultsPage=`36` &extract=`1` !]</div></div>
The landing page is simply:
<h1>Search Results:</h1>
<p>
[!AjaxSearch? &AS_showForm=`0` &ajaxSearch=`0` !]
</p>
The content section is simply:
<div id="content" class="left">{{[*Specialization*]}}</div>
The css for content and left are:
#content {
min-height: 250px;
font-size: larger;
line-height: 1.5em;
padding: 0.5em;
padding-bottom: 1em;
}
.left {
margin-right: 250px;
min-width: 250px;
border-right: 6px solid #8d7700;
}
I know it’s not much but I hope it helps - John