.content_wrapper {
	width: 1000px;
}
.content {
	margin: 0px auto;
	width: 1000px;
	background-image: url(images/content_bg.jpg);
	float: left;
}
.content a img {
	width: 180px;
	height: 240px;
	padding: 0px;
	margin: 1px;
	background-color: #fff;
}
.content A:link IMG    	{        BORDER: #000000 1px solid;}
.content A:visited IMG 	{        BORDER: #c5905e 1px solid;}
.content A:hover IMG   	{        BORDER: #000 1px dotted;}
.content A:active IMG	{        BORDER: #c5905e 1px solid;}

.text {
	float: left;
	width: 993px;
	background-image: url(images/content_bg.jpg);
}
.text ul {
	float: left;
	width: 50%;
	padding: 0px;
	margin: 0px;
	color: #666666;
	list-style-type: square;
}
.text ul li {
	background-image: url(images/content_bg.jpg);
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
.text ul li a {
	color: #993300;
	font-weight: bold;
}

body {
	font-family: Arial, Verdana;
	background-color: #fff;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	background-image: url(images/body_bg.jpg);
}
#header {
	width: 100%;
	background-image: url(images/header_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
#header p {
	color: #fff;
	width: 220px;
	padding: 10px;
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
#header p a {	
	font-weight: bold;
	font-size: 12px;
	color: #f00;
	text-transform: uppercase;
}
#footer {
	width: 100%;
	background-image: url(images/footer_bg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
}
#footer p {
	text-align: center;
	font-size: 12px;
	color: #333;
	padding: 2px;
	padding-left: 7px;
}
#footer p a {
	color: #ccc;
	font-weight: bold;
}
p {
	padding: 0px;
	margin: 0px;
}
a:hover {
	text-decoration: none;
}

.block_top {
	width: 1000px;
	background-image: url(images/block_top_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	float: left;
}
.block_top p {
	float: left;
}
.block_bottom {
	width: 1000px;
	background-image: url(images/block_bottom_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	float: left;
}
.block_bottom p {
	float: left;
}

.toplist {
	width: 1000px;
}
.toplist h2 {
	margin: 0px;
	padding: 10px;
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
}
.toplist ul {
	width: 33%;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.toplist ul li {
	text-align: left;
	color: #333;
	padding-left: 10px;
	padding-top: 1px;
	font-size: 14px;
}
.toplist td a {
	color: #993300;
	font-size: 12px;
}

.traders {
	width: 1000px;
}
.traders ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.traders ul li {
	border: 0px dotted #333;;
	border-bottom-width: 4px;
	float: left;
	color: #333;
	font-size: 14px;
	text-transform:capitalize;
	width: 293px;
	margin: 20px;
}
.traders ul li a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.archive td a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.archive td p {
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
}
.friendly_links {
	width: 950px;
	margin-top: 20px;
}
.friendly_links p {
	width: 180px;
	padding: 3px;
	margin: 1px;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 12px;
	float: left;
}
.friendly_links p a {
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
}
.friendly_links p a:hover {
	color: #bddb22;
}

