
html, body, div {
  margin: 0;
  padding: 0;
}
body {
  margin: 10px 0 0 0;
  background: url(../img/bg.gif) #eee repeat-x;
  font-size: 1.1em;
  font-family: Arial;
}
#container {
  width: 800px;
  margin: 0 auto;
}
#main {
  float: left;
  width: 500px;
}
#sub {
  float: left;
  width: 300px;
}
#contents {
  padding: 5px;
}
#footer {
  padding: 5px 0 0 5px;
  font-size: 0.6em;
  color: #666;
  text-align: center;
  clear: left;
  margin: 10px;
}
h1 {
  font-size: 1.4em;
  margin: 0 0 20px 0;
  padding: 3px;
  border: solid #000;
  border-width: 0 0 2px 0;
}
h1 a {
  font-family: "Arial Black";
  color: #000;
}
div.info {
  font-size: 1em;
  color: #008B00;
  background: #FFFACD;
  border: solid 1px #888;
  padding: 5px;
}
.rbox {
  background: url(../img/tl.png) no-repeat top left;
  margin: 15px 0;
}
.rtop {
  background: url(../img/tr.png) no-repeat top right;
}
.rbottom {
  background: url(../img/bl.png) no-repeat bottom left;
}
.rbottom div {
  background: url(../img/br.png) no-repeat bottom right;
}
.rcolumn {
  background: url(../img/r.png) top right repeat-y;
  padding: 0 15px;
}
.rtop div, .rtop,
.rbottom div, .rbottom {
  width: 100%;
  height: 15px;
  font-size: 1px;
}
.rcolumn, .rbottom {
    margin-top: -19px;
}
.rcolumn h2 {
  margin-top: 19px;
  font-size: 1.2em;
  color: #458B00;
  border: double #458B00;
  border-width: 0 0 2px 0;
}
.rcolumn h3 a {
  padding: 5px;
  margin: 0;
  border: none;
  text-align: center;
}
a {
  color: #104E8B;
  text-decoration: none;
}
div.pager {
  clear: left;
  padding: 30px 0 30px 0;
  text-align: center;
}
span.page, a.page {
  margin: 3px;
  text-align: center;
  padding: 5px 10px;
  border: solid 1px #228B22;
}
a.on {
  background: #FFFACD;
  font-weight: bold;
}
