body {
  background-color: #FFC;
  font-family: verdana, sans-serif;
}

#header {
  margin-left: auto;
  margin-right: auto;
  height: 136px;
  overflow: hidden;
}

.header {
  padding: 5px;
}

.logo {
  border: 0px solid #B5895A;
  padding: 0px;
}

.ital {
  font-size: 150%;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

.bold {
  font-size: 150%;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}

#footer {
  font-size: 120%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

.clear {
  clear: both;
}

#menu {
  background-color: #c00;
  float: left;
  width: 132px;
}

.content {
  min-width: 600px;
  max-width: 1000px;
  position: absolute;
  top: 84px;
  left: 140px;
  text-align: center;
}

.content h1 {
  font-size: 170%;
}

.content p {
  font-size: 120%;
}

form {
  background-color: #ffb;
  font-size: 110%;
  border: 3px solid black;
}

form p {
  margin-top: 0px;
  margin-bottom: 10px;
}

form label {
  display: block;
  text-align: right;
  float: left;
  width: 200px;
  padding-right: 20px;
}

form input {
  display: block;
  width: 300px;
  float: left;
  margin-bottom: 10px;
}

form textarea {
  display: block;
  float: left;
  max-width: 500px;
  margin-bottom: 10px;
}

form .submit {
  display: inline;
  float: none;
  text-align: center;
}

form br {
  clear: left;
}

a img {
  border: 0px;
}

.ideas {
  text-align: left;
  font-weight: bold;
  list-style-type: none;
}

.ideas li {
  margin-bottom: 5px;
}

.ideas li img {
  padding-right: 5px;
}

#copy {
  font-size: 90%;
  margin-bottom: 2px;
}

#hosting {
  font-weight: bold;
  font-size: 80%;
  margin: 2px;
}

ul {
  text-align: left;
}

li {
  margin-bottom: 5px;
}

.leftalign {
  text-align: left;
}

.orderform {
  text-align: left;
}
