@import url('reset-min.css');
strong {
  font-weight: bold; }

em {
  font-style: italic; }

p {
  margin: 20px auto; }

a {
  color: #634020;
  font-weight: bold;
  padding: 3px; }
  a:hover {
    color: white;
    background-color: #634020;
    text-decoration: none; }
  a.yelp {
    color: #C41200; }
    a.yelp:hover {
      background-color: #C41200;
      color: white; }

html, body {
  height: 100%;
  background-color: #CCC; }

* html div#wrapper {
  height: 100%; }

div#wrapper {
  width: 940px;
  padding: 20px 40px;
  margin: auto;
  min-height: 100%;
  font-family: helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 1.26;
  background-color: white;
  border: solid 1px #333;
  border-bottom: none;
  border-top: none; }
  div#wrapper div.alert {
    background-color: #DDD;
    border: solid 1px black;
    padding: 15px 30px; }
  div#wrapper p.bye_now {
    text-align: center; }
  div#wrapper h1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin: 30px; }
  div#wrapper h2 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin: 30px; }
  div#wrapper ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin: 10px 0 10px 80px; }
