@import "reset-min.css";

html {
  background-color: #00AA00;
}

#content {
  border-color: #008800;
  border-style: solid;
  border-width : 10px;
  width: 750px;
  background-color: #FFFFFF;
  margin-top: 60px;
  margin-left:auto;
  margin-right:auto;
}

#title {
  float: left;
  width: 250px;
}
.floatclear {
  clear: both;
}

#content h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border-left: 5px solid #008800;
  background-color: #00AA00;
  color: #FFFFFF;
}

#contentbody {
  margin: 10px;
  margin-left: 260px;
}

#content li {
 list-style-type: disc;
 margin-left: 20px;
}
