Body {
	background: #ffffff;
	color: #000000;
	margin-top: 50px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 50px;
}

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: 20pt;
	text-align: center;
	line-height: 8pt;
}

H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20pt;
	text-align: center;
	line-height: 8pt;
}

H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	line-height: 8pt;
	font-size: 15pt;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #000000;
}

#titlebox {
	position: absolute;
	top: 25px;
	left: 25px;
	padding: 10px 10px 10px 10px;
	width: 100%;
	height: 175px;
	text-align: center;
	overflow: auto;
}

#textbox {
	position: absolute;
	top: 200px;
	width: 50%;
	height: 225px;
	text-align: justify;
	padding-right: 10px;
	overflow: auto;
}

#buybox {
	background: #3333333;
	color: #000000;
	text-align: center;
	position: absolute;
	right: 25px;
	top: 200px;
	width: 200px;
	height: 225px;
	border-width: 6px;
	border-color: #6666666;
	border-style: ridge;
	padding: 10px 10px 0px 10px;
}

#imagebox {
	text-align: center;
	position: absolute;
	top: 450px;
	width: 100%;
}









