body {
	margin: 0;
	background: #fff url(bg.jpg) no-repeat fixed bottom left;
	font-family: sans-serif;
}

h1 {
	background: url(header.png) no-repeat;
	font-size: 70px;
	padding: 0;
	margin: 0;
}

h1 a {
	text-indent: -9999px;
	display: block;
	height: 150px;
	width: 900px;
}

h2 {
	text-indent: 75px;
	background: url(icon.png) no-repeat;
	color: #622;
	font-size: 35px;
	height: 50px;
	vertical-align: center;
	padding-top: 10px;
	margin-top: 0px;
}

h3 {
	color: #622;
	font-size: 30px;
}

a {
	text-decoration: none;
	color: #622;
}

a:hover {
	color: #944;
}

div, ul.nav {
	margin-left: 100px;
	margin-bottom: 50px;
	padding: 20px;
	background: url(div_bg.png);
	color: #000;
	font-size: 16px;
	line-height: 24px;
}

div {
	width: 650px;
	border: 2px solid #f00;
}

div img {
	border: 2px solid #f00;
}

div img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

ul.nav {
	width: 654px;
	border-top: 2px solid #f00;
	border-bottom: 2px solid #f00;
	padding: 5px 20px;
	text-align: center;
}

ul.nav li {
	display: inline;
	padding: 0;
	margin: 0;
}

ul.nav a {
	font-size: 26px;
	padding: 0 10px;
	font-weight: bold;
}

p:first-letter {
	color: #622;
	font-size: 24px;
	font-weight: bold;
}

div.footer {
	border: 2px solid #090;
	background: url(footer_bg.png);
	margin-bottom: 30px;
	padding: 10px;
	width: 670px;
	color: #000;
	font-size: 12px;
	line-height: 14px;
}

div.footer p:first-letter {
	color: #262;
	font-size: 16px;
	font-weight: bold;
}

h1, h2, div {
	behavior: url(iepngfix.htc);
}

div table.p1 {
	margin-bottom: 50px;
}

tr.product img {
	width: 150px;
}

tr.product td {
	vertical-align: top;
}

tr.product h3 {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: right;
}

tr.buy td {
	text-align: center;
	vertical-align: bottom;
	font-size: 20px;
	font-weight: bold;
}

tr.buy img {
	margin-top: 20px;
	border: 0;
}

span.quantity {
	font-size: 26px;
	display: block;
	margin-bottom: 10px;
}

dl.qna dt {
	font-weight: bold; 
	font-size: 25px;
	margin: 25px 50px 0px;
}

dl.qna dd {
	margin: 15px 50px 0px;
	padding-bottom: 20px;
}

dl.qna dt:before {
	content: "Q";

	color: #622;
	font-size: 25px;
	margin-right: 7px;
	padding: 0 8px 5px 8px;

	margin-left: -50px;
	position: relative;
	top: 13px;
}

dl.qna dd:before {
	content: "A";
	color: #622;
	font-size: 25px;
	font-weight: bold; 
	margin-right: 7px;
	padding: 0 8px 5px 8px;
	margin-left: -50px;
	position: relative;
	top: 13px;
}

dl.links dt {
	font-weight: bold; 
	font-size: 20px;
	margin-top: 30px;
}

dl.links dd a {
	color: #311;
}