@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_sidebars.css
 * @-yaml-minver  3.1
 */

@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /**
   * Formatting content container
   *
   */

  #main { float: left; width: 100% }
  #col1 { float: left; width: 576px;  margin: 0 0 0 192px }
  #col2 { float: left; width: 192px;  margin: 0 0 0 -768px }
  #col3 { float: right; width: 192px; margin-left: -5px; margin-right: 0; }
  #col1_content { padding: 0 20px }
  #col2_content { padding: 0 }
  #col3_content { padding: 0 }

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