body {
    background: #E8E8CE;
    font-family: Verdana, Arial, Helvetica, sans-serif
    }

p {
    line-height: 2em;
}

li {
    line-height: 1.8em;
}

h1, h2, h3 {
    color: #9BBB38;
}

blockquote {

    color: #336633;
    font-style: italic;
    line-height: 2em;
}


.content {
 text-align: left;
 width: 700px;
 margin-top: 30px;
 margin-left: auto;
 margin-right: auto;


}


.box {
  background: #FFFFFF;
}
.boxtop {
  background: url(ne.gif) no-repeat top right;
}
.boxtop div {
  font-size: 0;
  height: 20px;
  background: url(nw.gif) no-repeat top left;
}
.boxbottom {
  background: url(se.gif) no-repeat bottom right;
}
.boxbottom div {
  font-size: 0;
  height: 20px;
  background: url(sw.gif) no-repeat bottom left;
}
.boxcontent {
  padding: 0px 20px 0px 20px;
}

