body{
  margin: 0;
  padding: 0;
  color:blue;
  background-color:#f8f8f8;
  background-image: url(images/background.gif);
  background-repeat: repeat-x;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
#Ball {
  position: absolute;
  top: 110px;
  right: 55px;
}
#Content {
  margin: 0 240px 0 0;
  border: 1px solid #b9d2e3;
  background-color: #white; 
  coler: black; 
}
#Content .inner {
  margin: 10px 20px 10px 40px;
}
#Content .inner h2 {
  color: #245185;  
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
}
#Content .inner h3 {
  font-size: 130%;
}
#Content .inner h3 a:link, #Content .inner h3 a:visited  {
  color: #245185;
}
#Content .inner ul.Features {
  margin: 0;
  padding: 0;
  list-style: none;

}
#Content .inner ul.Contact {
  margin: 0;
  padding: 0 0 0 5em;
  list-style: none;
  color: black;
  text-indent: -4em;
}

#Content .inner p {
  color: #666666;  
  font-size: 90%;
}
#Header-bottom { 
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  height: 1%;
}
#Header-bottom ul{ 
  margin: 0;
  padding: 0 30px 0 0;
  text-align: right;
}
#Header-bottom li{ 
  display: inline;
}
#Header-bottom a:link, #Header-bottom a:visited { 
  text-decoration: none;
  background-color: #fdf8f2;
  color: #050845;
}
#Main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 10px; 
}
#MainFeature { 
  background-image: url(images/background.gif);
  background-repeat: no-repeat;
  background-color:#112236;  
  color:white;
  padding: 2em 2em 1em 200px;
  height: 1%;
}
#MainFeature h2{
  margin: 0;
  font-weight: normal;
  font-size: 140%; 
}
#MainFeature p{
  font-size: 110%; 
}
#Sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 100%;
  background-color: #256290;  
  color: white;
  margin: 0;
  padding: 0 0 0 10px;
}
#tagline {
  font-weight: bold;
  background-color: #fdf8f2;
  color: #050845;
  font-style: italic;
  margin: 0;
  padding: 0 0 0 20px;
  width: 300px;
  float: left;
}
#Web td {
  padding: 0 5px 10px 0;
  vertical-align: top;
  }
#wrapper { 
  background-color:#fdf8f2; 
  color: black;
  margin: 30px 40px 30px 40px;
  padding: 10px;
}

