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: 10px;
text-indent: 20px
}
img {
  margin: 10px;
}
/* -------------- */
#content ul {
  margin-left: 25px;
}
#content li {
  margin: 2px;
}
#content p {
  margin-left: 2px;
}
#content h2 { font-size: 150%; text-decoration: underline; }
/* -------------- */

#wrap {
  width: 740px;
  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;
}
.article {
  margin-bottom: 40px;
}

/* -------------- */

#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;
}
/*
 * Pager
 * -----
 */
.pager {
    float: left;
	margin: 10px;
	margin-bottom: 15px;
	padding: 3px;
	font-family: arial;
	font-size: 100%;
	text-align: right;
}
 .pager a, .pager span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}
.pager span {
  font-weight: bold;
}
.pager a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
}
.pager a:hover {
    border-color: #2E6AB1;
    color: black;
}
