Hi megalith
In the case, please try to do with my way:
+ open templates/ja_urani/css/template.css file, find following code section:
#ja-wrapper {background: url(../images/body-bottom.jpg) repeat-x left bottom; min-height: 450px; position: relative; padding-top:56px; }
and change to:
#ja-wrapper {background: url(../images/body-bottom.jpg) repeat-x left bottom; min-height: 450px; }
+ open templatesja_uranilayoutsblocksmainnav.php file, find following code section to remove:
<div id="ja-mainnav" class="wrap">
<div class="main clearfix">
<?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu ($this->getParam('startlevel',0), $this->getParam('endlevel',-1)); ?>
</div>
</div>