body {
  margin: 0px;
  padding: 0px;
  background-color: #8C8C8C;
}

.site_container {
  width: 100%;
  height: 100%;
}

td.head {
  height: 75px;
  background-color: #D7D7D7;
  vertical-align: top;
}

div.head {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80%;
  height: 75px;
}

.title {
  position: absolute;
  left: 40px;
  bottom: -0.4em;
}

.title h1 {
  margin: 0px;
  color: #000000;
  font-size: 16pt;
  font-weight: normal;
}

.title h1 a {
  color: #000000 !important;
}

.title h1 a:hover {
  color: #FF0000 !important;
}

.title h2 {
  margin: 0px;
  text-align: left;
  font-size: 9pt;
  color: #D7D7D7;
  font-weight: normal;
  padding-left: 8em;
}

.head .right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20%;
  height: 75px;
  background-color: #B1B1B1;
}

.head table {
  height: 75px;
}

.head td {
  padding-left: 2em;
  padding-right: 2em;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
}

.head td a {
  position: relative;
  bottom: -0.4em;
}

.head td.bio {
  background-color: #D0D0D0;
}

.head td.links {
  background-color: #C5C5C5;
}

.head td.contact {
  position: absolute;
  left: 101%;
  bottom: -1px;
  padding-bottom: 0px;
  margin-bottom: 1px;
  background-color: #B1B1B1;
}

.head td a {
  color: #717171 !important;
  text-decoration: none;
}

.head td.links a, .head td.contact a {
  color: #4F4F4F !important;
  text-decoration: none;
}

.head td a:hover, .head td.links a:hover, .head td.contact a:hover {
  color: #FF0000 !important;
  text-decoration: none;
}

.galery_themes {
  width: 20%;
  padding-top: 70px;
  vertical-align: top;
}

.galery_themes h1 {
  margin-left: 40px;
  margin-bottom: 10px;
}

.galery_themes ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.galery_themes ul li {
  padding: 0.3em 20px 0.3em 20px;
  border-left: 20px solid #D7D7D7;
}

.galery_themes ul li a {
  margin-top: 3px;
  text-decoration: none;
}

.galery_themes ul li.selected {
  font-weight: bold;
  border-left: 20px solid #AFAFAF;
}

.content {
  padding-top: 70px;
  padding-bottom: 20px;
  width: 60%;
  vertical-align: top;
}

.right_side {
  width: 20%;
}

.footer {
  width: 100%;
  height: 30px;
  font-size: 8pt;
  text-align: center;
  background-color: #8C8C8C;
}

.footer .logo {
  position: absolute;
  left: 40px;
}

.galery_thumbs {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.galery_thumbs .image_container {
  border: 1px solid #B1B1B1;
}

.galery_thumbs .image {
  width: 106px;
  height: 106px;
  text-align: center;
  vertical-align: middle;
}

.theme_description {
  clear: both;
  width: 100%;
  padding-top: 30px;
}

.galery_detail {
  width: 800px;
  height: 460px;
}

.galery_detail .image_container {
  width: 800px;
  height: 430px;
}

.galery_detail table.image_container {
  position: absolute;
  left: 0px;
  top: 0px;
}

.galery_detail .image_container td {
  vertical-align: middle;
}

.image_container .image_description_placeholder {
  position: absolute;
  background-color: #D7D7D7;
}

.image_container .image_description {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 10px;
}

