body {
	font-family: Arial, Verdana;
	background-color: #0a0300;
	color: #333;
	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.png);
	background-position: top center;
	background-repeat: repeat-x;
}
#header p.intro {
	color: #fff;
	width: 490px;
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
#header p.intro a.b_link {
	font-size: 16px;
}
#header p.intro a {	
	font-weight: bold;
	font-size: 12px;
	color: #fc0;
	text-transform: uppercase;
}
p.archives {
	color: #fff;
	text-align: right;
	padding: 0px;
	padding-right: 10px;
	margin: 0px;
	font-size: 12px;
	padding-top: 4px;
	font-weight: bold;
}
p.archives a {
	text-transform: capitalize;
	color: #fc0;
	font-weight: bold;
}
#footer {
	width: 100%;
	background-image: url(images/footer_bg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
}
a {
	color: #ccc;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a>img:hover {
	border: 1px solid #ff48af;
}
A:link IMG    	{        BORDER: #f2006c 1px solid;}
A:visited IMG 	{        BORDER: #f2006c 1px solid;}
A:hover IMG   	{        BORDER: #000 1px dotted;}
A:active IMG	{        BORDER: #f2006c 1px solid;}

#header p.intro A:link IMG    	{        BORDER: #333 1px solid;}
#header p.intro A:visited IMG 	{        BORDER: #333 1px solid;}
#header p.intro A:hover IMG   	{        BORDER: #fff 1px dotted;}
#header p.intro A:active IMG	{        BORDER: #333 1px solid;}

#footer p {
	padding: 0px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	width: 330px;
}
#footer p a {
	font-weight: bold;
	color:#fc0;
}
.content_wrapper {
	background-color: #000;
	width: 1000px;
}
.content {
	width: 996px;
	margin: 0px auto;
}
.content a img {
	width: 240px;
	height: 180px;
	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;
}
.ad_block_top {
	width: 1000px;
	background-image: url(images/block_06.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
}
.ad_block_bottom {
	width: 1000px;
	background-image: url(images/block_07.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.ads {
}
.ads td p {
	margin: 0px;
	padding: 10px;
}


.toplist {
	width: 1000px;
	background-image: url('images/block_06.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
}
.toplist h2 {
	margin: 0px;
	padding: 10px;
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
}
.toplist ul {
	width: 33%;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.toplist ul li {
	text-align: left;
	color: #333;
	padding-left: 10px;
	padding-top: 1px;
	font-size: 14px;
}
.toplist ul li a {
	color: #999;
}
