body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #366;
  font-family: sans-serif;
}
#wrapper {
  text-align: left;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#contentl {
  position: absolute;
  top: 60px;
  margin-left: 50px;
  width: 350px;
  padding-left: 15px;
  margin-right: 1em;
}
#contentr {
  position: absolute;
  top: 60px;
  width: 325px;
  margin-left: 450px;
  padding-left: 15px;
  margin-right: 1em;
}
p,td,div,blockquote,th,dt,dd,ul,ol,li {
  font-family: sans-serif;
  font-size: 1.0em;
}
.center {
  text-align: center;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
  font-family: sans-serif;
  font-size: 0.7em;
  margin: 1% 3%;
}
h1,h2,h3,h4,h5,h6 {
  font-family: sans-serif;
  color: #336666;
  text-align: center;
}
a:link {
  color: #603;
  font-weight: normal;
  text-decoration: none;
}
a:active {
  color: #603;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #603;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #f00;
  font-weight: normal;
  text-decoration: none;
}
a img {
  border: none;
}