body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(i/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(i/h_bg.jpg);
	background-position: left center;
	background-repeat: repeat-x;
}
.h {
	width: 1000px;
	height: 150px;
	background-image: url(i/h.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.cl {
	clear: both;
}

.h_top {
	width: 940px;
}
.h_top p {
	float: left;
}

.wrapper {
	width: 100%;
	float: left;
}
.content_movies {
	width: 940px;
	background-color: #ebeaea;
	border: 4px solid #fff;
}
.content_movies img {
	width: 180px;
	height: 135px;
	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: 10px;
}
ul.archives li {
	float: left;
	font-size: 10px;
	padding-bottom: 6px;
	padding-top: 5px;
	text-transform: capitalize;
}
ul.archives li.link {
	background-image: url(i/archive_link_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 24px;
}
ul.archives li a {
	text-decoration: none;
	color: #e20bb5;
}
ul.archives li a:hover {
	color: #6e0057;
}

.tops {
	padding: 10px;
}
.tops ol {
	margin: 0px;
	padding: 0px;
	color: #333;
	float: left;
	margin-top: 10px;
}
.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: #cb17a2;
}
.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(i/f_bg.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	margin-top: 30px;
}
.f {
	width: 1000px;
	height: 150px;
	background-image: url(i/f.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.f p {
	width: 400px;
	float: left;
	margin-left: 300px;
	font-size: 10px;
	margin-top: 80px;
}
.f p a {
	color: #d237b3;
}
