The Joomla breadcrumbs/pathway does not validate XHTML so we don't use it.
Correction: In Joomla versions 1.0.7 and later the pathway does validate.
If you want to include the pathway in the template you could try doing this:
Just below this line in index.php:
<div id="content"><div class="inside">
Add:
<div class="pathway"><?php mosPathWay(); ?></div>
Then style it in customize.css by adding:
.pathway {margin-bottom:6px;}
In this example, it would position it evenly just above user4/user5.