
body {
  margin:0;
  padding:50px;
  background:#bfffbb;
  color:#000;
  font: 15px/1.5 'trebuchet ms',verdana,arial,sans-serif;
  padding: 20px;
  text-align: center;
}
ul, ul, div, div {margin:0;padding:0;boder:0}
img {border:0}

h1 {
  margin:0;
  padding:5px 0 0;
  font-size:21px;
  line-height:21px;
}
div#body {
  background: #fff url(bg_l.gif) left repeat-y;
  color: #000
  width:80%;
  border: 1px solid #afbfab;
  margin: auto auto;
  min-width:450px;
}
div#layer {
  background: url(bg_r.gif) right repeat-y;
}
div#header {
  height:120px;
  background:#fff url(banner1.jpg) left no-repeat;
  font-size:51px;
  line-height:120px;
  font-weight: bold;
  font-style:italic;
  text-align:right;
  color: #4a4;
  padding-right: 27px;
}
ul#navi {
  padding: 0 0 0 50px;
  height:20px;
  border-top: 1px solid #afbfab;
  border-bottom: 1px solid #afbfab;
  background:#bfffbb;
  font-size: 13px;
  line-height:20px;
}
ul#navi li {
  margin:0;
  padding:0;
  float:left;
  list-style-type: none;
  border-left: 1px solid #afbfab;
}
ul#navi a {
  display:block;
  margin:0;
  padding:0 5px;
  background:#4a4;
  text-decoration:none;
  color: #fff;
}
ul#navi a:hover {
  background:#fff;
  text-decoration:none;
  color: #000;
}

div#col-l {
  float:left;
  background:none;
  width:175px;
  text-align:left;
}
div#block-r {
  margin:0 0 0 175px;
  padding:0;

  background: url(bg_r.gif) right repeat-y;
}
div#col-r {
  float:right;
  width:175px;
  text-align:left;
}
div#content {
  margin:0 175px 0 0;
  text-align:left;
  min-width:150px;
}
div.boxlr {
  margin:0 5px 10px;
  padding:0 5px;
  background: #e2ffe1;
  font-size:13px;
  line-height:1.2;
  border-width: 0 1px 1px;
  border-style: dotted;
  border-color: #4a4;
}
div#col-l h2, div#col-r h2 {
  margin:5px 5px 0;
  padding: 0;
  background:#4a4;
  color:#fff;
  font-size:13px;
  line-height:1.5;
  font-weight: bold;
  text-align:center;
}

div#boxc {
 margin:5px 10px;
 background: #fff;
}

div#copy {
  font-size:12px;
  font-style:italic;
}
div#copy span {
  color:#666;
}
div#boxc p {
  margin: 5px 0;
  padding:0;
  text-indent:1em;
  text-align:justify;
}
