body {
  background: #6d6c6b;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.7;
}

a, img {
  padding: 0;
  border: 0;
}

a {
  color: #e3a825;
  text-decoration: none;
}

a:hover {
  color: #545454;
}

h1 {
  font-size: 15px;
  font-weight: lighter;
  width: 22em;
  color: #32587d;
  border-bottom: 2px solid #feee58;
  position: relative;
  left: -10px;
  margin-bottom: .5em;
  margin-top: .5em;
}

h2 {
  font-size: 15px;
  font-weight: lighter;
  width: 32em;
  color: #32587d;
  border-bottom: 2px solid #feee58;
  position: relative;
  left: -10px;
  margin-bottom: .5em;
  margin-top: .5em;
}

h5 {
  font-size: 13px;
  font-weight: lighter;
  width: 32em;
  color: #545454;
  padding-top: 1em;
}

.shorter {
  width: 12em;
}


#shadows {
  width: 830px;
  text-align:left;
  background-color: #ffffff;
  padding: 0px;
  margin: auto;
}

#container {
  background: #ffffff;
  width: 800px;
}

#shadow_left {
  background: url(../img/box_left.png) repeat-y;
}

#shadow_right {
  background: url(../img/box_right.png) repeat-y right;
}

#shadow_top {
  background: url(../img/box_top.png) repeat-x left top;
}

#shadow_bottom {
  background: url(../img/box_bottom.png) repeat-x left bottom;
}

#shadow_topright {
  background: url(../img/box_topright.png) no-repeat right top;
}

#shadow_topleft {
  background: url(../img/box_topleft.png) no-repeat left top;
}

#shadow_bottomleft {
  background: url(../img/box_bottomleft.png) no-repeat left bottom;
}

#shadow_bottomright {
  background: url(../img/box_bottomright.png) no-repeat right bottom;
}

#wrapper {
  padding-left: 15px; 
  padding-right: 15px;
  padding-bottom: 15px;
}

