body {
  background-color: #ffffff;
	margin: 10px;
	text-align: center;
}

div#top {
  margin: auto;
  width: 780px;
	height: 156px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

div#bottom {
  margin: auto;
  width: 780px;
	height: 156px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

div#middle {
  margin: auto;
  width: 780px;
	height: 780px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

div#cl {
  width: 156px;
	height: 780px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float: left;	
}

div#cr {
  width: 156px;
	height: 780px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float: left;
}

div#content {
  width: 468px;
	height: 780px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float: left;
	text-align: left;
}

div.box {
  width: 150px;
	height: 150px;
	float: left;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin: 3px;
}

h1 {
  font-family: Arial;
	font-size: 20pt;
	font-weight: normal;
}

p {
  font-family: Arial;
	font-size: 12pt;
	margin-bottom: -10px;
}

blockquote {
  font-family: Arial;
	font-size: 10pt;
  font-style: italic;
	margin-bottom: 20px;
}