﻿*
{
  font: bold 12px "Century Gothic";
}
a
{
  text-decoration: none;
}

p
{
  color: White;
  margin: 5px 0;
}

body
{
  background-color: #404041;
  background-color: #404041;
}

#wrapper
{
  width: 1012px;
  margin: 41px auto;
  overflow: hidden;
}

#content
{
  width: 1000px;
  float: left;
}

#header
{
  background-image: url('../images/top.jpg');
  width: 1000px;
  height: 195px;
  padding-top: 1px;
}

#topMenu
{
  list-style-type: none;
  margin-left: 18px;
  margin-top: 14px;
  margin: 15px 0 0 50px;
}

#topMenu li
{
  display: inline;
  float: left;
  margin: 0 20px;
}

#topMenu li li
{
  display: none;
  float: none;
  margin: 0;
}

#topMenu a
{
  font: bold 12px "Century Gothic";
  color: #919395;
}

#topMenu a.selected
{
  color: black;
}

#margin
{
  float: right;
}

#mainContent
{
  width: 1000px;
  height: 469px;
  background-color: White;
}

#contentBody
{
  width: 920px;
}

#contentLeft
{
  float: left;
}
#contentRight
{
  float: left;
}

#footer
{
  width: 1000px;
  height: 120px;
  background: url('../images/shadow_bottom.jpg') no-repeat;
  clear: both;
  text-align: right;
  padding-right: 12px;
  padding-top: 18px;
  color: #8a8a8a;
}

#footer a
{
  color: #8a8a8a;
}

#topMenu li .current
{
  color: Black;
}

#galleryText a:hover
{
  color: #f16522;
}

.walkthrough
{
  cursor: pointer;
  color: White;
}

#mask
{
  background-color: Black;
  position: absolute;
  top: 0;
  z-index: 2000;
  display: none;
}

