body {
  background-image:url(/images/bg.gif);
  background-repeat:repeat-x;
  text-align: center;
  font-size: 12px;
}
h1, h2 {
  font-size:180%;
  font-weight:normal;
  margin-bottom: 10px;
}
h2, h3 { margin: 10px 0 5px 0;}
h1 { border-bottom: 1px solid black; }
h2 { font-size: 160%; }
a { color: blue; text-decoration: underline; }
a:hover { text-decoration: none; }

h2 a {
  text-decoration: none;
  color: black;
}
p
{ 
padding-bottom: 5px;
text-indent: 20px
}

/* -------------- */
#content ul {
  margin-left: 25px;
}
#content li {
  margin: 2px;
}
#content p {
  margin-left: 2px;
}
#content h2 { font-size: 150%; }
/* -------------- */

#wrap {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#main {
  /*background-color: #ffe;*/
}
#header {
  font-size:180%;
  text-align: left;
  padding: 15px;
}
#header h1 {
  border: 0px;
}
#menu {
  width: 180px;
  position: absolute;
}
#content {
  margin-left: 180px;
  padding-left: 15px;
}

/* -------------- */

#header a { color: black; text-decoration: none; }
#menu li {
  list-style: none;
  background-color: #eee;
  padding: 0 4px 0 4px;
}
#menu li a {
  display: block;
  padding: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid #ddd;
  color: blue;
  text-decoration: none;
}
#menu li a:hover {
  text-decoration: underline;
}
