html {
  height: 100%;
}

body {
  height: 100%;
  margin:20px 20px 0px 20px;
  background-image: url('/layout/background.jpg');
}

.title_table {
  background-image: url('/layout/background-content.jpg');
}

.title_box {
  text-align: right;
  font-size: larger;
  padding-right: 40px;
}

.content {
  background-image: url('/layout/background-content.jpg');
  min-height: 100%;
}

#main {

}

.titlebar {
  background-color: #000088;
  color: #ffffff;
  font-weight: bold;
}

#main #menu {
  float:right;
  width:209px;
}


#main #content {
  background-image: url('/layout/background-content.jpg');
  color:#000080;
}

#main #core {
  margin: 0px 20px 0px 20px;
  color:#000080;
}

.roundTopLeft {
  background: url(/layout/layout-corner-upper_left.gif) no-repeat top left;
  x-index: 99;
}
.roundTopRight {
  background: url(/layout/layout-corner-upper_right.gif) no-repeat top right;
  x-index: 99;
}
.roundBottomLeft {
  background: url(/layout/layout-corner-lower_left.gif) no-repeat bottom left;
  x-index: 99;
}
.roundBottomRight{
  background: url(/layout/layout-corner-lower_right.gif) no-repeat bottom right;
  x-index: 99;
}

img.corner {
  border: none;
  width: 15px;
  height: 15px;
  x-index: 99;
}

.header {
  font-variant: small-caps;
  font-weight: bold;
  font-size: larger;
  text-decoration: none;
  color: #000000;
  background: #bbddff;
}

.code {
  color: #bbbbbb;
  background : #000000;
  padding: 0px 7px 0px 7px;
  margin-top: 0px;
  margin-bottom: 0px;
//  display: block;
  white-space: pre;
}

div.quoteblock {
  background-color: #b0d0f0;
  clear: both;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  font-size: smaller;
}

