* {
  margin: 0px;
  padding: 0px;
}
img {
  border:  none;
}
html {
  width: 100%;
  height: 100%;
  background-color: #101115;
  background-image: url(images/bg.gif);
  background-position: left top;
  background-repeat: repeat-x;
}
body {
  width: 100%;
  background-image: url(images/bot_bg.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
}
#website {
  margin: 0 auto;
  width: 980px;
}
#header {
  padding: 0 0 410px 53px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url(images/Car-Wash-logo.jpg);
}
.logo {
  float: left;
}
#menu {
  padding: 30px 0 0 90px;
  float: left;
}
#menu li {
  list-style-type: none;
  display: inline;
}
#menu a {
  margin: 0 11px;
  padding: 0 0 2px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #9da2b8;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  float: left;
}
#menu a:visited {
  border:  none;
  color: #9da2b8;
}
#menu #active, #menu a:hover {
  border-bottom: 2px solid #c00014;
  color: #ffffff;
}
#content {
  margin: 0 auto;
  width: 900px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #CCFFFF;
}
#content a {
  color: #afb8d3;
  text-decoration: underline;
}
#content a:visited {
  text-decoration: underline;
}
#content a:hover {
  text-decoration: none;
}
#content p {
  padding: 0 0 25px;
}
#footer {
  padding: 25px 0 0 68px;
  height: 42px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #CCFFFF;
}
#footer a {
  color: #C7D1F0;
  text-decoration: underline;
}
#footer a:visited {
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
#table {
  padding: 0 0 55px;
}
#content #table p {
  border-bottom: 1px solid #1e2027;
  margin: 0 0 13px;
  padding: 0 0 10px;
}
#table span {
  border-right: 1px solid #1e2027;
  margin: 0 10px 0 0;
  display: block;
  float: left;
  font-family: Tahoma;
  font-size: 14px;
  color: #afb8d3;
  line-height: 18px;
  width: 150px;
}
