#left_content {
  float: left;
  width: 360px;
}
#right_content {
  float: right;
  width: 360px;
}

#left_content p {
  text-align: justify;
}
#left_content > p {
  margin-bottom: 10px;
}

#left_content .mini {
  float: left;
  width: 170px;
}
#left_content .spacer {
  float: left;
  width: 20px;
  height: 1px;
}

#products a {
  display: block;
  color: #000;
  height: 100%;
  padding-left: 160px;
}
#products a:focus {
  text-decoration: underline;
}
#products li {
  height: 91px;
  margin-bottom: 8px;
}

#mortgages {
  background: url(../../Content.aspx/images/mortgage_home.gif) left top no-repeat;
}
#mortgages:hover {
  background: url(../../Content.aspx/images/mortgage_home_hover.gif) left top no-repeat;
}
#insurance {
  background: url(../../Content.aspx/images/insurance_home.gif) left top no-repeat;
}
#insurance:hover {
  background: url(../../Content.aspx/images/insurance_home_hover.gif) left top no-repeat;
}
#pensions {
  background: url(../../Content.aspx/images/pensions_home.gif) left top no-repeat;
}
#pensions:hover {
  background: url(../../Content.aspx/images/pensions_home_hover.gif) left top no-repeat;
}
#investments {
  background: url(../../Content.aspx/images/savings_home.gif) left top no-repeat;
}
#investments:hover {
  background: url(../../Content.aspx/images/savings_home_hover.gif) left top no-repeat;
}

.more {
  padding: 5px 2px;
  float: right;
  font-size: 10px;
  font-weight:bold;
}
