h1 {
  margin: 20px;
  font-size: 50px;
  color: #999999;
}
.padded_content { padding-left: 20px; }
#main { background: transparent url('/images/home_background.jpg') no-repeat; }
#stores { margin-top: 30px; }
#stores img { margin-left: 50px; }
div.column { margin-right: 0px; }
div.store {
  display: block;
  padding-left: 10px;
  padding-bottom: 2px;
  font-size: 10pt;
  line-height: 12pt;
  margin-bottom: 3px;
}
div.invalid_location { background: #ffeeee; }
div.store_name { font-weight: bold; }
#states ul {
  padding-left: 0;
  list-style: none;
  text-transform: uppercase;
}
#states a {
  font-size: 10pt;
  text-decoration: none;
  color: black;
}
#states a.selected { text-decoration: underline; }
