@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * stylesheet for screen layout
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          layout_sidebar_lt.css
 * @-yaml-minver  3.1
 */

@media screen, projection
{
  /**
   * Formatting content container
   *
   */

  #col1 { float: right; width: 768px}
  #col2 { display:none}
  #col3 { width: auto; margin: 0 768px 0 0}
  #col1_content { padding: 0 0 0 20px }
  #col3_content { padding: 0 }

  /*-------------------------------------------------------------------------*/
}