body {
  font-family: Arial,Helvetica,FreeSans,sans-serif;
  font-size:14px;
  background:#77bbff;
}

div#body {
  margin: auto;
  background:#5588aa;
  width:650px;
  padding: 40px;
}

div#bodyinner {
    background-color:#bcf;
}

.title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}

div.centred {
	text-align:center;
}

div#image {
  float:left;
  width:50%;
  height:220px;
}

div#buy {
  float:left;
  text-align:right;
  width:50%;
  height:130px;
  padding-top:90px;
}

.clear {
  clear: both;
}

.subtitle {
  font-size:22px;
  font-weight:bold;
  padding:10px 0 0 10px;
}

.text {
  margin:0 10px;
  padding:10px 0;
}

.text .quote {
    margin:0 30px;
    font-style:italic;
}

.text .header {
  margin:2px 0 0 5px;
  font-size:17px;
  font-weight:bold;
}

a {
  color:#00e;
}

a:hover {
  color:#250;
  text-decoration:none;
}
