body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/body_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
a {
	font-weight: bold;
	color: #00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	text-align: left;
	width: auto;
	padding: 0px;
	margin: 0px;
}
p img {
	width: auto;
	height: auto;
}
#header {
	width: 100%;
	background-image: url(images/header_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#header p {
	font-size: 10px;
	color: #000;
	text-align: justify;
}
.content {
	width: 1000px;
}
.content img {
	width: 150px;
	height: 200px;
	margin: 2px;
	margin-top: 1px;
	background-image: url(images/thumb_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
div.content a:link img    	{        BORDER: #900 1px solid;}
div.content a:visited img 	{        BORDER: #900 1px solid;}
div.content a:hover img   	{        BORDER: #fff 1px dotted;}
div.content a:active img	{        BORDER: #900 1px solid;}

.block_header {
	width: 960px;
}

.content ul {
	width: 465px;
	float: left;
	padding: 5px;
	margin:10px;
	border: 1px solid #000;
	background-color: #160802;
}
.content ul li {
	text-align: left;
	font-size: 12px;
	color: #fff;
	list-style: disc;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
.content ul li a {
	color: #fc0;
}

.toplist {
	width: 1000px;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.toplist ul {
	width: 320px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
	list-style: none;
}
.toplist ul li {
	text-align: left;
	color: #fff;
	padding-left: 10px;
	padding-top: 1px;
	font-size: 14px;
}
.toplist ul li a {
	color: #fc0;
}

#footer {
	width: 100%;
	background-image: url(images/footer_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#footer  p {
	font-size: 10px;
	color: #666;
	padding-top: 3px;
}
#footer  p a {
	color: #000;
}
#footer  p.s {
	padding-left: 20px;
}

.ad {
}
.ad a:link img    	{        BORDER: #900 1px solid;}
.ad a:visited img 	{        BORDER: #900 1px solid;}
.ad a:hover img   	{        BORDER: #fff 1px dotted;}
.ad a:active img	{        BORDER: #900 1px solid;}
.ad p {
	float: left;
	text-align: center;
	padding: 15px;
	padding-top: 50px;
	background-image: url(images/ad_p_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 12px;
}
.ad p a {
	color: #fc0;
	font-size: 16px;
	text-transform: uppercase;
}
.ad p.c300 {
	width: 300px;
}
.ad p.c700 {
	width: 750px;
}
.ad p.c130 {
	width: 130px;
	padding: 3px;
	background-image: none;
}