body {

  background: #000000 url(images/pagebg.png) repeat-x;
  margin: 0; padding: 0; 
  font-size: 75%;
  font-family: Gill Sans, Georgia, sans-serif;
  color: #959595;
}

fieldset { border: 1px; border-color: #f3ce52;  }

a  { color: #f3ce52; }

a:hover { text-decoration: underline; }

h1, h2, h3 {
  font-family: Gill Sans, Georgia, sans-serif;
  font-weight: normal;
  margin-bottom: 0em;
  line-height: 1.6em; 
  color: #f3ce52;
}

p { 
  margin: .25em 0 1em 0;
  line-height: 1.4em;
}

/* Main Content Wrap */
#header_canvas { background: none; width: 610px; margin: 0 auto; }

#canvas { background: none; }

#tupperware { 
  width: 610px;
  margin: 0 auto;
  margin-top: 2em;
}

#border {
  border-width: thin;
  border-syle: solid;
  border-color: f3ce52;
}

/* Logo */
#header {
  display: block;
  height: 70px;
  width: 250px;
  margin-left: 330px;
  background: url(images/headbg.png) no-repeat;
}

/* Content */
#content {
  display: block;
  border: 1px;
  border-color: #f3ce52;
  float: left;
  width: 610px;
}

#content h2 span { font-size: 1.6em; color: #f3ce52;  }

#content p {
  font-size: 1.3em;
  color: #959595;
}

#wrapper { float: left; width: 610px; }

#testimonial { float: left; width: 610px; }

/* Photo Container */ 
#testimonial #product_container {
  display: block;
  float: left;
  width: 120px;
  margin-top: .5em;
  margin-left: 1em;
}

/* Details */
#testimonial #comments {
  display: block;
  float: right;
  width: 465px;
  margin-left: 1em;
}
#testimonial #comments h1 span { font-size: 1.3em; color: #f3ce52; line-height: 0.5em; }

    #testimonial #comments p {
      font-size: 1.3em;
	  line-height: 1.2em;
      color: #959595;
}

#offer_wrap { float: left; width: 610px; margin-top; }

 #offer {
  background-color: #f8de85;
  display: block;
  float: none;
  width: 590px;
  margin: 10px 10px 0px 10px;  
}

#offer h3 span { 
  font-size: 1.6em;
  line-height: 1.5em;
  color: #f3ce52;
  font-weight: bold;
  color: #000000;
  margin-left: 10px;
}

    #offer p {
      font-size: 1.3em;
      color: #000000;
	  margin: -5px 10px 0px 10px; 
} 

#visit_web_site { 
  background-color: #000000;
  border: none;
  color: #f3ce52;
  font-size: 1.5em;
  padding: .5em;
  cursor: pointer;
  margin: 10px 10px 10px 10px;
}
		
#visit_web_site:hover {
  background-color: #f3ce52;
  color: #000000;
}