body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/body_bg.jpg);
	color: #ccc;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
a {
	color: #000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
#header p.intro {
	width: 300px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #485300;
}
div.main {
	width: 1120px;
	background-image: url(images/main_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
div.sidebar {
	text-align: left;
	width: 230px;
	float: left;
	background-image: url(images/sidebar_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
div.sidebar ul {
	padding: 0px;
	margin: 0p;x
	padding-left: 10px;
	margin-left: 0px;
}
div.sidebar a {
	font-size: 12px;
	color: #4e5a00;
	padding: 2px;
	margin: 2px;
	margin-left: 10px;
}
div.sidebar ul li {
	background-image: url(images/link_bg_1.jpg);
	background-color: #cedd68;
	background-repeat: repeat-x;;
	border: 1px dotted #8fa401;
	list-style-type: none;
	padding: 2px;
	margin: 2px;
	margin-left: 0px;
	margin-left: 25px;
	margin-right: 25px;
}
div.sidebar ul li:hover {
}
div.sidebar  p.text {
	background-color: #cedd68;
	font-weight: normal;
	text-align: justify;
	font-size: 14px;
	color: #454f00;
	width: 75%;
	border: 1px solid #8fa400;
}
div.sidebar  p.text a {
	color: #000;
}
div.sidebar  p {
	padding: 7px;
	text-align: center;
}
div.sidebar  p a {
	color: #000;
}
div.sidebar  p a img {
	padding: 0px;
	margin: 0px;
	border: 1px solid #8fa400;
}
div.sidebar h2 {
	text-align: center;
	background-image: url(images/h2_bg.jpg);
	width: 100%;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 6px;
	color: #fff;
}
div.content {
	width: 885px;
	float: left;
}
div.content img {
	border: 1px solid #91a604;
}
div.content A:link IMG    	{        BORDER: #ff6600 1px solid;}
div.content A:visited IMG 	{        BORDER: #ff6600 1px solid;}
div.content A:hover IMG   	{        BORDER: #ff6600 1px dashed;}
div.content A:active IMG	{        BORDER: #ff6600 1px solid;}
div.content a img {
	background-image: url(images/thumb_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 165px;
	height: 225px;
	padding: 1px;
	margin: 1px;
}
table.block_traders {
	width: 900px;
}
table.block_traders td {
	width: 33%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	padding-top: 25px;
	padding-bottom: 45px;
	background-image: url(images/trader_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
table.block_traders td a {
	font-size: 22px;
	color: #fff;
}
#footer {
	width: 100%;
	background-image: url(images/footer_bg.jpg);
}
table.main_top {
	width: 100%;
}
table.main_top td {
	color: #4e5a00;
	width: 25%;
}
table.main_top td a {
	color: #4e5a00;
}
table.main_top td a:hover {
	color: #000;
}
