html, body {
 background-color: #e8dab3;
}
ul {
  margin: 0.8em;
  padding-left: 2em;
}
li {
  list-style-type: square;
}
#bd,#ft {
 background-color: #fff;
}
#bd {
   padding: 15px;
}
#ft {
 padding: 30px 20px 10px 20px;
 font-size: 0.8em;
 color: #999;
}
#ft a {
 color: #4573b3;
 text-decoration: none;
}
#hd {
 background-color: #1E7FB8;
 padding: 10px 20px;
 margin-bottom: 15px;
 color: #69C;
 text-align: right;
 font-size: small;
}
#hd a {
 text-decoration: none;
 color: #69c;
}
#service {
    font-size: xx-small;
    margin-right: 5.5em;
}

.web2text {
 color: #6ac542;
 font-size: 2.7em;
}
#about {
 font-size: 1.2em;
}
#about p {
  margin-top: 0.8em;
}

/* Flat, rounded buttons for use with jquery.corners plugin */
a.rounded, .button
{
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */
}
a.rounded, .button {
  color: #000;
  background-color: #4573b3;
  padding: 4px 7px;
}
a.rounded:hover, .button:hover {
  background-color: #255393;
}
