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: #870000;
	width: 209px;
	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;
}
a {
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a>img:hover {
	border: 1px solid #ff48af;
}
A:link IMG    	{        BORDER: #fff 2px solid;}
A:visited IMG 	{        BORDER: #fff 2px solid;}
A:hover IMG   	{        BORDER: #f00 2px dotted;}
A:active IMG	{        BORDER: #fff 2px solid;}

#footer p {
	padding: 0px;
	padding-top: 5px;
	text-align: center;
	color: #890000;
	font-size: 12px;
	width: 190px;
}
#footer p a {
	font-weight: bold;
	color:#f00;
}
.content {
	width: 1000px;
	background-image: url(images/content_bg.jpg);
}
.content a img {
	padding: 0px;
	margin: 1px;
	background-color: #fff;
	background-image: url(images/thumb_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
p {
	padding: 0px;
	margin: 0px;
}
p.top {
	font-size: 18px;
	background-image: url(images/p_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-transform: capitalize;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 4px;
}
p.bottom {
	font-size: 18px;
	background-image: url(images/p_bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-transform: capitalize;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 15px;
}
p.bottom a {
	color: #FFcc00;
}
table.maintop {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
}
table.maintop td {
	color: #000;
	padding: 3px;
}
table.maintop td a {
	color: #f00;
}
table.traders {
	width: 900px;
}
table.traders td {
	background-image: url(images/trader_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px;
	padding-top: 100px;
	padding-bottom: 30px;
	font-size: 18px;
	text-align: center;
	width: 33%;
}
table.traders td a {
	color: #f00;
	text-transform: capitalize;
}