Great theme! I added a region "Top" to your theme in order to add a adsense block. When I place the adsense block within the region, it floats to the left, so I only see half of a 468x60 banner ad. I looked over all the files and am stuck on what I have done wrong?
Heres a small bit of the .info and.tpl

.info

engine = phptemplate
stylesheets[all][] = style.css
stylesheets[print][] = print.css
scripts[] = scripts.js
regions[left] = Left
regions[header] = Header
regions[right] = Right
regions[content] = Content
regions[footer] = Footer
regions[top] = Top

and .tpl area (after primary links)

<div class="container clearfix">
<?php if ($primary_links): ?>
          <?php print theme('links', $primary_links, $attributes = array('id' => 'lavaLampBorderOnly')); ?>
      <?php endif; ?>
</div> 
</div><div><div id="schatten"></div>
<?php print $top ?> <---------------------------(added top)

	<div id="outerColumn">
		<div id="innerColumn">
			<div id="soContainer">
				<div id="content">
					<div class="inside">
						<?php if ($mission) { ?><div class="mission"><?php print $mission ?></div><?php } ?>
						<?php if ($header) { ?><div class="intro"><?php print $header ?></div><?php } ?>
                                    <?php print $breadcrumb ?>
						<?php if ($tabs) { ?><div class="tabs"><?php print $tabs ?></div><?php } ?>
						<?php if ($title) { ?><h2 class="title"><?php print $title ?></h2><div id="h1bottom"></div><?php } ?>

I know im doing something wrong, but what? I guess maybe it is a css problem associated with the body?
Any help appreciated!