@import url(/css/layout_header.css);

  /* holds the complete page (starts just after <body> and ends just before </body> */
  #container_page {
    width:780px;
  }
  
  /* holds the header navi, the main image, and the primary navi */
  #container_header {
    width:100%;
       height:170px;
    /*border:1px solid red;*/
  }
  
  /* holds everything after the header */
  #container_body {
    margin-left:30px;
    width:750px;
    /*border:1px solid blue;*/
  }
  
  /* holds the breadcrumb */
  #container_breadcrumb {
    width:100%;
    height:20px;
    margin-top:10px;
    margin-bottom:10px;
    /*border:1px solid red;*/
  }
  
  /* holds the content after the breadcrumb up to, but not including the footer navi */
  #container_body_main {
    width:100%;
    margin-bottom:10px;
    /*border:1px solid blue;*/
  }
  
  /* this is where all the meat goes.*/
  #container_body_content {
    width:570px;
    margin-right:10px;
    /*border:1px solid red;*/
  }
  
  /* holds the advertisement */
  #container_advertisement {
    width:170px;
    float:right;
    /*border:1px solid blue;*/
  }
  
  /* holds the footer navi, and whatever is needed in the footer */
  #container_footer {
    width:100%;
    /*border:1px solid yellow;*/
  }
  
  /* around each ad*/
  .advertisment {
    padding-bottom:10px;
  }
 