/* css of suk */
body {
  padding: 0;
  margin: 0;
  font-size: .9em;
}
#header {
  background: #574 url(images/header.jpg) no-repeat right top;
  height: 75px;
  margin: 0;
  padding: 0;
}
#header img {
  margin: 15px;
}
#toc {
  background: #574;
  color: #9c6;
}
#toc a {
  color: #fff;
}
#toc li {
  list-style-type: disc; 
  margin-left: 10px;
}
#toc p {
  color: #9c6;
}
#toc h2 {
  font-size: 1.2em;
  color: #9c6;
  font-style: normal;
  border-bottom: solid 1px #9c6;
}
#contentlink {
  background: #db6;
  display: block;
  text-align: left;
  padding: 5px 20px 0 20px;
}
#content {
  background: #fffff8 url(images/content.jpg) no-repeat right bottom;
}

