/*
    Global settings
*/

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

/*
    Font settings
*/

body {
    font-family: Georgia, "Bitstream Charter", Freemono, serif;
    font-size: 11pt;
}

div#title {
    font-family: "Courier New", Courier, monospace;
    font-size: 30pt;
    font-weight: bold;
}

div#footer,
div#status {
    font-size: 7.5pt;
}

div#title,
div#status,
div#leftpanel,
div#footer {
    color: #ffffff;
}

div#mainpanel {
    color: #241803;
}

/*
    Backgrounds and borders
*/

body {
    background-image: url(../graph/bg1.jpg);
    background-attachment: fixed;
}

div#topbar,
div#container {
    background-image: url(../graph/bg2.gif);
}

div#mainpanel {
    background-color: #ECE8E1;
}



div#topbar,
div#container,
div#mainpanel {
    border: 1px solid #000000;
}

/*
    Position and size
*/


#page {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

#topbar {
  height: 25px;
}

#header {
  margin: 15px 0px;
}

#ksl {
  float: left;
  margin-left: 55px;
}

#title {
  height: 91px;
  margin-left: 200px;
}

#status {
  padding: 5px;
}

#container {
}

img#gbif {
    border-width: 0px;
    margin: 7px;
}

img#lang_sw {
    border-width: 0px;
    margin: 7px;
    float: right;
    position: relative;
    top: 30px;
    height: 15px;
}

#leftpanel {
  float: left;
  width: 200px;
}

#mainpanel {
  margin-left: 201px;
  margin-right: 7px;
  padding: 7px;
}

#footer {
  clear: both;
  padding: 5px;
}

