body {
  font-family: arial, tahoma, verdana;
  font-size: 12px;
  margin: 0px;
  background-image: url(../img/bg-1.jpg);
  background-repeat: repeat-x;
  background-color: #feb23e;
  color: #404040;
}

div#divMainWrapper {
  width: 990px;
  margin: auto;
  min-height: 1913px;
  z-index: 2;
  position: relative;
}

div#divContentWrapper {
  width: 990px;
  height: 1019px;
  background-image: url(../img/bg-content.jpg);
  background-repeat: no-repeat;
}

div#divContentAreaWrapper {
  width: 896px;
  margin: auto;
}

div.tourBox {
  border: 5px solid #e3dede;
  width: 790px;
  margin: auto;
  min-height: 100px;
  background-image: url(../img/one.gif);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 25px;
}

div.tourLeft {
  width: 240px;
  float: left;
}
div.tourRight {
  width: 520px;
  float: right;
}

div.imgContent img {
  vertical-align: bottom;
  display: block;
}

.pink {
  color: #eb1190;
}
.purple {
  color: #792be1;
}
.title1 {
  font-size: 20px;
  font-weight: bold;
}
.title2 {
  font-size: 14px;
  font-weight: bold;
}

div.sep1 {
  height: 2px;
  background-image: url(../img/dot1.gif);
  background-repeat: repeat-x;
  margin-top: 8px;
  margin-bottom: 8px;
}

div.sep2 {
  height: 1px;
  background-image: url(../img/dot2.gif);
  background-repeat: repeat-x;
  margin-top: 6px;
  margin-bottom: 6px;
}