<?php
/*
Template Name: Home Page
*/
?>

<?php get_header(); ?>

<div id="threetop"></div>

	<div id="threecolumn">
	
	<div id="left">
		<?php include (TEMPLATEPATH . "/sidebar_left_home.php"); ?>
	</div>
	
	<div id="center">

		<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
				<?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>

				<!-- <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> -->
		<?php endwhile; endif; ?>
		
	</div>
	
	<div id="right">
		<?php include (TEMPLATEPATH . "/sidebar_right_home.php"); ?>
	</div>
	
	<div id="clear"><!-- --></div>
	
	</div>





<div id="threebottom"></div>

<div id="footer">
  <div>
  	<p><strong>Call us at</strong> 503.303.8220</p>
		<p style="margin-bottom:0px"><strong>Hours:</strong>
<table style="padding-top:0px" border="0">
		<tr><td>Fri & Sat:</th><td style="padding-left:20px">4pm* &mdash; 2:30am</td></tr>
                <tr><td>Sun:</th><td style="padding-left:20px">4pm &mdash; 11pm</td></tr>
                <tr><td>Tue&mdash;Thu:</th><td style="padding-left:20px">4pm &mdash; 11pm</td></tr>
                <tr><td>Mon</th><td style="padding-left:20px">Closed</td></tr>
</table>
                &nbsp;&nbsp;* Earlier times by reservation<br />
                &nbsp;&nbsp;* 21 and under welcome until 9pm</p><br /><br />
<!--                <p><strong>Holiday Hours:</strong><br />
                Thanksgiving Day 11/26:  Closed
                Day After Turkey 11/27:  Open!</p>
-->
  </div>
  <div>
                <p>HAPPY HOUR! Every Day 4pm-7pm<br/>
                $4/hr Karaoke and other specials!</p>
		<p><strong>Location:</strong><br />2112 NW Hoyt @ NW 21st<br />(1/2 block from Cinema 21)<br />

                <a href="http://www.yelp.com/map/voicebox-karaoke-studios-portland" target="_blank">MAP</a></p>
 </div>
 <div>
		<strong>Email:</strong><br /><img src="<?php bloginfo('stylesheet_directory'); ?>/images/email.gif" border="0" /><br />(Please give us a call to make reservations.  We can't make bookings via email.)
 </div>
</div>