html {
  height: 100%;
}

body {
  background:url("media/images/g_bg.png") no-repeat fixed 350px 50%;
  margin: 0px;
  height: 100%;
  font-family: "Nimbus Sans L", Helvetica, Verdana, sans-serif;
  font-size: 13px;
}

img {
  border: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div {
  margin: 0px;
  padding: 0px;
}

div#bodycontainer{
  min-height: 100%;
}

div#clearfooter{
  height: 45px
}

div#header {
  min-width: 52em;
}

div#logo{
  height: 75px;
  padding: 10px;
  background: url("media/images/header_gradient.png") repeat-x;
}

div#header img {
  margin: 0px;
}

div#navbar {
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 2px;
  font-size: 120%;
}

div#navbar ul {
  display: inline;
  margin: 0px;
  padding: 0px;
}

div#navbar ul li {
  font-variant: small-caps;
  letter-spacing: 0.10em;
  display: inline;
  padding: 0px 20px;
  border-left: 1px solid #ddd;
}

div#navbar ul li#first {
  border-left: none;
}

div#contentscontainer{
  /*height: 100%;*/
}

div#leftcontents {
  float: left;
  width: 10em;
  padding: 5px;
}

div#leftcontents ul {
  margin: 0px;
  padding: 0px;
}

div#leftcontents ul li {
  list-style-type: none;
  font-variant: small-caps;
}

div#leftcontents ul a:before {
  content: "\00BB \0020";
}

div#leftcontents ul a {
  display: block;
}

div#rightcontents {
  margin-left: 11em;
  padding: 10px 30px 10px 20px;
  /*height: 100%;*/
}

div.post {
  max-width: 1280px;
  margin-top: 1em;
  margin-bottom: 2em;
}

div.post div.head {
  background:url("media/images/border-tl.png") no-repeat left top;
  padding: 0px 0px 0px 22px;
  font-variant: small-caps;
}

div.post div.head h2 {
  background: url("media/images/border-tr.png") no-repeat right top;
  padding: 10px 22px 5px 0px;
  margin: 0px;
}

div.post div.body {
  background: url("media/images/border-l.png") left repeat-y;
  padding: 0px 0px 0px 22px;
  margin: 0px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #f0f0f0;
  /*font-family: Georgia, serif;*/
}

div.post div.body div.content {
  background:url("media/images/border-r.png") right repeat-y;
  padding: 5px 22px 5px 0px;
  margin: 0px;
}

div.post div.footer {
  background:url("media/images/border-bl.png") left bottom no-repeat;
  padding: 0px 0px 0px 22px;
  margin: 0px;
}

div.post div.footer div.content {
  background:url("media/images/border-br.png") right bottom no-repeat;
  padding: 5px 22px 17px 0px;
  margin: 0px;
  font-size: 70%;
}

div#footer {
  background:url("media/images/border-tl.png") no-repeat left top;
  padding: 0px 0px 0px 22px;
  margin: -45px auto 0 auto;
  min-height: 30px;
}

div#footer div#disclaimer {
  background:url("media/images/border-tr.png") no-repeat right top;
  min-height: 30px;
  padding: 10px 22px 5px 0px;
  font-size: 70%;
}

div.borderimage {
  border: 1px solid #ccc;
  text-align: center;
  padding: 3px;
}

div.borderimage div.caption{
  font-size: 0.8em;
  padding: 3px
}
