body
{
  background-image: url(background.gif);
  background-repeat: no-repeat;
}

#logo
{
  position: absolute;
  top: 5px;
  left: 5px;
  width: 200px;
  height: 150px;
  /*background-color: red;*/
  margin-right: 5px;
  margin-bottom: 5px;
}

#topbar
{
  position: absolute;
  top: 5px;
  left: 0px; /*210px;*/
  width: 805px; /*595px;*/
  height: 150px;
  /*background-color: blue;*/
}

#leftsidebar
{
  position: absolute;
  top: 160px;
  left: 5px;
  width: 200px;
  /*background-color: green;*/
  margin-right: 5px;
}

#pagecontent
{
  position: absolute;
  top: 160px;
  left: 220px;
  width: 580px;
  /*background-color: cyan;*/
}

#rightsidebar
{
  position: absolute;
  top: 5px;
  left: 805px;
  width: 100px;
  height: 1000px;
  background-color: #d9e7f2;
}

.heading
{
  font-size: 18pt;
  font-style: italic;
  font-family: cursive;
  text-align: center;
  width: 100%;
  padding-top: 40px;
}

.navbutton
{
  background-color: #3333ff;
  color: white;
  text-align: center;
  cursor: default;
  -moz-user-select: none;
  padding: 1px 1px 1px 1px;
  border: 3px outset #0000ff;
  margin-bottom: 3px;
}

.button-pressed
{
  padding: 2px 0px 0px 2px;
  border: 3px inset #0000ff;
}

.button-unpressed
{
  padding: 1px 1px 1px 1px;
  border: 3px outset #0000ff;
}

.fakelink
{
  text-decoration: none;
  color: white;
}