#body {
	width: 730px;
	clear: left;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
}
#body  #left   {
	float: left;
	width: 244px;
}

#body #center {
	float: left;
	width: 243px;
	text-align: center;
	padding-top: 20px;
}
#body #center .purchase {
	margin-top: 10px;
}


#body #right {
	float: right;
	width: 243px;
	text-align: center;
	padding-top: 20px;
}
.text {
	padding-right: 10px;
	padding-left: 10px;
}
h2 {
	margin: 0px;
	padding: 10px;
}
#right a {
	margin-top: 10px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #1A88C8;
}
#right a:hover {
	text-decoration: underline;
}

.text2 {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}
.text2 a {
	color: #0000FF;
	text-decoration: none;
}
.text2 a:hover {
	text-decoration: underline;
}
