@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
*/
@media screen, projection
{
  #col1 { width: 75%; }
  #col1_start { width: 100%; }

  #col2, #col2_content { display:none }

  #col3 { margin-left:75%; margin-right:0; }
  #col3_content { padding: 10px; }
}