html,body {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  background-image: url(../images/body_back.gif);
  background-repeat: repeat-y;
  background-position: center 0;
  background-color: #c0c0c0;
}
body,div,td,p {
  color: #ffffff;
  font-family: arial;
  font-size: 12px;
}
a {
  color: #F57C21;
}
form {
  margin: 0px;
}
input {
  border: 1px solid #cccccc;
}
h2 {
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  color: #F57C21;
  font-style: italic;
}
#wrapperTable {
  background-image: url(../images/content_back.gif);
  background-repeat: no-repeat;
  background-position: 100px 117px;
  height: 100%;
}
#wrapperCell {
  background-image: url(../images/left_column_border.gif);
  background-repeat: repeat-y;
  background-position: 0px 0px;
  height: 100%;
}
#mainTable {
  background-image: url(../images/checkers.gif);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 100%;
}
#header {
  height: 117px;
  background-color: #ffffff;
  background-image: url(../images/top_back.gif);
  background-position: 100% 1px;
  background-repeat: no-repeat;
}
#logo {
  margin: 27px 0px 0px 38px;
}
#address {
  text-align: right;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 8px 0px 0px;
  color: #000000;
}
#slogan {
  padding: 24px 0px 0px 23px;
  color: #ffffff;
  font-family: arial;
  font-size: 22px;
}
#contentTable {
  
}
#menu {
  width: 120px;
  color: #ffffff;
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 10px;
}
#menu li {
  background-image: url(../images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  font-family: helvetica;
  font-size: 18px;
  padding: 8px 0px 8px 16px;
}
#menu a {
  color: #ffffff;
  text-decoration: none;
}
#menu a:hover {
  color: #F57C21;
}
#leftColumn {
  padding-top:20px;
}
#contentColumn {
  padding-top:20px;
}
#footer {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color:#3c4b5e;
  padding: 4px 8px 4px 8px;
}
#footer div {
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}
#smallGalleryFeatured {
  border:2px solid #ffffff;
}
.smallGalleryThumb {
  cursor: pointer;
  border: 1px solid #ffffff;
}
.galleryThumb {
  cursor: pointer;
  border: 1px solid #ffffff;
  margin-right: 16px;
  margin-bottom: 16px;
}
.whyThumb {
  cursor: pointer;
  margin: 0px 20px 10px 0px;
  width: 150px;
  height: 129px;
}


