* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:link {
  color:#0000ee;
}

a:visited {
  color:#0000ee;
}

p {
  margin: 0px 0px 12px;
}

#container {
  height: auto;
  margin: 0px auto;
  width: 505px;
}

#header img {
  border: 0px; none;
  width: 505px;
}

#content {
  color: #000000;
  font-size: 100%;
  font-weight: bold;
  line-height: 150%;
  position: relative;
  text-align: center;
  width: 505px;
}

#content .left {
  float: left;
}

#content .right {
  float: right;
}