﻿/* Global */

body
{
  background: #fff  url(/images/bg.jpg) no-repeat  top left  fixed;
  color: #000;
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  margin-left: 28px;
  margin-top:  28px;
}

img {
  border: 0;
}

a:link, a:visited {
  color: #333;
}

a:hover, a:active {
  color: #e4ae4c;
}

p {
  margin-bottom: 1.25em;
}

.hidden {
  text-indent: -9999px;
}

#col-logo {
  background: url(/images/bg-logo.gif) no-repeat top left;
  float: left;
  width: 240px;
  height: 180px;
}

#dslink {
  position: absolute;
  left: 635px;
}

#col-logo a.homelink {
  position: absolute;
  top: 183px;
}

#col-text {
  float: left;
  width: 315px;
  margin-left: 60px;
  margin-bottom: 50px;
  margin-top:  32px;
}

#footer {
  background: url(/images/bg-foot.gif) no-repeat top left;
  clear: both;
  width: 600px;
  height: 60px;
}

.contact dt {
  font-weight: normal;
}

.contact dd {
  margin: 0 0 0 1.5em;
}

#dscontainer {
  line-height: 1.2em;
}


#dscontainer .ImageGallery a {
  text-decoration: none;
}


#dscontainer h1 {
  display: block;
}