body {
	background:url(images/back.jpg) no-repeat 230px 0 #000;
	font-family: Times New Roman, Times, serif;
	margin:0px;
}
#container {
	padding:20px 0 0 30px;
	width:900px;
}
.logo {
	padding:0 0 20px;
}
.copy {
	padding:0 0 20px 20px;
	margin-left:34px;
	width:276px;
	background:url(images/railing.gif) repeat-y;
	font-size:12px;
	line-height:18px;
	color:#c9c8c2;
}
.copy h1 {
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	line-height:26px;
}
.copy h1 a {
	color:#fff;
}
.copy h1 a:hover {
	color:#ffa664;
	text-decoration:none;
}

.copy a {
	color:#ff0000;
	text-decoration:none;
	border-bottom:1px solid #940000;
}
.copy a:hover {
	color:#ffa664;
	text-decoration:none;
	border-style:none;
}
.copy .note {
	font-size:11px;
	line-height:16px;
}
.buy-btn a {
	display:block;
	margin:10px 0;
	height:24px;
	width:91px;
	text-indent:-300px;
	overflow:hidden;
	background:url(images/btn-buy.gif) no-repeat 0 0;
	border-style:none;
}
.buy-btn a:hover {
	background:url(images/btn-buy.gif) no-repeat 0 -24px;
}
.cover a {
	display:block;
	margin:10px 0 10px 10px;
	float:right;
	height:150px;
	width:150px;
	text-indent:-300px;
	overflow:hidden;
	background:url(images/cover.jpg) no-repeat 0 0;
	border-style:none;
}
.cover a:hover {
	background:url(images/cover.jpg) no-repeat 0 -150px;
}
.banner {
	padding:12px;
	background:#000;
	width:620px;
	border:solid #695F53;
	border-width:1px 1px 1px 0;
	margin-bottom:20px;
	font-size:12px;
	line-height:18px;
	color:#c9c8c2;
}
.banner textarea {
	padding:2px;
	background:#000;
	color:#fff;
	border:1px solid #000;
	width:600px;
}

#footer {
	padding:20px 0 40px 50px;
	font-size:11px;
	color:#a38d72;
	line-height:16px;
}
#footer a {
	color:#a38d72;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}