/**
 * @author Rob Wilson
 * @version 0.1
 * @package Meeting Evolution
 * @copyright (c) 2008, Meeting Evolution
 */

/**
 * used to override the default width of 950px coming in on the main.css
 */
.container {
  width: 90%;
}
