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: #000;
	text-align: left;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	font-size: 16px;
	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: #fff 1px solid;}
A:visited IMG 	{        BORDER: #fff 1px solid;}
A:hover IMG   	{        BORDER: #000 1px dotted;}
A:active IMG	{        BORDER: #fff 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 {

}
.content {
	width: 996px;
	margin: 0px auto;
	border: 2px solid #f20000;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.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;
}
#minwidth {
}
p {
	padding: 0px;
	margin: 0px;
}
table.maintop {
	width: 900px;
}
table.maintop td {
	color: #000;
	padding: 3px;
}
table.maintop td a {
	color: #fff;
}
.ad_block {
	background-image:url(images/ad_block_bg.jpg);
	background-position:  left top;
	width: 996px;
	border: 2px solid #f20000;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.ad_block p {
}