#container {
  width: 999px;
  margin: 0 auto;
}

#header {
  width: 999px;  
  height: 480px;
}

.center {
  position: relative;
  left: -50%;
  float: right;
}

.center table {
  position: relative;
  left: 50%;
}

div.float_left img { 
  margin-right: 8px;
}

div.float_left {
  margin-top: 0px;
  #margin-top: 40px;
  margin-bottom: 8px;
  margin-left: 0px;
  margin-right: 10px;
  position: relative;
  float: left;
}

div.float_right img {
  margin-left: 8px;
}

div.float_right {
  margin-top: 0px;
  #margin-top: 40px;
  margin-bottom: 8px;
  margin-left: 10px;
  margin-right: 0px;
  position: relative;
  float: right;
}

div.clear_both {
  clear:both;
}

@media print {
}

div.hr {
  background: #01301c url('http://new.humphreyfeeds.com/assets/64/swoosh_rule.png') no-repeat;
  height: 40px;
}

div.hr hr {
  display: none;
}


