/* links */
a.links:link, a.links:visited, a.links:active {color:#0080ff; text-decoration:underline;}
a.links:hover {color:red; text-decoration:none;}

#container {
  width: 800px;
  margin: 0 0 0 0px; /* top right bottom left */
  padding: 0;
/*	background-color: #000000; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}

#scootersweb {
  margin: 0 0 0 200px; /* top right bottom left */
  float: left;
}

#hosting {
  margin: 0 0 0 40px; /* top right bottom left */
  float: left;
  width: 400px;
}

#design {
  margin: 0 0 0 0px; /* top right bottom left */
  float: left;
  width: 306px;
}

#domains {
  margin: 0 0 0 200px; /* top right bottom left */
  float: left;
  width: 400px;
}

#menu {
  margin: 0 0 0 0px; /* top right bottom left */
  float: left;
  width: 100%;
  border: #c00 solid 1px;  
}

#menutable {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #3399FF;
}

#footer {
  margin: 0 0 0 0px; /* top right bottom left */
  float: left;
  width: 800px;
/*  border-top: #c00 solid 3px;   */
}
