h1 {
  margin-top: 0;
}

#tips-head {
  height: 112px;
  background-image: url(/images/tips_bg.jpg);
  background-repeat: no-repeat;
  background-position: right;
}

#results-top {
  margin: 5px 0;
  padding: 5px;
}

#results-widgets {
  width: 400px;
  clear: none;
}

#tips-fluff {
  width: 400px;
}

#tip-list {
  float: left;
  margin: 0;
  padding: 5px 10px;
  width: 320px;
  background-color: #fff7e7;
  border-right: 1px solid;
  border-color: #ffc446;
}

#tip-list li {
  padding: 2px 0;
}

#tip-list a {
  color: #0f0f55;
}

#tip-list a:hover {
  text-decoration: underline;
}

#tip {
  float: left;
  margin-left: 16px;
  width: 384px;
  min-height: 256px;
/*
  background-image: url(/images/stock-128.png);
*/
}
