/* General */
body {
  margin: 14px 0;
  font: 0.75em Arial,Helvetica,sans-serif;
  color: #666;
  background: #fff;
}

h1, h2, h3, h4 {
  font-family: serif;
}

img {
  border: 0;
}

/* Layout */

#page-wrapper {
  width: 977px;
  margin: 0 auto;
  background: transparent url(../images/bg_page_middle.png) repeat-y;
}

ul#skip-nav {
  display: none;
}

#header { 
  position: relative;
  width: 977px;
  height: 137px;
  background: transparent url(../images/bg_page_top.png) no-repeat;
}

#header h1#logo, #header h2#logo {
  position: absolute;
  top: 29px;
  left: 31px;
  text-transform: lowercase;
  margin: 0;
}

#header h1 {
  position: absolute;
  top: 99px;
  left: 242px;
  margin: 0;
}

#header #secondary-navigation {
  display: none;
}

#lhs-column {
  display: none;
}

#content {
  width: 720px;
  margin: 22px 31px 0 24px;
  clear: both;
}

#footer {
  position: relative;
  width: 953px;
  padding: 21px 12px;
  clear: both;
  background: #fff url(../images/bg_page_bottom.png) no-repeat;
}

#footer p, #footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #999;
}

#footer ul {
  position: absolute;
  top: 21px;
  right: 12px;
}

#footer ul li {
  display: none;
}

#footer ul li.copyright {
  display: block;
}

/* Content */

/* Homepage */
img.promo-image {
  float: left;
  clear: none;
  margin: 0 22px 22px 0;
}

#carousel {
  display: none;
}
