/**
 * @fileoverview HD DWP Global CSS File. 
 * Contains CSS to control the HD layout within the 
 * DWP page structure. 
 * @version 1.0
 */
#HD_page_body {
  width: auto;
  position: relative;
  zoom: 1;
}

#HD_page_content.HD_side_nav {
  width: 812px;
}

#HD_page_body  #HD_page_content  {
   width: auto; 
}


