@charset "UTF-8";
body {
	background-image: url(images/green-grass-small.jpeg);
	background-repeat: repeat;
	text-align: center;
}
#container {
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 720px;
	height: auto;
}
#headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32pt;
	text-align: center;
}
#strapline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}
#section1 {
	width: 700px;
	margin-right: 10px;
	margin-left: 10px;
}
li {
	padding-top: 5px;
}
#coverpic {
	background-image: url(images/cover.jpg);
	height: 426px;
	width: 300px;
	float: left;
	margin-right: 10px;
}
#para1 {
	margin-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	float: left;
}
.free {
	background-color: #FFFF00;
	font-weight: bold;
	padding: 3px;
}
.inset {
	border: 4px dotted #FF0000;
	padding: 5px;
	height: 254px;
}
#buynow1 {
	width: 300px;
}
.buynow1 {
	width: 360px;
	float: left;
	padding-right: 20px;
}
.buynow2 {
	float: left;
	width: 315px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

