span.hidden {
  position: absolute;
  left: -9999px;
}

/*
 * Homepage Left Column
 */

div#page-content div#hp-left-column {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 470px;
}
div#hp-left-column h2 {
  margin: 0;
  padding: 0;
  width: 240px;
  height: 75px;
}
div#hp-left-column h2#things-to-eat {
  background: url(/img/great-things-to-eat-h2.gif) top left no-repeat;
}
div#hp-left-column h2#places-to-stay {
  background: url(/img/great-places-to-stay-h2.gif) top left no-repeat;
}
div#hp-left-column div#top-promotion {
 /** background: url(/img/top-promotion-bg.jpg) top right repeat-y; **/
  border-top: 1px solid #d7d8d9;
  border-bottom: 1px solid #d7d8d9;
  margin: 0 0 10px 0;
  padding: 0;
}
div#hp-left-column div#bottom-promotion {
  /** background: url(/img/bottom-promotion-bg.jpg) top right repeat-y;**/
  border-top: 1px solid #d7d8d9;
  border-bottom: 1px solid #d7d8d9;
  margin: 0;
  padding: 0;
}
div#top-promotion div.box,
div#bottom-promotion div.box {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
div#hp-left-column div.promotion {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0;
}
div.promotion div.promotion-content {
  width: 240px;
}
div.promotion div.promotion-content,
div.promotion div#places-to-stay-image,
div.promotion div#things-to-eat-image {
  float: left;
}
div.promotion div#places-to-stay-image img,
div.promotion div#things-to-eat-image img {
  display: block;
}
div.promotion div#things-to-eat-image {
  background: url(/img/great-things-to-eat-bg.jpg) top left repeat-x;
  margin: 0;
  padding: 20px;
  width: 190px;
}
div.promotion div#places-to-stay-image {
  background: url(/img/great-places-to-stay-bg.jpg) top left repeat-x;
  margin: 0;
  padding: 20px;
  width: 190px;
}
div.promotion div.promotion-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.promotion-content ul li {
  background: url(/img/promotion-content-li-bg.gif) top left no-repeat;
  margin: 0 0 5px 0;
  padding: 0 0 0 12px;
}
div.promotion-content ul li a {
  color: #9e6b1b;
}

/*
 * Homepage Centre Column
 */

div#page-content div#hp-centre-column {
  border-top: 1px solid #d7d8d9;
  border-bottom: 1px solid #d7d8d9;
  background: #f6f1dd url(/img/news-bg.jpg) top left repeat-x;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 230px;
}
div#hp-centre-column div#news {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0;
  padding: 0 10px 10px 10px;
  min-height: 454px;
  height: auto !important;
  height: 454px;
}
div#news h2#news-title {
  background: url(/img/news-bg-h2.gif) top left no-repeat;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 30px;
}
div#news a.all-news {
  display: block;
  color: #999999;
  margin: 0;
  padding: 5px 0 5px 0;
}
div#news ul {
  border-top: 1px solid #fff;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div#news ul li {
  color: #6F7071;
  border-bottom: 1px solid #999999;
  margin: 10px 0 10px 0;
  padding: 0 0 10px 0;
}
div#news ul li p {
  margin: 0;
}
div#news ul li a {
  display: block;
  color: #999999;
  margin: 5px 0 0 0;
  padding: 0;
}