html,
body
{
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #212121;
}

body
{
  overflow: scroll;
  overflow-x: auto;
}

#container
{
  text-align: left;
  background-color: #e2e2e2;
  width: 760px;
  margin: 0 auto;
  background-image: url('/images/lizard.gif');
  background-repeat: no-repeat; 
  background-position: left bottom;
  min-height: 100%;
}

* html #container
{
  height: 100%;
}

#branding
{
  background-image: url('/images/branding-background.gif');
  background-repeat: no-repeat; 
  background-position: top center;
  text-align: center;
}

#branding a img
{
  border: none;
  padding-top: 12px;
}

#content
{
  padding: 0 55px;
}

#navigation hr.break
{
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3 #000000;
}

#navigation ul
{
  padding: 0 0 0 55px;
  margin: 0;
  list-style: none;
  font-weight: bold;
  white-space: nowrap;
}

#navigation ul li
{
  display: inline;
  padding-right: 1em;
}

#navigation ul li a
{
  color: #000000;
}

#navigation ul li.selected a
{
  text-decoration: underline;
}

#navigation ul.flags
{
  display: block;
  float: right;
  padding-right: 55px;
}

#navigation ul.flags li
{
  padding: 0;
  margin-left: 3px;
}

#navigation ul.flags li a img
{
  border: solid 1px #000000;
}

#content #sub-navi
{
  float: right;
  width: 140px;
  font-style: Italic;
}

#content #sub-navi ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

#content #sub-navi ul ul
{
  padding-left: 1.2em;
}

#content #sub-navi a
{
  color: #000000;
}

#content-text
{
  width: 490px; 
  padding-bottom: 50px;
}

#container a:link,
#container a:visited
{
  text-decoration: none;
}

#container a:hover,
#container a:visited:hover
{
  text-decoration: underline;
}

#TB_window
{
  background: none;
}

#TB_window #TB_title
{
  display: none;
}

#TB_window #TB_ajaxContent
{
  margin: 0;
  padding: 0;
  background: none;
}

#TB_window table
{
  font-family: Georgia, serif;
  font-size: 12px;
  background-color: #ffffff;
  width: 600px;
  height: 340px;
  margin: 0;
  padding: 10px;
}

#TB_window table tr.title
{
  height: 30px;
}

#TB_window table a img
{
  border: solid 1px #000000;
}

#TB_window table td
{
  vertical-align: top;
}

#TB_window p.close
{
  padding-left: 10px;
  cursor: pointer;
  font-weight: bold;
}

#TB_window p.close.hover,
#TB_window p.close:hover
{
  text-decoration: underline;
}

#TB_window div.photo-popup img
{
  background-color: #ffffff;
  padding: 1em;
  margin-left: -1em;
  margin-top: -1em;
  position: absolute;
  cursor: pointer;
}

body.logged-in #container li.untranslated
{
  border: dotted 1px red;
}
