body, h1, h2, p, ul {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
}
div#Body {
  width: 780px;
  margin: 20px auto;
  text-align: left;
}

h1 {
  font: 24px "Trebuchet MS", verdana, arial, sans-serif;
}

p, ul {
  font: 12px arial, sans-serif;
}

ul {
  list-style: none;
}

li {
  margin-bottom: 10px;
}

li.header {
  font-weight: bold;
  color: #FF3333;
}

a {
  color: #FF3333;
}

div.clearLeft {
  clear: left;
}

.red {
  color: #FF3333;
}

div#Header {
  padding-left: 160px;
  border-bottom: 1px solid #5A5A5A;
}

div#Subheader {
  height: 226px;
  margin: 1px 0;
  background: #5A5A5A;
  letter-spacing: 1px;
}

#Sites {
  float: left;
  width: 151px;
  padding: 7px;
  text-align: right;
}

#Sites a {
  color: #EAEAEA;
  font-weight: bold;
  text-decoration: none;
}
#Sites a:hover {
  color: #FF3333;
}

#Subheader object {
  float: left;
  width: 339px;
}

#Intro {
  float: right;
  width: 261px;
  padding: 7px;
  color: #EAEAEA;
}

#Intro h1 {
  line-height: 24px;
  color: #FF3333;
}

#Intro h1 span {
  font-size: 20px;
  color: #EAEAEA;
}

#Intro p {
  margin-top: 15px;
  line-height: 16px;
  font-weight: bold;
}

#Content {
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #5A5A5A;
}

#Features {
  float: left;
  width: 327px;
  margin-left: 165px;
  padding: 5px;
  padding-bottom: 15px;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  display: inline;
}

#Products li.floatLeft50 {
  float: left;
  width: 50%;
}

#Contact {
  float: left;
  width: 261px;
  padding: 5px;
}

#Footer {
  width: 339px;
  margin-left: 165px;
  text-align: center;
}