body {
  background: #7ea3c0 url('../img/back-blue.jpg') top center no-repeat;
}

#header {
  background: url('../img/badge-top-blue.gif') bottom left no-repeat;
}

#badge #edge-bottom {
  background: url('../img/badge-bottom-blue.gif') top left no-repeat;
}

h1 {
  color: #738391;
}

.box {
  background: url('../img/box-blue-center.gif') top left repeat-y;
  padding: 24px;
  position: relative;
}

.box .top {
  background: url('../img/box-blue-top.gif') top left no-repeat;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 560px;
}

.box .bottom {
  bottom: 0;
  background: url('../img/box-blue-bottom.gif') top left no-repeat;
  height: 10px;
  left: 0;
  position: absolute;
  width: 560px;
}

.box .line {
  border-top: 1px dotted #b6c6ce;
  height: 13px;
}

.box span {
  color: #738391;
  display: block;
  font-weight: bold;
  margin-bottom: 7px;
}

.box a {
  color: #a7bfd3;
  text-decoration: underline;
}

.box-blueinblue {
  background: url('../img/box-blueinblue-center.gif') top left repeat-y;
  padding: 12px 0 11px 0;
  position: relative;
  text-align: center;
}

.box-blueinblue .top {
  background: url('../img/box-blueinblue-top.gif') top left no-repeat;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 512px;
}

.box-blueinblue .bottom {
  bottom: 0;
  background: url('../img/box-blueinblue-bottom.gif') top left no-repeat;
  height: 10px;
  left: 0;
  position: absolute;
  width: 512px;
}

.box-blueinblue .button {
  background: url('../img/button-left.gif') left no-repeat;
  display: block;
  height: 40px;
  line-height: 40px;
  margin-left: 145px;
  text-decoration: none;
  float: left;
}

.box-blueinblue .button span {
  background: url('../img/button-right.gif') right no-repeat;
  cursor: pointer;
  color: #a7bfd3;
  float: left;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  margin-left: 51px;
  padding: 0 30px 4px 8px;
}

#footer {
  border-top-color: #d3dfe9;
}

#footer ul li.bookmarking {
  background: url('../img/bookmarking-blue.gif') top left no-repeat;
}