/* $Id: style.css 880 2009-04-08 12:44:34Z dennis $ */
/* Copyright (c) 2009 Mark Janssen and Dennis Stevense. All rights reserved. */

/* Override only part of the main style */
@import url('../style.css');

/* Like in the original style.css, this only applies to the screen media */
@media screen {
  #layout {
    width: auto;
    min-width: 983px;
    margin: 0 2em;
  }
}