#leftcolumn {
  width: 500px;
  float: left;
}

#rightcolumn {
  width: 500px;  
  float: right;
}

#aboutus {
  margin-bottom: 30px;
}

#faqitems1 {
}

#faqitems2 {
}

h3 {
  font-size: 1em;
  margin: 0px 0px 5px;
}


#faqitems1 li, #faqitems2 li {
  margin-bottom: 8px; 
  padding-bottom: 8px;
  border-bottom: 1px dotted #c10000;
}

.enjoy {
  font-size: 1.15em;
/*  background: #E03838; */
  padding: 12px 0px;
/*  color: white; */
  margin: 10px 0px 0 5px;
  font-weight: bold;
}

.enjoy a {
  color: #FFCC99;
}