* {
  margin: 0;
  padding: 0;
}
a {
  color: #996633;
}
a:hover {
  color: #cc6600;
}
body {
  background: #655a46 url(img/bg.gif) repeat scroll 0%;
  color: #554433;
  font-family: "Lucida Sans Unicode",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 62.5%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
input {
  color: #555555;
  font-family: "Lucida Sans Unicode",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.1em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
p, cite, code, ul {
  font-size: 1.2em;
  padding-bottom: 1.2em;
}
h1 {
  font-size: 1.4em;
  margin-bottom: 4px;
}
code {
  border-style: solid;
  border-color: #eeeedd #eeeedd #eeeedd #938262;
  border-width: 1px 1px 1px 6px;
  padding: 8px 10px;
  background: #ffffee none repeat scroll 0%;
  color: #555544;
  display: block;
  font-family: "Lucida Sans Unicode",serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.1em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  margin-bottom: 12px;
  white-space: pre;
}
blockquote {
  background: transparent url(img/quote.gif) no-repeat scroll 0%;
  color: #666666;
  display: block;
  font-family: "Lucida Sans Unicode",serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.3em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  padding-left: 28px;
}
h1, h2, h3 {
  color: #665544;
  padding-top: 6px;
}
.clearer {
  clear: both;
}
.container {
  margin: 0 auto;
  background: transparent url(img/bgcontainer.gif) repeat-y scroll 0%;
  width: 780px;
}
.header {
  margin: 0 auto;
  background: transparent url(img/bgheader.gif) repeat-x scroll 0%;
  height: 120px;
  width: 760px;
}
.title {
  padding: 32px;
}
.title h1 {
  color: #e4dbcf;
  font-family: "Lucida Sans Unicode","Trebuchet MS",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 3.4em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
.navigation {
  margin: 0 auto;
  padding: 0 18px;
  background: #ffffff url(img/bgnavigation.gif) repeat-x scroll 0%;
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 1.2em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  height: 44px;
  width: 725px;
}
.navigation a {
  padding: 3px 4px;
  color: #554433;
  text-decoration: none;
  margin-right: 12px;
  line-height: 44px;
}
.navigation a:hover {
  background: #cebda1 none repeat scroll 0%;
  color: #442200;
}
.main {
  padding: 0 10px 12px 28px;
  clear: both;
}
.sidenav {
  float: right;
  width: 218px;
}
.sidenav h1 {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #999999;
  margin: 0;
  background: #bcb39f url(img/sidenavh1.gif) repeat-x scroll 0%;
  color: #4a4a44;
  font-size: 1.2em;
  height: 22px;
  padding-left: 12px;
}
.sidenav ul {
  margin: 0;
  padding: 0;
}
.sidenav li {
  border-top: 1px solid #ddddcc;
  border-bottom: 1px solid #aa9988;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
.sidenav li a {
  padding: 8px 4px 8px 12px;
  background: #ccc3af none repeat scroll 0%;
  color: #555544;
  display: block;
  text-decoration: none;
}
.sidenav li a:hover {
  background: #d6ccb9 none repeat scroll 0%;
  color: #665544;
}
.content {
  float: left;
  padding-top: 12px;
  width: 70%;
}
.content .descr {
  color: #987e57;
  font-size: 1.1em;
  margin-bottom: 6px;
}
.content li {
  list-style-type: disc;
  list-style-image: url(img/li.gif);
  list-style-position: outside;
  margin-left: 18px;
}
.footer {
  margin: 0 auto;
  background: #958463 url(img/bgfooter.gif) repeat-x scroll 0%;
  color: #ffeedd;
  font-size: 1.1em;
  line-height: 40px;
  text-align: center;
  width: 760px;
}
.footer a {
  color: #ffffdd;
  text-decoration: none;
}
.footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

