body {
  margin:50px 0px;
  padding:0px;
  text-align:center; /* Hack for IE5/Win */
  background-color: black;
}

#image_preload {
  position: absolute;
  display: none;
}
	
#content {
  width:844px;
  margin:0px auto; /* Right and left margin widths set to "auto" */
  text-align:left; /* Counteract to IE5/Win Hack */
  padding:0px;
}

#frame_top {
  height: 18px;
  background-image: url('images/frame_top_inside.gif');
}

#top {
  height: 142px;
  background-color: white;
}

#logo_window {
  position: relative;
  left: 10px;
  height: 142px;
  width: 232px;
  background-color: black;
}

#logo {
  position: absolute;
  left: 18px;
  top: -2px;
  width: 197px;
  height: 137px;
}

#title_window {
  position: relative;
  left: 251px;
  top: -143px;
  height: 143px;
  width: 583px;
  background-color: black;
}

  .image {
    position: relative;
    display: block;
    left: 0px;
    top: -8px;
    width: 226px;
    height: 151px;
  }

  .title {
    position: relative;
    display: block;
    left: 226px;
    top: -60px;
    width: 329px;
    height: 26px;
    z-index: 99;
  }

  #image_place_order             { background-image: url('food/food_0.jpg'); }
  #title_place_order             { background-image: url('images/title_place_order.gif'); }
  #image_browse_menus            { background-image: url('food/food_1.jpg'); }
  #title_browse_menus            { background-image: url('images/title_browse_menus.gif'); }
  #image_order_gift_certificates { background-image: url('food/food_2.jpg'); }
  #title_order_gift_certificates { background-image: url('images/title_order_gift_certificates.gif'); }
  #image_quick_catering          { background-image: url('food/food_3.jpg'); }
  #title_quick_catering          { background-image: url('images/title_quick_catering.gif'); }
  #image_pharmaceutical_reps     { background-image: url('food/food_4.jpg'); }
  #title_pharmaceutical_reps     { background-image: url('images/title_pharmaceutical_reps.gif'); }
  #image_how_to_order            { background-image: url('food/food_5.jpg'); }
  #title_how_to_order            { background-image: url('images/title_how_to_order.gif'); }
  #image_info_contact_us         { background-image: url('food/food_6.jpg'); }
  #title_info_contact_us         { background-image: url('images/title_info_contact_us.gif'); }
  #image_mailing_list            { background-image: url('food/food_7.jpg'); }
  #title_mailing_list            { background-image: url('images/title_mailing_list.gif'); }
  #image_request_menu_guide      { background-image: url('food/food_8.jpg'); }
  #title_request_menu_guide      { background-image: url('images/title_request_menu_guide.gif'); }
  #image_weekly_specials         { background-image: url('food/food_9.jpg'); }
  #title_weekly_specials         { background-image: url('images/title_weekly_specials.gif'); }

#bottom {
  background-color: white;
}

#divider, #button_window, #info_window {
  position: relative;
  left: 10px;
  width: 824px;
}

  #divider {
    height: 10px;
  }

  #button_window {
    height: 48px;
    padding: 5px 0 5px 0;
    background-color: black;
  }

span.button {display: none;}

span.main_button {
  position: relative;
  float: left;
  left: 8px;
  white-space: normal;
}

a.main_button {
  display: block;
  height: 47px;
}
a.main_button:hover { background-position: 0 47px; }

a#button_1  {
  background-image: url("images/button_place_order_inside.gif");
  width: 164px;
}
a#button_2 {
  background-image: url("images/button_browse_menu_inside.gif");
  width: 178px;
}
a#button_3 {
  background-image: url("images/button_order_gift_certificates_inside.gif");
  width: 229px;
}
a#button_4 {
  background-image: url("images/button_pharmaceutical_reps_inside.gif");
  width: 238px;
}

  #info_window {
    background-color: black;
  }

#frame_bottom {
  height: 18px;
  background-image: url('images/frame_bottom.gif');
}

  #nav_buttons {
    height: 42px;
    padding: 10px 0 0 13px;
  }

    span.nav_button {
      position: relative;
      float: left;
      left: 7px;
      white-space: normal;
    }

    a.nav_button {
      display: block;
      height: 32px;
    }
    a.nav_button:hover { background-position: 0 32px; }

a#nav_button_0       {
  background-image: url("images/nav_home_inside.gif");
  width: 119px;
}
a#nav_button_1       {
  background-image: url("images/nav_how_to_order_inside.gif");
  width: 139px;
}
a#nav_button_2       {
  background-image: url("images/nav_info_contact_us_inside.gif");
  width: 138px;
}
a#nav_button_3       {
  background-image: url("images/nav_mailing_list_inside.gif");
  width: 118px;
}
a#nav_button_4       {
  background-image: url("images/nav_request_menu_guide_inside.gif");
  width: 151px;
}

a#nav_button_5       {
  background-image: url("images/nav_weekly_specials_inside.gif");
  width: 144px;
}

#bottom_bar {
  height: 10px;
  background-color: white;
}

img { border: none; }

.center {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

iframe {
  background-color: white;
  margin: 5px 12px 0 12px;
  padding: 5px;
  width: 790px;
  height: 400px;
  border: 0;
  align: center;
}

#copyright {
  width: 844px;
  height: 20px;
  text-align: center;
  font-family: Verdana;
  font-size: 8pt;
  color: #666666;
  clear: left;
}
