body {
	background-color: #1a1a1a;
	background-image: url(images/body_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}
a {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#header {
	background-image: url(images/header_bg.jpg);
	width: 100%;
	background-position: top;
	background-repeat:repeat-x;
}
#header p {
	padding-top: 0px;
	font-size: 10px;
	color: #000;
	padding-left: 5px;
}
#header p a {
	font-size: 12px;
}
#footer {
	width: 100%;
	background-image: url(images/footer_bg.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
}
#footer p {
	padding-top: 0px;
	font-size: 5px;
	color: #000;
}
#footer p a {
	font-size: 12px;
}
.content {
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
.content img {
	width: 240px;
	height: 180px;
	padding: 1px;
	margin: 1px;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
}
.content A:link IMG    	{        BORDER: #941717 1px solid;}
.content A:visited IMG 	{        BORDER: #941717 1px solid;}
.content A:hover IMG   	{        BORDER: #fff 1px dotted;}
.content A:active IMG	{        BORDER: #941717 1px solid;}
.content ul {
	width: 320px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.content ul li {
	text-align: left;
	color: #666;
	padding-left: 10px;
	padding-top: 1px;
	font-size: 14px;
}
.content ul li a {
	color: #ccc;
}

.h {
	width: 1000px;
	background-image: url(images/p_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 24px;
	padding-bottom: 6px;
	font-size: 20px;
	color: #000;
	text-transform: capitalize;
}
.b {
	width: 1000px;
	background-image: url(images/p_bot.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 16px;
	font-size: 20px;
	color: #000;
	text-transform: capitalize;
}
.b a {
	color: #000;
}
.block_traders {
}
.block_traders td {
	width: 220px;
	background-color: #000;
	text-transform: capitalize;
	border: 2px dotted #fff;
	text-align: center;
	padding: 20px;
	font-size: 22px;
}
.block_traders td a {
	color: #ccc;
}
.thumbolink {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	text-align: left;
}
.thumbolink a {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#fff;
	text-align:center;
	text-decoration:underline;
}

.thumbolink a:link {text-decoration:underline;	color:#fff;}
.thumbolink a:hover {text-decoration: none;	color:#fff;}
.thumbolink a:visited {text-decoration:underline;	color:#fff;}

.thumbolink a:link img {  border-color:#fff; border-width: 1px; border-style:solid;}
.thumbolink a:hover img {  border-color:#fff; border-width: 1px; border-style: dashed; }
.thumbolink a:visited img {  border-color:#fff; border-width: 1px; border-style:solid;}
.thumbolink a:active img { border-color:#fff; border-width: 1px; border-style: solid; }

