body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.both {
	clear: both;
}
#img_content, #desc_content {
	float: left;
}
#img_content {
	margin-right: 10px;
	width: 440px;
}
#desc_content {
	width: 460px;
}
#desc_content h1, #desc_content h2, #desc_content p {
	margin: 0;
}
#desc_content h1 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 20pt;
	font-style: italic;
	color: #993300;
	border-bottom: 1px dotted #ac6746;
}
#desc_content h2 {
	color: #ac6746;
	font-size: 10pt;
	font-weight: normal;
}
#desc_content p {
	color: #ac6746;
}
#desc_content p:nth-child(3) {
	margin: 20px 0;
	color: #993300;
	text-align: center;
}
#desc_content p:nth-child(3) span:first-child, #desc_content p:nth-child(3) span:last-child {
	font-size: 20pt;
	font-weight: bold;
}
#desc_content p:nth-child(3) span:first-child {
	text-decoration: line-through;
}
#desc_content p:nth-child(3) span:last-child {
	color: #ff0000;
}
#desc_content p:nth-child(4) {
	margin-bottom: 50px;
	font-size: 10pt;
	color: #000;
	text-align: center;
}
#desc_content p:nth-child(5) {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
#desc_content p:nth-child(5) a {
	color: #993300;
	text-decoration: none;
}
#desc_content p:nth-child(5) a:hover {
	color: #ff0000;
}