body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	background-image: url(images/body_bg.jpg);
	background-position: top left;
	background-color: #fff;
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #f00;
}
p, ul, li {
	padding: 0px;
	margin: 0px;
}

.h-bg {
	width: 100%;
	float: left;
	background-image: url(images/h_bg.jpg);
	background-position: left center;
	background-repeat: repeat-x;
}
.h {
	width: 1000px;
	height: 170px;
	background-image: url(images/h.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.h p {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	color: #666;
}

.cl {
	clear: both;
}

.h_top {
	width: 1000px;
	background-image: url(images/h_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.h_top p {
	float: left;
}

.wrapper {
	width: 100%;
	float: left;
}
content_wrapper {
	width: 1000px;
}
.content_bottom {
	float: left;
}
.content_movies {
	width: 1050px;
	background-image: url(images/content_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
.content_movies img {
	width: 240px;
	height: 180px;
	background-color: #fff;
	margin: 3px;
}
.content_movies A:link IMG    	{        BORDER: #de00b0 1px solid;}
.content_movies A:visited IMG 	{        BORDER: #de00b0 1px solid;}
.content_movies A:hover IMG   	{        BORDER: #de00b0 1px dashed;}
.content_movies A:active IMG	{        BORDER: #de00b0 1px solid;}

ul.archives {
	list-style: none;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}
ul.archives li {
	float: left;
	font-size: 10px;
	padding-bottom: 6px;
	padding-top: 5px;
	text-transform: capitalize;
}
ul.archives li.link {
	background-image: url(images/archive_link_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 24px;
}
ul.archives li a {
	text-decoration: none;
	color: #fff;
}
ul.archives li a:hover {
	color: #ccc;
}

.tops {
	padding: 10px;
}
.tops ol {
	margin: 0px;
	padding: 0px;
	color: #333;
	float: left;
	margin-top: 10px;
	border: 0px solid #000;
}
.tops ol li {
	color: #333;
	text-transform: capitalize;
	border: 0px solid #000;
	text-align: left;
	list-style: inside decimal;
	font-weight: bold;
}
.tops ol li a {
	color: #a709ef;
}
.tops ol li a:hover {
	color: #7b00b3;
}
.tops ol.x3 {
	font-size: 22px;
	width: 33%;
	margin-top: 0px;
}
.tops ol.x4 {
	font-size: 14px;
	width: 25%;
}

.f-bg {
	width: 100%;
	float: left;
	background-image: url(images/f_bg.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	margin-top: 30px;
}
.f {
	width: 1000px;
	height: 150px;
	background-image: url(images/f.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.f p {
	float: left;
	font-size: 10px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}
.f p a {
	color: #d237b3;
}

.block_trades {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.block_trades li {
	float: left;
	background-image: url(images/trader_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 250px;
	color: #333;
	font-size: 12px;
	list-style: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.block_trades li a {
	font-size: 18px;
	text-transform: capitalize;
	color: #a709ef;
}
