body {
   font-family: Garamond, Georgia, serif;
}

.pointer {
   cursor: pointer;
}

a img {
   border: 0px;
}

p {
   margin: 0px;
}

ul {
   list-style-image: url('bullet1.png');
   margin: 0px;
   padding-left: 35px;
}

.lang {
   list-style: none;
}

.lang img {
   margin-right: 10px;
}

ul ul {
   list-style-image: url('bullet2.png');
   padding-left: 30px;
   font-size: 15px;
}

li {
   padding: 10px 0px;
}

li li {
   padding: 5px 0px;
   margin-right: 5px;
}

#header {
   position: relative;
}

#content {
   position: absolute;
   top: 45px;
   left: 300px;
   width: 640px;
}

#navigation {
   position: absolute;
   top: 100px;
   left: 0px;
   width: 200px;
   margin: 0px;
}

#navigation .level1 {
   border-bottom: 1px solid #AAA;
}

#navigation a {
   color: #000;
   text-decoration: none;
   outline: none;
}

.caption {
   float: left;
}

.previous {
   float: left;
   position: relative;
   top: 2px;
   margin-right: 5px;
}

.permalink {
   float: left;
   position: relative;
   top: 1px;
   margin-right: 5px;
}

.permalink a {
   text-decoration: none;
   color: black;
}

.next {
   float: left;
   margin-right: 8px;
   position: relative;
   top: 2px;
}
