body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(images/body_bg.jpg);
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0px;
	margin: 0px;
}
p.intro {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

#header {
	background-image: url(images/h_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

#footer {
	background-image: url(images/f_bg.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#footer p {
	margin: 0px;
	margin-bottom: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	color: #fff;
	font-size: 10px;
	text-align: center;
}
#footer p a {
	font-size: 10px;
	color: #a9d51d;
}


.content {
	width: 938px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #dddddd;
	border: 1px solid #87b100;
	border-bottom-width: 0px;
	border-top-width: 0px;
}
.content img {
	width: 175px;
	height: 215px;
	background-color: #0e0e0e;
	border: 1px solid #79aa00;
	padding: 1px;
	margin: 1px;
	background-image: url(images/thumb_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.content img.movie {
	width: 240px;
	height: 180px;
	background-color: #fff;
	float: left;
	margin-left: 4px;
}
.content A:link IMG    	{        BORDER: #87b100 1px solid;}
.content A:visited IMG 	{        BORDER: #87b100 1px solid;}
.content A:hover IMG   	{        BORDER: #87b100 1px dashed;}
.content A:active IMG	{        BORDER: #87b100 1px solid;}

.content ul {
	width: 280px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 25px;
	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: 12px;
}
.content ul li a {
	color: #333;
}
.content ul.links {
	width: 430px;
}

.ads {
	width: 940px;
	background-color: #0a0b06;
	border: 1px solid #1c2e02;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ads a {
	font-size: 18px;
	text-transform: capitalize;
	color: #84ff00;
}
.ads p {
}
.ads ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.ads ul li {
	width: 24%;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #fff;
	list-style: none;
	margin: 1px;
	margin-left: 7px;
	padding: 0px;
	font-size: 12px;
}


.traders {
	width: 950px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.traders ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.traders ul li {
	padding-top: 10px;
	padding-bottom: 12px;
	width: 306px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
	color: #324e09;
	text-align: center;
	float: left;
	list-style: none;
	background-image: url(images/trader_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.traders li a {
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
}
.traders li a:hover {
	color: #fff;
}

.archive_links ul {
	margin: 0px;
	padding: 0px;
	border: 0px solid #fc0;
	margin-top: 0px;
	float: left;
	margin-left: 10px;
	margin-bottom: 3px;
}
.archive_links ul li {
	text-transform: capitalize;
/*	background-image: url(images/archive_link_bg.jpg);*/
	font-weight: bold;
	list-style: none;
	padding: 0px;
	margin: 0px;
/*	margin-left: 2px;*/
	margin-left: 3px;
	float: left;
	font-size: 14px;
	text-align: center;
	color: #fff;
/*	width: 25px;
	height: 21px;*/
	padding: 2px;
	padding-top: 4px;
	padding-bottom: 3px;
}
.archive_links ul li.f {
	border: 0px solid #900;
	color: #333;
	padding-bottom: 3px;
}
.archive_links ul li.l {
	background-color: #eaeaea;
	width: 20px;
}
.archive_links ul li a {
/*	color: #280303;*/
	text-decoration: none;
	color: #688e07;
}
.archive_links ul li a:hover {
	color: #2b3c00;
}


