* {
  padding: 0;
  margin: 0;
}
body {
  background-color: rgb(234,185,149);
}
.blueText{width:900px;}
h6 {
  font-size: 1em;
  font-weight: normal;
}
sup {
  font-size: .5em;
}
div.order_buttons {
  width: 260px;
  height: 54px;
  margin: auto;
  background: url(images/order_buttons.gif) no-repeat;
  padding-top: 1.1em;
  text-align: center;
}
div.order_buttons:hover {
  background-position: 0 -65px;
}
.order_buttons a {
  font-size: 1.6em;
  color: #fff;
  text-decoration: none;
}
.orderbutton {
  font-size: 1.2em;
  margin: 1em 0;
}
.orderbutton:hover {
  color: red;
}

#container {
  width: 967px;
  position: relative;
  margin: auto;
}
#top {
  width: 967px;
  height: 129px;
  background-image: url(images/salesletter_top.png);
}
#top p {
  font-size: 1.1em;
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
  width: 800px;
  margin-left: 20px;
  padding-top: 20px;
  font-style: italic;
}
#middle {
  width: 967px;
  background-image: url(images/salesletter_middle.png);
}
#txt_container {
  width: 920px;
  margin-left: 25px;
}
#txt_container p {
  text-indent: 2em;
  margin-top: 10px;
  width:900px;
}
#bottom {
  width: 967px;
  height: 37px;
  background: url(images/salesletter_bottom.png) no-repeat;
  font-size: .8em;
  color: #aaa;
  text-align: center;
  padding-top: 10px;
}
#test_box_r, #test_box_l {
  width: 200px;
  padding: 10px 10px;
  border: rgb(234,185,149) 2px inset;
  background-color: rgb(250,231,218);
  color: #000;
}
#test_box_r {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#test_box_l {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#quote {
  width: 80%;
  margin: auto;
  padding: 10px 10px;
  border: rgb(234,185,149) 2px inset;
  background-color: rgb(250,231,218);
  color: #000;
}
.red {
  color: red;
}
.hl {
  background-color: yellow;
}
.leading {
  margin-top: 20px;
  width:900px;
}
.text_right {
  text-align: right;
}

#test_box_l p, #test_box_r p{width:200px;}
#quote .i, #quote p, #quote h2, #quote .leading{width:700px;}
#test_box p {width:200px;}
#cds div p, #valueresource p, .smallFont li, #booklist li, #ken_quote .red, #txt_container .leading{width:700px;}
