pls open the file templatesja_teline_iiilayoutsblocksmainnav.php and find code:
<div class=”ja-navhelper wrap”>
replace:
<div id=”banner-below-nav” class=”clearfix”>
<div class=”main clearfix”>
<div class=”left”> <jdoc:include type=”modules” name=”banner-left” /></div>
<div class=”right”> <jdoc:include type=”modules” name=”banner-right” /></div>
</div>
</div>
and the following css into template.css file:
#banner-below-nav .left {
float:left;
width:720px;
height:90px;
}
#banner-below-nav .right {
float:right;
width:225px;
height:90px;
}
3) create two custom modules put them on the “banner-left” position and the “banner-right” position
Good luck