/**
 * Creates a fluid two column layout with the content floatet left and sidebars
 * #primary and #secondary right to the content.
 *
 * #content - #primary
 *            #secondary
 *
 * @since 3.6
 * @package dkret3
 * @subpackage CSS
 */

/* Get layout CSS */
@import url('../css/2c-l-layout.css');

#wrapper {
    max-width: 1200px;
    min-width: 600px;
    width: auto;    
}