@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("manual.cakephp.org") {

 #container
  {
    max-width: none !important;
    right: 0 !important;
  }

 #side
  {
    left: auto !important;
    right: 5px !important;
  }

 #content
  {
    width: auto !important;
  }

}