/* $Id$ */
/**
 * @file
 * 2 columns layout 01 a.
 *
 * @author  Dick Olsson <info@senzilla.com>
 * @link    http://www.senzilla.com
 * @license http://www.gnu.org/licenses/gpl.txt General Public License
 */
@import url(../includes/reset.css);
@import url(../includes/layout.css);
@import url(../includes/common.css);

/**
 * Basics.
 */
div#content-primary {
  float: left;
  margin-right: -180px;
}
div#content-primary div.section {
  margin-right: 180px;
}
div#content-secondary {
  float: right;
  clear: right;
  width: 180px;
}
div#content-tertiary {
  display: none;
}

/**
 * Navigation.
 */
div#nav ul.menu a {
  float: left;
}

