body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Tahoma;
	background-color: #000;
	color: #000;
	background-image: url('images/bg.jpg'); 
	background-repeat: repeat-x;
}

a {
	color: #000;
}

#wrapper {
	margin: auto;
	width: 1000px;
	text-align: center;
}

.header {
	width: 1000px;
	background-image: url('images/head_mid.jpg'); 
	background-repeat: no-repeat;
	height: 227px;
	clear: both;
}

	.top {
	 	width: 400px;
		height: 96px;
		float: right;
		text-align: center;
		padding-left: 0px;
		padding-top: 0px;
		padding-right: 70px;
		background-image: url('images/top_top.jpg'); 
		background-repeat: no-repeat;
	}

	.top a {
		font-size: 16px;
		font-weight: bold;
		color: #431111;
		text-decoration: none;
	}

	.top a:hover {
		color: #431111;
		text-decoration: underline;
	}

	.archives {
		text-align: right;	
		background-image: url('images/archives_bg.jpg'); 
		background-repeat: no-repeat;
		height: 40px;
		clear:both;
	}

	.archives span {
		display: block; 
		float: left; 
		margin-right: 11px; 
		padding-top: 5px;
		color: #fff;
		font-weight: bold;
	}

	.archives a {
		display: block; 
		float: left;
		width: 26px; 
		height: 26px; 
		margin-right: 3px; 
		text-align: center; 
		padding-top: 5px; 
		color: #fff;
		font-weight: bold;
		text-decoration: underline;
		clear: none;
	}

	.archives a:hover {
		color: #fff;
		text-decoration: none;
		clear: none;
	}

	.archives_midpage {
		float: right;
		text-align: right;	
		margin-bottom: 10px;
		padding-right: 20px;
	}

	.archives_midpage span {
		display: block; 
		float: left; 
		margin-right: 11px; 
		padding-top: 5px;
		color: #3f008a;
		font-weight: bold;
	}

	.archives_midpage a {
		display: block; 
		float: left;
		width: 26px; 
		height: 26px; 
		background-image: url('images/archives.jpg'); 
		background-repeat: no-repeat;
		margin-right: 3px; 
		text-align: center; 
		padding-top: 5px; 
		color: #3f008a;
		font-weight: bold;
		text-decoration: none;
		clear: none;
	}

	.archives_midpage a:hover {
		color: #fff;
		text-decoration: none;
		clear: none;
	}

.niches {
	font-size: 18px;
	font-weight: bold;
	clear: both;
	color: #FF0000;
}

	.niches a {
		color: #ff0000;
	}

.thumbs {
	width: 240px;
	height: 180px;
	float: left;
	margin: 1px;
}

.content {
	width: 1000px;
	margin: auto;	
	clear: both;
	background: url('images/content_bg.jpg') repeat-y;
	padding-left: 10px;

}

	.content a IMG{
		border: 1px solid #272727;
	}

	.content a:hover IMG {
		border: 1px solid #4f4f4f;
	}

	.content_head {
		background: url('images/content_top.jpg') no-repeat;		
		margin: auto;
		width: 1000px;
		height: 49px;
		clear:both;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		padding-top: 10px;
	}

.big_top {	
	background-image: url('images/big_top_bg.jpg');
	background-repeat: repeat-y;
	width: 998px;
	clear: both;
}

	.big_top_head {
		background: url('images/big_top_top.jpg') no-repeat;		
		margin: auto;
		width: 1000px;
		height: 52px;
		clear:both;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		padding-top: 10px;
	}

.big_top_content ul {
	margin: 0;	
	padding: 0;
	float: left;
	width: 190px;
	text-align: left;
	padding-left:50px;
	padding-top: 10px;
}

.big_top_content li {
	list-style: url('images/bullet.jpg') inside;
}

.big_top_content a {
	font-size: 16px;
	color: #431111;
	text-decoration: none;
	font-weight: bold;
}

.big_top_content a:hover {
	color: #431111;
	text-decoration: underline;
}

.small_top {
	background: url('images/toplist.jpg') no-repeat;
	width: 216px;
	height: 236px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}

	.small_top_body {
		padding-top: 10px;
		font-size: 12px;
		color: #fff;

	}

	.small_top a {
		font-size: 20px;
		font-weight: bold;
		color: #f1df46;
		text-decoration: none;
	}

	.small_top a:hover {
		color: #fff;
		text-decoration: underline;
	}


#footer {
	clear: both;
	height: 147px;
	margin: auto;
	background: url('images/foot_bg.jpg') repeat-x; 
}

	.foot_wrap {
		width: 1000px;
		margin: auto;
	}

.foot_text {
	float: left; 
	background: url('images/foot.jpg') no-repeat top left; 
	width: 315px; 
	height: 91px;
	color:#430a0a; 
	padding-top: 0px; 
	padding-left: 84px; 
	padding-right: 460px;
	font-size: 11px;
}

.foot_text b {
	color: #000;
}

.toplist {
	clear: both;
	width: 1000px;
	padding-bottom: 30px;
	color: #fff;
}

.toplist a {
	font-size: 24px;
	color: #FF0000;
	text-decoration: none;
}

.toplist a:hover {
	font-size: 18px;
	color: #FFF;
	text-decoration: underline;
}

