body {
  background-color: #FFFFFF;
  margin: 0px 0px 0px 0px;
  color: #5C5C5C;
  font-family: Arial, sans-serif;
  font-size: 0.81em;
}

a img {
  border: 0px;
}

#container {
  width: 960px;
  margin: 0px auto 0px auto;
}

#header {
  clear: both;
}

#header #logo {
  float: left;
  margin: 22px 0px 0px 0px;
}

#header .opening {
  float: right;
  padding: 21px 0px 0px 0px;
  font-size: 108%;
}

#header .opening h2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 7px 0px;
}

#header .opening p {
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 7px 0px 0px 0px;
  text-align: center;
  color: #C7C7C7;
  font-weight: bold;
}

#header .opening .weekdays {
  float: left;
  clear: none;
  padding: 0px 0px 0px 2px;
  color: #ACACAC;
}

#header .opening .weekends {
  float: left;
  clear: none;
  padding: 0px 0px 0px 13px;
  color: #ACACAC;
}

#navigation {
  clear: both;
  height: 46px;
  padding: 28px 0px 0px 0px;
}

#navigation ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#navigation ul li {
  float: left;
  padding: 0px 26px 0px 0px;
  font-weight: bold;
}

#navigation ul li.last {
  padding-right: 0px;
}

#navigation ul li a {
  color: #767676;
  text-decoration: none;
  font-size: 123%;
  float: left;
}

#navigation ul li a:hover,
#navigation ul li a.selected {
  color: #F89828;
  border-bottom: solid 4px #F89828;
}

#leftcol {
  float: left;
  width: 273px;
  padding: 11px;
  margin: 0px 0px 22px 0px;
  border-right: solid 11px #FFFFFF;
  background-color: #F1EEEC;
  background-image: url(images/leftcol-corner.gif);
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

#leftcol .borders-left {
  background-image: url(images/leftcol/corner-left.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#leftcol .borders-right {
  background-image: url(images/leftcol/corner-right.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  right: 0px !important;
  right: -1px;
}

#content {
  float: left;
  width: 651px;
  margin-bottom: 17px;
}

#footer {
  color: #8C8C8C;
  width: 100%;
  clear: both;
  background-color: #F1EEEC;
  margin: 0px 0px 0px 0px;
  padding: 14px 0px 35px 0px;
}

#footer-container {
  width: 960px;
  margin: 0px auto 0px auto;
}

#footer-container a {
  color: #8C8C8C;
  text-decoration: none;
}

#footer ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#footer ul li {
  display: inline;
  float: left;
  font-size: 100%;
  font-weight: bold;
  padding: 0px 21px 0px 0px;
}

#footer ul li a {
  text-decoration: none;
  color: #8C8C8C;
}

#footer p {
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 16px 0px 0px 0px;
}

