body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/body_bg.jpg');
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #ff9900;
}
a:hover {
	text-decoration: none;
}
p.bookmark {
	font-size: 24px;
	width: 100%;
	height: 29px;
	text-align: center;
	background-image: url('images/block_bookmark_bg.jpg');
}
p.bookmark a {
	background-color: #000000;
}
p.intro {
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
p.block_header {
	font-size: 24px;
	width: 100%;
	height: 29px;
	text-align: center;
	background-image: url('images/block_header_bg.jpg');
}
div.content {
	text-align: center;
	background-color: #000000;
	width: 1000px;
}
ul {
	margin-top: 20px;
}
ul li {
	margin-left: 25px;
	list-style-image: url(images/list_icon.jpg);
}
ul li a {
	font-size: 12px;
	font-weight: bold;
}
p.content {
	text-align: center;
	background-color: #000000;
	width: 100%;
}
p.archvies {
	color: #666666;
	font-size: 12px;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	background-color: #000000;
	width: 1000px;
}
p.archvies a {
	color: #ffffff;
	font-weight: bold;
}
p.content {
	width: 1000px;
}
p.content img {
	margin: 1px;
	padding: 1px;
	width: 240px;
	height: 180px;
	background-color: #333333;
	border: 2px solid #999999;
}
p.content img:hover {
	border: 2px solid #ff9900;
}
table.maintop {
	width: 1000px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
table.block_traders {
	width: 100%;
}
table.block_traders td {
	width: 33%;
	font-size: 24px;
	padding: 20px;
	text-align: center;
}
table.block_traders td a {
	color: #999999;
}
