<?php /*  Centennial Masthead  */ ?>
<div id="masthead" style="position: relative;">


    <?php /*  Old Masthead
    <div id="masthead" style="position: relative;">
        <!-- Title -->    
        <div class="title">
            Oregon School Activities Association
        </div>
     */ ?>
    
    <img src="<?php echo asset('/images/centennial_masthead.png'); ?>" alt="" title="" style="float: left; margin-left: 100px;" />


    <div style="position: absolute; left: 775px;">

        <div style="float: left; margin-top: 26px;">
            <a href="https://www.onpointcu.com/" target="_blank"><img src="<?php echo asset('images/ads/onpoint.png'); ?>" alt="OnPoint Community Credit Union" title="OnPoint Community Credit Union" /></a>
        </div>

    </div>

    <div style="position: absolute; right: 0px; width: 234px; top: 16px;">
        <!-- Half Banner Ad (234x60) -->
        <?php echo $__env->make('ads.half_banner', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
    </div>    

    <?php /*  OLD MASTHEAD
    <!-- Title -->
    <div class="title">
        Oregon School Activities Association
    </div>    

    <!-- Corporate Sponsors -->                             
    <div class="sponsors">
        <div class="corporate">                                                    
            <div class="left">
                <a href="https://www.usbank.com/" target="_blank"><img src="<?php echo asset('images/ads/usbank.gif'); ?>" alt="US Bank" title="US Bank" width="100" height="25" /></a>
            </div>
            <div class="right">
                <a href="https://www.lesschwab.com/" target="_blank"><img src="<?php echo asset('images/ads/lesschwab.gif'); ?>" alt="Les Schwab Tire Centers" title="Les Schwab Tire Centers" width="100" height="25" /></a>
            </div>             
        </div>               
        
        <!-- Half Banner Ad (234x60) -->
        <?php echo $__env->make('ads.half_banner', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

    </div>
     */ ?>
    
</div>                    
<!-- End Page Masthead --> 