<div class="tabs_table">
	<div id="tabOff">
		<div class="tab_Oncat_st">Home</div>
	</div>
	<div id="tabOff">
		<div class="tabs_off_left"></div><a class="tabOff"><div class="tabs_off_bg">My Account</div></a><div class="tabs_off_right"></div>
	</div>
</div>
<div class="img_table_general">
	<div class="promo_img_general"></div>
</div>
<div id="mainbar">
	<div class="reg" style="margin-left:10px"><b>How to Play:</b> Bet on how far your favorite teams will advance.</div>
	<div class="promoBox" style="margin-left:10px;margin-top:10px">

		<table class="tableRF" border="0" cellpadding="0" cellspacing="0" width="500">
			<tr>
				<td id="promoBoxHead1"><span style="margin-left:10px;">Midwest</span></td>
			</tr>
		</table>
		<table border="0" cellpadding="0" cellspacing="0" width="500">
			<tr valign="top">
				<td width="99%">
					<table border="0" cellpadding="3" cellspacing="0" width="100%" style="background-color:#f1f1fc">
					<% for i in 0..3 %>
						<tr>
							<td class="tdData1"><div style="margin-left:10px"><%= link_to_remote @midwest[i].name, :url => {:controller => "market", :action => "info", :team => @midwest[i]}, :update => "market_list" %></div></td>
						</tr>
					<% end %>
					</table>										
				</td>
			</tr>
		</table>
		<br />

		<table class="tableRF" border="0" cellpadding="0" cellspacing="0" width="500">
			<tr>
				<td id="promoBoxHead1"><span style="margin-left:10px;">West</span></td>
			</tr>
		</table>
		<table border="0" cellpadding="0" cellspacing="0" width="500">
			<tr valign="top">
				<td width="99%">
					<table border="0" cellpadding="3" cellspacing="0" width="100%" style="background-color:#f1f1fc">
					<% for i in 0..3 %>
						<tr>
							<td class="tdData1"><div style="margin-left:10px"><%= link_to_remote @west[i].name, :url => {:controller => "market",  :action => "info", :team => @west[i]}, :update => "market_list" %></div></td>
						</tr>
					<% end %>
					</table>										
				</td>
			</tr>
		</table>
		<br />
		
		<table class="tableRF" border="0" cellpadding="0" cellspacing="0" width="500">
			<tr>
				<td id="promoBoxHead1"><span style="margin-left:10px;">East</span></td>
			</tr>
		</table>
		<table border="0" cellpadding="0" cellspacing="0" width="500">
			<tr valign="top">
				<td width="99%">
					<table border="0" cellpadding="3" cellspacing="0" width="100%" style="background-color:#f1f1fc">
					<% for i in 0..3 %>
						<tr>
							<td class="tdData1"><div style="margin-left:10px"><%= link_to_remote @east[i].name, :url => {:controller => "market",  :action => "info", :team => @east[i]}, :update => "market_list" %></div></td>
						</tr>
					<% end %>
					</table>										
				</td>
			</tr>
		</table>
		<br />
		
		<table class="tableRF" border="0" cellpadding="0" cellspacing="0" width="500">
			<tr>
				<td id="promoBoxHead1"><span style="margin-left:10px;">South</span></td>
			</tr>
		</table>
		<table border="0" cellpadding="0" cellspacing="0" width="500">
			<tr valign="top">
				<td width="99%">
					<table border="0" cellpadding="3" cellspacing="0" width="100%" style="background-color:#f1f1fc">
					<% for i in 0..3 %>
						<tr>
							<td class="tdData1"><div style="margin-left:10px"><%= link_to_remote @south[i].name, :url => {:controller => "market", :action => "info", :team => @south[i]}, :update => "market_list" %></div></td>
						</tr>
					<% end %>
					</table>										
				</td>
			</tr>
		</table>
		<br />
	</div>	
</div>

<div id="sidbar">
	<div id="login_logout" style="margin-top:30px">
	<% if session[:id] %>
		<%= render(:partial => "user/my_account") %>
	<% else %>
		<%= render(:partial => "user/login") %>
	<% end %>
	</div>
	<div id="market_list">
          <img src="images/brackethead.gif">
     	</div>
</div>