/**
 * Raxan CSS Framework - Master CSS (layout + ui)
 * Copyright (c) 2008-2009 Raymond Irving (http://raxanpdi.com)
 *
 * Dual licensed under the MIT and LGPL licenses.
 * See the LICENSE.txt file
 *
 * This CSS framework is based on BlueprintCSS
 * with some inspirations from Broilerplate CSS
 * See http://www.blueprintcss.org
 * Copyright (c) 2007-2008 Olav Bjorkoy (olav at bjorkoy.com)
 *
 */

/* Used only in development.
   Combine files for production environments */
@import url(master-layout.css);
@import url(master-ui.css);
