@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: 100%; float:right; margin-left: -100%; margin-right: 0%; margin-top: 0;}

  #col2, #col2_content { display:none }

  #col3, #col3_content { display:none }
}