﻿#container
{
  margin: 20px auto;
  width: 1000px;	
}

#header
{
  margin: 0;
  padding: 0;
  height: 80px;
}

#header div
{
  float: left;
  padding: 0 3px 0 0;
}

#header #logo
{
  width: 226px;
}

#header #menu
{
  width: 325px;
}

#header #search
{
  width: 215px;
}

#header #language
{
  width: 180px;
}

#contentholder
{
  clear: both;
  overflow: hidden;
}

#contentholder #navigation
{
  float: left;
  width: 88px;
}

#contentholder #content
{
  float: left;
  padding: 5px;
  width: 900px;
  background-color: #ffffff;
  border: 1px solid #adadad;
}

#footer
{
  padding: 0 10px 0 0;
  font-size: 9px;
  text-align: right;
}

#footer .dynalink
{
  text-decoration: none;
  line-height: 15px;
}

#footer .dynalink img
{
  border: none 0px;
  vertical-align: middle;
}

.picturecell
{
  display: inline-block;
}

.thumbnail
{
  clear: both;
  padding: 0;
  background-color: #abc6e0;
  height: 200px;
  width: 200px;
  text-align: center;
}

.picinfo
{
  padding: 2px;
  background-color: #abc6e0;
  overflow: hidden;
  height: 90px;
  width: 196px;
}

.itemInfo
{
  padding: 2px;
  font-size: 10px;
  clear: both;
  display: block;
}

.itemLabel
{
  float: left;
  font-weight: bold;
  width: 80px;
}

.itemValue
{
  float: left;
  width: 112px;
}

.itemMoreInfo
{
  padding: 3px;
  background-color: #abc6e0;
  float: right;
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  width: 194px;
}