/**
 * Creates a fluid three-column layouts with a centered content
 * Primary / Content / Secondary
 *
 * @since 3.6
 * @package dkret3
 * @subpackage CSS
 */

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

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