body {
  margin: 0 auto;
  padding: 0;
  font: 76% Verdana, Tahoma, Arial, san-serif;
  background: #f4f4f4 url(../img/bg.gif) top center repeat-y;
}

h3 {
  font-size: 1.3em;
  margin: 0 0 10px 0;
}

a {
  text-decoration: none;
  color: #286ea0;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

del {
  color: red;
}

.clear {
  height: 0px;
  clear: both;
}

#wrap {
  background: #ffffff;
  color: #303030;
  margin: 0 auto;
  width: 760px;
  overflow: auto;
}

#content {
  margin: 0 0 20px 160px;
  padding: 1em 1em 1em 1em;
  line-height: 1.6em;
  text-align: left;
}

#content h2 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
  color: #c86046;
}

#content p img {
  padding: 1px;
  display: inline;
  background: #cccccc;
  border: 4px solid #f0f0f0;
}

#search {
  clear: left;
  float: left;
  width: 150px;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0.9em;
}

#search input {
  width: 130px;
  margin-left: 10px;
}

#search ul {
  list-style: none;
  margin: 0 0 20px 1em;
  padding: 0;
  font-size: 0.98em;
}

#search li {
  margin-bottom: 4px;
}

#search li a {
  font-weight: bold;
  height: 28px;
  text-decoration: none;
  display: block;
  padding: 6px 0 0 10px;
  color: #505050;
  background: #f4f4f4;
  border-left: 4px solid #cccccc;
}

#search li a:hover {
  background: #eaeaea;
  color: #286ea0;
  border-left: 4px solid #286ea0;
}

#header {
  clear: both;
  margin: 0;
  padding: 0;
  height: 80px;
  background: #000000;
}

#header h1 {
  width: 250px;
  margin: 0 0 10px 0;
  color: #cccccc;
}

#header a {
  color: #cccccc;
}

#header a img {
  float: left;
}

#header p {
  float: right;
  text-align: center;
  color: #aaaaaa;
  margin: 0 0 10px 0;
  font-size: 0.8em;
  line-height: 1.2em;
}

#footer {
  clear: both;
  margin: 0 auto;
  padding: 10px 0 20px 0;
  border-top: 4px solid #f0f0f0;
  width: 760px;
  text-align: center;
  color: #808080;
  font-size: 0.9em;
}

#footer a {
  color: #808080;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#content-summary {
  clear: left;
  float: left;
  width: 240px;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0.9em;
}

#content-detail {
  margin: 0 0 20px 250px;
  padding: 1em 1em 1em 1em;
  line-height: 1.6em;
  text-align: left;
}

#content-detail h2 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
  color: #c86046;
}