body {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	color: #4F0000;
}

h2 {
	margin-top: 40px;
	font-size: 31px;
	color: #000000;
}

#container {
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 710px;
	height: auto;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 710px;
	height: 340px;
	text-align: left;
	background-image: url(../images/design/black-line.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#hand {
	float: right;
	margin-top: -55px;
}

#purchaseArea {
	margin: 0px;
	margin-top: 50px;
	padding: 0px;
	width: 340px;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
}

#purchaseArea a {
	text-decoration: none;
	color: #660000;
}

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

#purchaseArea img {
	border: none;
}

#contentArea {
	margin: 0px;
	padding: 20px 0px 30px 0px;
	width: 710px;
	height: auto;
	background-image: url(../images/design/black-line.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#contentArea p {
	margin: 0px;
	padding: 0px 50px 0px 50px;
	font-size: 12px;
	line-height: 16px;
}

#domainArea {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
}

#domainArea a {
	text-decoration: none;
	color: #000000;
}

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

#domainLeft {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	text-align: left;
}

#domainRight {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	text-align: right;
}