/* $Id$ */

/**
 * @file
 * Makes the theme 1000px wide as opposed to 800px.
 *
 * This stylesheet can be activated in the theme settings page when
 * the Advanced Theme Settings module is enabled.
 *
 */

#wrapper {
  width:1000px;
}

#main {
  width:698px;
}

body.sidebar-left #main {
  width: 850px;
}

body.sidebar-right #main {
  width: 848px;
}

body.sidebar-none #main {
  width: 1000px;
}

#footer {
  width: 1000px;
}
#header {background: #000033 url(img/banners/rotate.php) no-repeat 0px 0px; /*rotates images in the banners folder */
  height:197px;
  display:block;
}

