body {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Geneva', sans-serif;
  margin: 0px;
  background-color: #fff;
  color: #595959;
  line-height: 20px;
  background-color: #554237;
}

#wrapper {
  width: 940px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#sidebar {
  float: right;
  width: 268px;
  margin: 0px 0px 0px 20px;
  background-image: url(http://static.tonybuser.com/images/head.gif);
  background-repeat: no-repeat;
  background-color: #554237;
  padding-top: 470px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 400px;
  color: #c78a79;
}

#sidebar a {
  color: #c78a79;
  font-wight: bold;
}

a img {
  border: 0px;
}

#content-wrapper {
  padding: 0px;
  margin: 0px 288px 0px 20px;
  background-color: #fff;
}

#content {
  padding: 0px 40px 0px 40px;
  background-color: #fff;
}

#header {
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#top div    { background: url(http://static.tonybuser.com/images/corner_top_left.gif) no-repeat top left;          }
#bottom div { background: url(http://static.tonybuser.com/images/corner_bottom_left.gif) no-repeat bottom left;    }
#bottom     { background: url(http://static.tonybuser.com/images/corner_bottom_right.gif) no-repeat bottom right;  }

#top div, #top, #bottom div, #bottom {
  width: 100%;
  height: 9px;
}

