body {
  margin: 0; position: 0;
  font: 80% Arial, Helvetica, sans-serif;
  color: black;
  background: #233664 url(media/bkg3.gif) 50% 0 repeat-y;
  text-align: center;
}
#wrapper {
  position: relative;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#leftmenu {
  top: 30px;
  left: 8px;
  width: 121px;
  position: absolute;
}
#content {
  position: absolute;
  top: 10px;
  left: 150px;
  width: 550px;
}

#content a {text-decoration:underline;}
#content a:link, a:visited {color:#00f;}
#content a:hover {color:#f00;}
.plclear {
  clear: left
}
.color {
  color: #333366;
}
h3 {
  font-size: 1.2em;
  color: #333366;
}
h2 {
  font-size: 1.4em;
  color: #333366;
}
.onedown {
  font-size: .85em;
  color: #000000;
}
h4 {
  font-size: 1em;
}
.center {
  text-align: center;
}
.right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  display: inline;
  background: repeat-y url(media/bkg3.gif) 50% top;
}
img {
  border: none;
}
