body {
  width: 100%;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  font-family: verdana, helvetica, sans-serif;
  font-size: small;
  background-color: #fff;
  color: #000;
}
*html body {
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small; /* for other versions of IE */
}
#wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 800px;
  background: #ccdc3b url(/web/images/bg_wrapper_ccdc3b.gif) top center no-repeat;
  color: #000;
}
body#location #wrapper {
  background-image: url(/web/images/bg_wrapper_location.gif);
}
#content {
  position: relative;
  display: inline;
  float: right;
  margin: 0 30px 0 0;
  padding: 27px 0 0;
  width: 450px;
  text-align: left;
}
#left_content {
  clear: left;
  float: left;
  width: 219px;
}
body#vendors #left_content {
  margin-top: 0px;
}
#right_content {
  float: right;
  margin-top: -320px;
  width: 215px;
  z-index: 100;
}
body#vendors #right_content {
  margin-top: 10px;
}
#column {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 280px;
  height: 570px;
  text-align: left;
}
#footer {
  clear: both;
  position: relative;
  margin: 0;
  padding: 10px 0;
  height: 88px;
  background: url(/web/images/bg_footer.gif) bottom right no-repeat;
}
#wrapper div.padit {
  margin-top: 20px;
}
#vendors #hold {
  position: relative;
  overflow: hidden;
  width: 215px;
  height: 500px;
  z-index: 200;
}
#vendors #wn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 215px;
  height: 500px;
  clip: rect(0px, 215px, 500px, 0px);
  overflow:hidden;
  z-index: 1;
}
#vendors #lyr {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  z-index: 1;
}
#news #hold {
  position: relative;
  overflow: hidden;
  height: 240px;
  width: 450px;
  z-index: 200;
}
#news #wn {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 240px;
  width: 450px;
  clip: rect(0px, 450px, 240px, 0px);
  overflow:hidden;
  z-index: 1;
}
#news #lyr {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  z-index: 1;
}