body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/body_bg.jpg);
	color: #993300;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
a {
	color: #58c10c;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
#header {
	background-image: url(images/header_bg.jpg);
	width: 100%;
}
#header p.intro {
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#main {
	width: 100%;
	background-image: url(images/main_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
#footer {
	width: 100%;
	background-image: url(images/footer_bg.jpg);
}
#footer p {
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#footer p a {
	color: #000;
}
div.content {
	width: 1000px;
}
div.content a img {
	background-image: url(images/thumb_bg.jpg);
	width: 150px;
	height: 200px;
	background-color: #ec9508;
	border: 1px solid #990000;
	margin: 1px;
	padding: 1px;
}
div.content a img:hover {
	border: 1px solid #ec9508;
}
p.top {
	width: 1000px;
	background-image: url(images/p_top.jpg);
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #ffcc66;
}
p.bottom {
	width: 1000px;
	background-image: url(images/p_bottom.jpg);
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #ec9508;
}
p.bottom a {
	color: #fff;
}
p.archive a {
	background-color: #f6e5a8;
	margin: 2px;
	padding: 8px;
	border: 1px dotted #ec9508;
	color: #ec9508;
}
p.archive a:hover {
	background-color: #ec9508;
	margin: 2px;
	padding: 8px;
	border: 1px dotted #f6e5a8;
	color: #f6e5a8;
}
table.block_traders {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 960px;
}
table.block_traders td {
	color: #993300;
	padding: 10px;
	width: 33%;
	text-align: center;
	background-color: #f6e5a8;
	border: 1px dotted #ec9508;
}
table.block_traders td a {
	color: #ec9508;
}
table.main_top {
	width: 1000px;
}
table.main_top td {
	background-color: #f6e5a8;
	width: 25%;
	font-size: 12px;
	color: #993300;
}
table.main_top td a {
	color: #ec9508;
}
table.ads {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 960px;
}
table.ads td {
	background-color: #f6e5a8;
	text-align: center;
	border: 1px dotted #ec9508;
}
