@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFB89C;
}
body,td,th {
	color: #850400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	color: #A82B25;
	text-decoration: none
}
a:visited {
	color: #A82B25;
	text-decoration: none
}
a:active {
	color: #A82B25;
	text-decoration: none
}
a:hover {
	color: #000000;
	text-decoration: underline
}
a:link img.thumb {
	background-color: #FFF9C1;
	border: thin dashed #863523;
}
a:hover img.thumb {
	background-color: #FFF9C1;
	border: thin dashed black;
}
a:visited img.thumb {
	background-color: #FFF9C1;
	filter: Gray;
	border: thin dashed #DF0200;
}
a.trader:link, a.trader:visited {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}    
a.trader:hover {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.bg_left {
	background-image: url(images/bg_left.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_right {
	background-image: url(images/bg_right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.thumbs {
	background-color: #FFF8B1;
	border: thin solid #E95700;
	padding: 5px;
	width: 946px;
}
.toplist {
	background-color: #FFF8B1;
	border: thin solid #E95700;
	padding: 5px;
	width: 882px;
}
.bottom {
	padding: 20px;
	border-bottom-width: thick;
	border-bottom-style: dotted;
	border-bottom-color: #A82B25;
	text-align: center;
	vertical-align: middle;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(images/bottom_bg.gif);
}

