/*
  body
  img
  #box
    #header
      .header_icons
      #logo
      #slogan
    #menu
    #content-bottom
*/

body {
  background:white;
  font-family: "courier new", courier;
  margin:0;
  padding:1em 0;
}

#box {
  background:url();
  width:660px; /* 820 ./. 160 (menu) = 660 */
  position:relative;
  margin-left:0;
  left:0;
}
#header {
  background:white;
  background:url() no-repeat;
  height:120px;
  width:660px;
}
#header .header_icons {
  width:100px;
  position:relative;
  left:14px;
  float:left;
}
#header #logo {
  position:relative;
  left:240px; /* ./. width .header_icons */
}
#header #slogan {
  height:1em;
  width: 240px;
  position:relative;
  left:200px;
  top:-97px;
}
#menu {
  display:none;
}
#default {
  overflow:visible;
}
#right {
  overflow:visible;
}
#content_bottom {
  font-size:0.7em;
  text-align:center;
  background:url() no-repeat;
  height:4em;
  width:660px;
  padding:1em 0;
}
#content_bottom hr {
  border:1px solid #ababab;
  width:640px;
}
.clear_content {
  display:none;
}
.clear_box {
  display:none;
}
