%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2009 %>
<% @content_for_layout = capture do %>
<%= yield :left_column %>
<%= yield %>
<%= render :file =>'layouts/_footer' %>
<% end %>
<%= render :file =>'layouts/standard', 'content_for_layout' => @content_for_layout %>