body {
 background-color:#2c1004;
	background-image: url(../image/bg.png);
	background-repeat:repeat-x;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
img{border:0px;}
a:link {
	color: #998455;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #998455;
}
a:hover {
	text-decoration: underline;
	color: #998455;
}
a:active {
	text-decoration: none;
	color: #998455;
}

.Product a:link {
	color: #5a492d;
	text-decoration: none;
}
.Product a:visited {
	text-decoration: none;
	color: #5a492d;
}
.Product a:hover {
	text-decoration: underline;
	color: #5a492d;
}
.Product a:active {
	text-decoration: none;
	color: #5a492d;
}
.Content{
padding-left:15px;
padding-top:5px;
padding-right:5px;
line-height:20px;
font-family:Arial;
color:#383838;}

.Title{font-size:16px; 
font-family:Arial; 
color:#525252; 
margin-left:20px;
}
.bottom_bk{
border-bottom:1px solid #e4cec3;
color:#ab8572;
font-family:Arial;
}
.top_bk{
border-top:1px solid #e4cec3;
}