html, body {
  background: #FFF; }

body, td {
  color: #000; }

#navigation, #left_column, #right_column, #tab_container, #pip, #slideshow {
  display: none !important; }

#header {
  border-bottom: 5px solid #CC2E2B; }

#header, #content {
  width: auto !important; }

#content_container {
  overflow: visible !important; }
  #content_container #center_column {
    float: none !important;
    background: #FFF !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important; }
    #content_container #center_column .content, #content_container #center_column .content-right {
      width: 100%;
      float: none;
      margin: 0;
      padding: 0;
      margin-bottom: 30px !important;
      clear: both; }
    #content_container #center_column .content-right {
      page-break-before: always; }
    #content_container #center_column * {
      color: #666 !important; }

#footer {
  background: none;
  color: #666;
  height: auto; }
  #footer #footer_content {
    width: auto; }
    #footer #footer_content #copyright {
      margin: 0;
      color: #000 !important;
      position: static; }
    #footer #footer_content #links, #footer #footer_content #promo {
      display: none; }
